-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: Add a wrapper for matter-labs-eip1962 for EIP196 #2266
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
Closed
Closed
Changes from 7 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
34e7f7c
add read_scalar, point_add and point_mul into the wrapper
kevaundray d3aba76
modify bn128.rs to use new api methods
kevaundray ec1a3b4
preserve previous semantics
kevaundray 1dc9404
initial commit to add matter-labs wrapper
kevaundray 99edba1
feature gate matter-labs impl -- make substrate impl still default
kevaundray 45e13e3
update revm and precompile cargo.toml file
kevaundray 398910c
use cfg_if
kevaundray 526103b
make bn an optional dependency
kevaundray 8dfda37
cfg else -> else_if so that there is no silent fallback
kevaundray 5b2fe79
follow same cfg_if pattern as other precompiles
kevaundray 98b6488
fix optimism
kevaundray 5becac4
add back `self` import
kevaundray f8be131
Push empty commit to trigger CI
kevaundray f4c8595
cargo fmt
kevaundray df64b70
clippy fix
kevaundray 570d449
make `bn` the default with revm and revme
kevaundray e38b6e1
fix typo
kevaundray 6b2a765
Merge branch 'main' into kw/add-matter-labs
kevaundray d672f23
Update crates/revm/Cargo.toml
kevaundray cfda7c4
Update crates/revm/Cargo.toml
kevaundray 88ed53c
Update crates/precompile/src/lib.rs
kevaundray 50f45cf
Update crates/optimism/Cargo.toml
kevaundray 0fb0fdd
revert Cargo.toml formatting
kevaundray 6d5348c
multi:
kevaundray b889f1c
revert crates/optimism/src/precompiles.rs
kevaundray 7713162
revert crates/optimism/src/evm.rs
kevaundray 6004b6c
revert unnecessary changes in crates/precompile/src/lib.rs
kevaundray a792687
revert Cargo.toml changes
kevaundray b840176
revert automatic Cargo.toml formatting
kevaundray a57920e
revert formatting on secp256k1 in Cargo.toml
kevaundray 498502e
revert c-kzg formatting in Cargo.toml
kevaundray 184151c
revert dev key in Cargo.toml
kevaundray f80171d
revert c-kzg feature in Cargo.toml
kevaundray b3e5bd1
Merge branch 'main' into kw/add-matter-labs
kevaundray f747766
Update crates/precompile/Cargo.toml
kevaundray 1b20177
Apply suggestions from code review
kevaundray d56d192
Merge branch 'main' into kw/add-matter-labs
kevaundray File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.