-
Notifications
You must be signed in to change notification settings - Fork 3.9k
YAS 430 OVM gasLimit-proportional burn for rate limiting #217
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
45 commits
Select commit
Hold shift + click to select a range
7a47f43
add internal call gas consumer
ben-chain d52186c
update changed EM gas overhead constant
ben-chain a852295
add first pass of SM gas virtualization proxy
ben-chain fbf1be0
finish proxy unit tests
ben-chain d4f583d
tests failing but EM updated
ben-chain e0d8e31
old gas metering tests passing with proxy
ben-chain 17615f9
add gas consuming proxy, not working
ben-chain f37cac1
updates, need to refactor :(
ben-chain 7a04554
first pass gas burn working
ben-chain f4686a2
more tests passing
ben-chain d44542c
all new gas tests passing
ben-chain 040d618
cleaning
ben-chain cd06162
more cleanup, linting
ben-chain 109c662
fixes, updating deployments
ben-chain 40d1882
linting, renaming
ben-chain a67316e
pre fmsuf
ben-chain d3ff9ec
fix state transitioner tests
ben-chain cc920e5
linting
ben-chain aa84a07
remove .only
ben-chain 26d9408
add back EVM precompile association
ben-chain 384e9b2
linting
ben-chain 81c2509
fix most fullnode tests, skipping events
ben-chain 74114ad
linting, cleanup
ben-chain 6bb7bf4
Merge remote-tracking branch 'origin' into feat/YAS422/enforce-SM-gas…
ben-chain 3ecebe8
skip all fullnode tests
ben-chain e667ca7
Revert "skip all fullnode tests"
ben-chain 037ab60
improve EM metadata functions
ben-chain 1eba718
fix messed up gas vals, lint
ben-chain 287a543
unused vars
ben-chain c7775d0
refactor queue inheritance pattern
ben-chain 2036c02
add gas consumption to L1->L2
ben-chain a8874c1
all tests passing
ben-chain 22c9896
fix CTC tests/proofs
ben-chain dc961a4
encoded event and log handling
ben-chain b4dbab2
Merge remote-tracking branch 'origin' into feat/YAS430/gas-limit-burn
ben-chain e9424f0
fix event test
ben-chain cf0ccf2
linting
ben-chain 931b2a1
remove 'em
ben-chain b637744
fix test's compiler usage
ben-chain 3338fd3
update yarn lock
ben-chain e7aeb33
remove .only
ben-chain 08bd000
merge master
ben-chain 70a69b3
merge upstream
ben-chain 91d7323
linting
ben-chain 088c2ac
patch failing test
ben-chain 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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☝️