You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might actually also go well with a slight refactor of the precompiles. We currently would not directly support different precompiles at the same address. These are all hardcoded.
If you identify useful refactorings along these examinations would be great as well, can very well also be breaking, then just do towards develop for the breaking releases.
Also, just to complement: not to forget the "remove" case - beside insert/override, but I guess this can be easily integrated in some coherent data structure, somehting like:
It would be nice, especially for custom chains, to insert or override precompiles in the VM. This should be done in the constructor of the VM.
The text was updated successfully, but these errors were encountered: