-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cherry-pick commits from main and bump version to 1.1.0 and steel 0.13.0 #232
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
Contributor
nategraf
commented
Sep 10, 2024
•
edited
Loading
edited
- WEB3-99: feat: add EvmEnvBuilder (WEB3-99: feat: add EvmEnvBuilder #215)
- WEB3-101: chore: remove unused features (WEB3-101: chore: remove unused features #216)
- WEB3-103: chore: use block hash for the provider (WEB3-103: chore: use block hash for the provider #218)
- WEB3-89: Use access list to pre-fetch data (WEB3-89: Use access list to pre-fetch data #196)
- WEB3-104: Enhanced description for Steel (WEB3-104: Enhanced description for Steel #221)
- WEB3-94: Updated deployment scripts and guide from 1.1 deployment (WEB3-94: Updated deployment scripts and guide from 1.1 deployment #211)
- WEB3-111: Update revm requirement from 13.0 to 14.0 (WEB3-111: Update revm requirement from 13.0 to 14.0 #210)
- Bump version to 1.1.0 and steel 0.13
Add the `EvmEnvBuilder` to simplify the creation of an `EvmEnv` on the host. See #204 for more context. --------- Co-authored-by: Victor Graf <[email protected]>
Removes unused features from the `alloy` crates to improve compile time.
The `AlloyDb` is created for a specific block, and represents / queries the state with respect to that block. This PR changes that reference from a block number to a block hash, which should prevent problems in weird situations like re-orgs or misconfigured RPCs. This PR only changes the underlying representation, not the Steel API.
This PR adds the option to prefetch all storage inclusion proofs before preflight execution. If (most of) the accessed storage slots are known in advance, their values can be fetched with a single `eth_getProof` call before the actual execution, instead of using many individual `eth_getStorageAt` calls during execution. In scenarios where many storage slots are accessed, this greatly reduces the number of RPC calls and improves performance. This PR also introduces a configurable chunk size when calling `eth_getProof`. closes WEB3-51 closes WEB3-56 --------- Co-authored-by: Victor Graf <[email protected]>
Enhanced description for Steel to improve readability.
nategraf
force-pushed
the
victor/release-1.1.0
branch
from
September 10, 2024 18:15
d91e859
to
5e0e809
Compare
During the 1.1 deployment, I implemented a number of improvements to the deployment process to make it a bit easier and less error prone. Primary among these changes is adding a `deployment.toml` file that records the addresses of and associated information about each chain we deploy to, and the contracts that are deployed there. My hope is to use this file to do additional work around further automating deployment, testing that deployments are correctly configured on-chain, and generating the table of addresses that goes into our docs.
Updates the requirements on revm to permit the latest version. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wolfgang Welz <[email protected]>
nategraf
force-pushed
the
victor/release-1.1.0
branch
from
September 10, 2024 18:29
5e0e809
to
bd4ff98
Compare
capossele
approved these changes
Sep 10, 2024
nategraf
force-pushed
the
victor/release-1.1.0
branch
from
September 10, 2024 19:05
bd4ff98
to
82d8a06
Compare
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.