Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade path for this plugin #102

Open
2 of 8 tasks
ehildenb opened this issue May 29, 2020 · 1 comment
Open
2 of 8 tasks

Upgrade path for this plugin #102

ehildenb opened this issue May 29, 2020 · 1 comment

Comments

@ehildenb
Copy link
Member

ehildenb commented May 29, 2020

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:

  1. 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
  1. 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
  1. split out the hooks in build plugin file into separate modules based on which library they use
@sskeirik
Copy link
Collaborator

First phase is finished and ready for review #104.

This was referenced Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants