mikeshultz / ledger-eth-lib

Library to interface with Ethereum app on Ledger hardware wallets
https://ledgereth.readthedocs.io/
MIT License
19 stars 9 forks source link

Type 1 transactions and access lists #12

Closed mikeshultz closed 2 years ago

mikeshultz commented 2 years ago

Add support for EIP-2930 access lists and type 1 transactions.

It's been partially implemented in PR #10 but I need to learn more about it and get encoding working for more than blank access lists.

mikeshultz commented 2 years ago

@unparalleled-js provided this as a reference: https://github.com/ethereum/eth-account/blob/master/eth_account/_utils/typed_transactions.py#L80-L87