forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 285
feat(feynman): L2 fee calculation #1199
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 19 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
036f4c0
Update L2 base fee calculation to account for Feynman
ranchalp aa2d6f5
Merge branch 'develop' into l2-fee-feynman
ranchalp 43a698e
Update consensus/misc/eip1559.go
ranchalp a954f2d
Use dedicated system parameter provingBaseFee
ranchalp 9b715c8
Merge and change initialBaseFee
ranchalp e2987e3
Merge branch 'develop' into l2-fee-feynman
ranchalp 7ec3f2b
Check on parent not to fail tests
ranchalp 7d70159
fix test
ranchalp 6c5e44d
Merge branch 'develop' into l2-fee-feynman
colinlyguo e8f5a91
fix golint
b2bace1
fix goimport
d74395b
fix unit tests
1ca62bf
check config.IsFeynman(parent.Time)
e8f7257
Update consensus/misc/eip1559.go
colinlyguo dbf1a2f
Merge branch 'develop' into l2-fee-feynman
colinlyguo b0fa39f
fix fee transition
dc0accd
Merge branch 'develop' into l2-fee-feynman
colinlyguo 13b13f9
remove an incorrect comment
e2f18ee
reuse baseFeeOverhead as proving base fee
d318278
update da-codec commit
88bab35
Merge branch 'develop' into l2-fee-feynman
colinlyguo ab13d1b
Merge branch 'develop' into l2-fee-feynman
colinlyguo 4370957
address comments
8f9f962
add a comment
1cc13a6
add base fee max check
Thegaram 52ee2b3
add upstream 1559 tests
Thegaram e294b40
Merge branch 'develop' into l2-fee-feynman
Thegaram 67f8949
bump version
Thegaram 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
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
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.