ethers-rs/ethers-core/src
Oliver Nordbjerg a1f2600551
Correctly encode non-legacy mempool transactions (#415)
* Correctly encode non-legacy mempool transactions

If a non-legacy transaction was fetched from the mempool and
then RLP-encoded for inclusion in e.g. a flashbots bundle,
then the bundle would fail because the encoding only worked
for legacy transactions.

* Add tests and fix encoding
2021-08-31 13:38:16 +03:00
..
abi chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
types Correctly encode non-legacy mempool transactions (#415) 2021-08-31 13:38:16 +03:00
utils chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
lib.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00