Skip to content

eth_sendRawTransaction rejects 1559 transactions #25

Description

@ligi

the problem is this regex that is used:

pattern: "^0x(0|[a-fA-F1-9]+[a-fA-F0-9]*)$"

so for valid 1559 transactions it fails with:

{"id":1,"error":{"code":-32602,"message":"eth_sendRawTransaction : params[0] should match pattern \"^0x(0|[a-fA-F1-9]+[a-fA-F0-9]*)$\""},"jsonrpc":"2.0"}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions