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

4844 rlp encoding not working #2745

@ZanCorDX

Description

@ZanCorDX

https://github.com/gakonst/ethers-rs/blob/master/ethers-core/src/types/transaction/response.rs (checked at 73e5de2)
line 159 (Transaction::rlp()):
match self.transaction_type {
has missing the new tx type branch (3) and fallback on
// Legacy (0x00)
_ => {

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions