Consensys / web3signer

Web3Signer is an open-source signing service capable of signing on multiple platforms (Ethereum1 and 2, Filecoin) using private keys stored in an external vault, or encrypted on a disk.
https://docs.web3signer.consensys.net/
Apache License 2.0
200 stars 76 forks source link

EIP-2930 Optional Access Lists support for public transactions #852

Open siladu opened 1 year ago

siladu commented 1 year ago

Along similar lines as https://github.com/Consensys/web3signer/issues/769

eth_sendTransaction and eth_signTransaction should be able to handle eip2930 (Type 1) transactions.

Support for private transactions may be blocked on required changes to web3j (similar to https://github.com/Consensys/web3signer/issues/839)

Spec: https://ethereum.github.io/execution-apis/api-documentation/ Example json: https://viem.sh/docs/actions/wallet/sendTransaction.html#accesslist-optional

Tasks

EmmanuelAdeiza commented 9 months ago

Does web3dart support EIP-2930 transactions at the moment?