Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Correctly encode non-legacy mempool transactions #415

Merged
merged 2 commits into from
Aug 31, 2021

Commits on Aug 29, 2021

  1. 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.
    onbjerg committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    e29c8a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Add tests and fix encoding

    onbjerg committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    60fe8e6 View commit details
    Browse the repository at this point in the history