Open siladu opened 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
Transaction2930
Does web3dart support EIP-2930 transactions at the moment?
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
Transaction2930
based on the json params