Skip to content

error when submitting 1559 transactions #27

Description

@ligi

unfortunately I cannot reopen: #25
also it is a bit different now - it is not the regexp as before anymore - we seem to be one step further now - but still cannot send 1559 transactions:

✓ ~ curl -X POST -H  "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_sendRawTransaction","params":["0x02f86a0507849502f900849502f90582520894381e247bef0ebc21b6611786c665dd5514dcc31f8080c001a04c23103dda68fc3287b9972f0b105752e8c79e6f3135ba631db65102202a563fa07a3c44a30ac5aa24f5e259317bda094fb594d652c8808e72d7557f6457f9ed27"],"id":1}' https://in3-v2.slock.it/goerli/nd-1
{"jsonrpc":"2.0","id":1,"result":null,"error":{"code":-32602,"message":"Invalid params: Invalid bytes format. Expected a 0x-prefixed hex string with even length."},"stats":null,"in3":{"lastValidatorChange":0,"lastNodeList":5339558,"execTime":10,"rpcTime":9,"rpcCount":1,"currentBlock":5346459,"version":"2.1.0"}}

a bit weird though - it is 0x prefixed and has a even length

also sending it to a dappnode with no problem:

✓ ~ curl -X POST -H  "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_sendRawTransaction","params":["0x02f86a0507849502f900849502f90582520894381e247bef0ebc21b6611786c665dd5514dcc31f8080c001a04c23103dda68fc3287b9972f0b105752e8c79e6f3135ba631db65102202a563fa07a3c44a30ac5aa24f5e259317bda094fb594d652c8808e72d7557f6457f9ed27"],"id":1}' http://goerli-geth.dappnode:8545
{"jsonrpc":"2.0","id":1,"result":"0x9b66419b1484b0045fe457adb63a377e09d7bb6a4ea57f93c9d8bf94f7dc4f29"}

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