feat(evm): initial foundation - design, crypto primitives and address/hash types#1850
Open
atharrva01 wants to merge 2 commits into
Open
feat(evm): initial foundation - design, crypto primitives and address/hash types#1850atharrva01 wants to merge 2 commits into
atharrva01 wants to merge 2 commits into
Conversation
Phase 1.1: package tree, keccak/sha256 helpers, local Address/Hash types, go-ethereum depguard. Signed-off-by: atharrva01 <atharvaborade568@gmail.com>
Integration module was missing dgraph-io/badger entries added to the main module; restores its build. Signed-off-by: atharrva01 <atharvaborade568@gmail.com>
fb4f6c2 to
207ffa9
Compare
Contributor
|
Thanks a lot for submitting this PR. Could you please open corresponding issue for it and link it to this PR? Regards, |
Contributor
Author
|
Hi @AkramBitar , this is LFX project , and this is the foundation pr of the etherum driver I m building , so how can I open a issue for it ? For each pr ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First slice of the EVM network driver (Approach 2). This locks in the design we hammered out on #1701 and adds the basic crypto layer everything else will build on. No actual driver logic yet.
What's included
Not in this PR
StateDelta types, key derivation, EIP-712, and driver wiring are coming in follow-up PRs.