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
There are several changes that need to be made to facilitate (i) modularity of the KEVM build, and (ii) hooks needed by the Michelson Semantics.
Here is the proposed upgrade path:
add some new hash functions that Michelson needs
add a libcrypto++ submodule so that we can still do test builds in this repo --- because the libcrypto++ package in Ubuntu/Debian doesn't include the needed symbols
add the hash functions blake2 and sha2-512
upstream the KEVM hooks/build recipes
add all KEVM hooks to the plugin
hide the Michelson hooks that depend on a more recent version of libcrypto++ behind a tangle tag
make KEVM source the plugin hook file and delete its internal copy of the hook file
upstream the KEVM build recipes for its crypto submodules and directly call the plugin Makefile build recipes
split out the hooks in build plugin file into separate modules based on which library they use
There are several changes that need to be made to facilitate (i) modularity of the KEVM build, and (ii) hooks needed by the Michelson Semantics.
Here is the proposed upgrade path:
The text was updated successfully, but these errors were encountered: