-
Notifications
You must be signed in to change notification settings - Fork 0
feat: replay preceding block txs for accurate gas estimation #96
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
82c996f
feat: replay preceding block transactions for accurate gas estimation…
RonTuretzky 6d319ca
fix: remove redundant format! inside eprintln! to fix clippy warning
RonTuretzky 60a0431
perf: build EVM once outside replay loop instead of per-transaction
RonTuretzky 412b159
Merge branch 'main' into RonTuretzky/issue-95-spec
bagelface d5f4e6b
fix: correct tx bound check
rubydusa 2eda3b7
fix: address issues by copilot and rubydusa
rubydusa ed5021e
fix: accept 0x-prefixed memory in parse_trace_memory
rubydusa ca9fcc5
test: cover blockBaseFee in SimEnvOpts fixture
rubydusa 5d958c6
Merge remote-tracking branch 'origin/main' into RonTuretzky/issue-95-…
rubydusa e755c15
fix: anchor preceding-tx replay state to block N-1
rubydusa 32e4c95
docs: generalize block-N-1 anchoring comment
rubydusa 2c3c8ac
fix: bump simulator spec to Osaka and cap tx gas at EIP-7825 limit
rubydusa 4ed3231
Merge pull request #122 from gas-killer/Rubydusa/fix-block-minus-one
rubydusa 524f260
chore(submodule): retarget gas-killer-avs-sol to renamed solidity-sdk
rubydusa 6644307
fix: derive SpecId from block, propagate access/auth lists, fix raw-g…
rubydusa e1e22b2
test: cover all seven correctness fixes from PR #96 review
rubydusa 624399c
docs: rewrite test docstrings to describe invariants, not PR history
rubydusa bf233f7
chore: cargo fmt
rubydusa 23a864d
chore: rename submodule itself
rubydusa f11ec21
Merge pull request #125 from gas-killer/Rubydusa/bump-solidity-sdk
bagelface 251b2ce
fix: detect chain ID at build to support Sepolia alongside mainnet
rubydusa 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [submodule "contracts/lib/forge-std"] | ||
| path = contracts/lib/forge-std | ||
| url = https://github.com/foundry-rs/forge-std | ||
| [submodule "contracts/lib/gas-killer-avs-sol"] | ||
| path = contracts/lib/gas-killer-avs-sol | ||
| url = https://github.com/BreadchainCoop/gas-killer-avs-sol | ||
| [submodule "contracts/lib/solidity-sdk"] | ||
| path = contracts/lib/solidity-sdk | ||
| url = https://github.com/gas-killer/solidity-sdk |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Submodule gas-killer-avs-sol
deleted from
33ef63
Submodule solidity-sdk
added at
ca0be7
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
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.
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.