ethers-rs/ethers-middleware
Georgios Konstantopoulos 09ff480f19
feat: eip2930/1559 response type adjustments (part 1) (#353)
* refactor: move tx types to subdirectory

* feat(receipt): add tx-type and effective gas price for eip1559

* feat: add base_fee_per_gas to Block

* feat(tx): add eip1559/2930/2718 ret values

* fix(middleware): return signed raw rlp from tx signer / adjust tests

* chore: remove unused vars

* chore(core): remove funty lock from Cargo.toml

* chore: rename json var / cargo fmt

* add more context on eip1559 fees
2021-08-09 01:49:23 +03:00
..
contracts feat(abigen): extend ethevent trait methods and decoding (#239) 2021-03-19 17:44:59 +02:00
src feat: eip2930/1559 response type adjustments (part 1) (#353) 2021-08-09 01:49:23 +03:00
tests fix: make chain_id mandatory (#286) 2021-07-29 23:22:25 +03:00
Cargo.toml fix: make chain_id mandatory (#286) 2021-07-29 23:22:25 +03:00