Skip to content
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

EIP-1559 Support #10

Merged
merged 8 commits into from
Mar 1, 2022
Merged

EIP-1559 Support #10

merged 8 commits into from
Mar 1, 2022

Conversation

mikeshultz
Copy link
Owner

Adds EIP-1559 support. Does not include EIP-2930 Type 1 transaction support (specifically access lists), but it lays the groundwork. Needs some more work on RLP encoding of access lists.

Closes #9

@mikeshultz mikeshultz added the enhancement New feature or request label Feb 28, 2022
@mikeshultz mikeshultz self-assigned this Feb 28, 2022
ledgereth/__main__.py Outdated Show resolved Hide resolved
ledgereth/__main__.py Outdated Show resolved Hide resolved
ledgereth/__main__.py Outdated Show resolved Hide resolved
ledgereth/__main__.py Outdated Show resolved Hide resolved
ledgereth/objects.py Outdated Show resolved Hide resolved
ledgereth/objects.py Outdated Show resolved Hide resolved
ledgereth/transactions.py Outdated Show resolved Hide resolved
@mikeshultz mikeshultz marked this pull request as ready for review March 1, 2022 03:32
@mikeshultz
Copy link
Owner Author

@unparalleled-js @fubuloubu thanks for the thorough reviews. I'll be doing a release for this later tonight. lmk if you had any further feedback before I do.

I added a couple GH issues for some things I want to get done that came out of our discussions (input validation and type 1 transactions). If either of you want to make a case about click, feel free to add one. I'm still unsure if the CLI commands should be a primary feature of this lib or if that should be left to the implementers of this lib.

@mikeshultz mikeshultz merged commit 5473500 into master Mar 1, 2022
@mikeshultz mikeshultz deleted the eip1559 branch March 1, 2022 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EIP-1559 Transactions
3 participants