-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(forks,tests): Add EIP-7623 (#1004)
* feat(forks): Add EIP-7623 logic to gas calculation * fix(tests): Broken tests due to gas cost change * feat(forks): Add `transaction_data_floor_cost_calculator` * new(tests): EIP-7623: Add transaction validity tests * review comments * new(tests): EIP-7623: Add gas consumption tests * refactor(tests): EIP-7623: minor refactor * Update src/ethereum_test_forks/base_fork.py Co-authored-by: Stuart Reed <stucan@gmail.com> * Update src/ethereum_test_forks/base_fork.py * Apply suggestions from code review Co-authored-by: danceratopz <danceratopz@gmail.com> * fix(forks): tox * docs: changelog --------- Co-authored-by: Stuart Reed <stucan@gmail.com> Co-authored-by: danceratopz <danceratopz@gmail.com>
- Loading branch information
1 parent
b820167
commit 6446ed4
Showing
13 changed files
with
1,162 additions
and
10 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
""" | ||
abstract: Test [EIP-7623: Increase calldata cost](https://eips.ethereum.org/EIPS/eip-7623) | ||
Tests for [EIP-7623: Increase calldata cost](https://eips.ethereum.org/EIPS/eip-7623). | ||
""" |
Oops, something went wrong.