web3.js
web3.js copied to clipboard
Transaction Features in 4.x
This issue is for tracking features of Transaction in 4.x.
-
[ ] Transaction decoding Feature ( for endusers and also for usage in handle revert functionality)
- Legacy Transactions
- Typed Transaction 0x1 https://eips.ethereum.org/EIPS/eip-2930 0x2 https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md
-
[ ] accessListify
-
[ ] parseTransaction This could be implemented as a standalone method, but creating a transaction object should support serialized transactions for instantiation
-
[ ] serializeTransaction This could probably be achieved by exposing a serialize method from
@ethereumjs/txobject
Related Feature Requests / Discussion in 1.x
- [ ] https://github.com/ChainSafe/web3.js/issues/3608
- [ ] https://github.com/ChainSafe/web3.js/issues/4034
- [x] https://github.com/ChainSafe/web3.js/issues/4509
- [ ] https://github.com/ChainSafe/web3.js/issues/4629