-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat: boojum integration merge main #233
Merged
Merged
Conversation
This file contains 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
…#155) * fix: add back call stacks, console logs, and correct call stack count * Add comments. Fix typo. * fix lint
* add get_storage_at * add eth_getStorageAt * limit max archived blocks to 128 * remove ethers-contract dep
* Update compile smart contracts checked into source * Hide Notes section of PR template by default * Update e2e tests to also be run on MacOS * Add commented link to YouTube video at the top of release notes * Limit rust/clippy linting to only the era_test_node package/crate * Re-enable e2e test for zks_estimateFee * Add more trace level logs for gas estimation
…nByBlockNumberAndIndex (#159)
* feat: impl debug_traceCall * feat: adds test contract dir * add refresh_test_contracts in Makefile * fix: rename contacts_for_l2_call -> contracts_for_l2_call * move not_implemented() to crate::utils, replace usage of macro --------- Co-authored-by: Nicolas Villanueva <[email protected]>
…d for EIP712 transactions, this fixes paymasters for era-test-node. (#195)
* feat: Implement web3_clientVersion * lint fix --------- Co-authored-by: Dustin Brickwood <[email protected]>
* chore: bump cargo toml for upcoming release * chore: bump cargo toml for upcoming release
Signed-off-by: Danil <[email protected]>
Signed-off-by: Danil <[email protected]>
AntonD3
changed the title
Boojum integration merge main
feat: boojum integration merge main
Dec 6, 2023
Defer main review, as this is being merged into the |
MexicanAce
previously approved these changes
Dec 6, 2023
MexicanAce
approved these changes
Dec 6, 2023
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.
What 💻
system-contracts/VERSION.md
file to track the version of system contactsEcAdd
,EcMul
precompiles added