paulmillr / micro-eth-signer

Minimal library for Ethereum transactions, addresses and smart contracts.
MIT License
187 stars 15 forks source link

Add support for EIP1559, EIP2930 #3

Closed paulmillr closed 3 years ago

paulmillr commented 3 years ago

EIP1559 cheatsheet https://hackmd.io/@q8X_WM2nTfu6nuvAzqXiTQ/1559-wallets

https://github.com/ethers-io/ethers.js/commit/1db4ce12d49e235a7155de24ee153f409e7e7370 https://github.com/ethers-io/ethers.js/commit/c47d2eba4dc741eb5cb754c3ef5064b8ea7ac7cc

https://github.com/ethereumjs/ethereumjs-monorepo/pull/1148

paulmillr commented 3 years ago

Done