ethers-rs/ethers-middleware/tests
Georgios Konstantopoulos ccff9fc98f
feat: 1559/2930 txs (part 2) (#355)
* feat: add eip2930 tx type

* feat: add typed transaction enum

* chore: rlp_opt take reference to option

* feat: add eip-1559 tx type

* feat: add eip-1559 to the typed tx enum

* fix: references to rlp_opt / add access list setter

* chore: ignore etherchain and ethgasstation

Their APIs had a breaking change

* fix(1559/2930): serialize properly

1. The AccessList struct should have used RlpEncodableWrapper, otherwise we get extra bytes
2. The 1559/2930 types do not use eip-155-style replay protection

* feat: add helpers for operating on the txs enum

* chore: cargo fmt / lints
2021-08-09 01:59:07 +03:00
..
solidity-contracts Fix tests failing on solc 0.8.0 or above (#310) 2021-06-07 19:32:41 +03:00
gas_escalator.rs fix: make chain_id mandatory (#286) 2021-07-29 23:22:25 +03:00
gas_oracle.rs feat: 1559/2930 txs (part 2) (#355) 2021-08-09 01:59:07 +03:00
nonce_manager.rs fix: make chain_id mandatory (#286) 2021-07-29 23:22:25 +03:00
signer.rs fix: make chain_id mandatory (#286) 2021-07-29 23:22:25 +03:00
stack.rs fix: make chain_id mandatory (#286) 2021-07-29 23:22:25 +03:00
transformer.rs fix: make chain_id mandatory (#286) 2021-07-29 23:22:25 +03:00