eth_getBalance without block number returns error #62

Closed
opened 2021-04-21 13:07:52 +00:00 by ramilexe · 1 comment
ramilexe commented 2021-04-21 13:07:52 +00:00 (Migrated from github.com)

https://github.com/vulcanize/ipld-eth-server/pull/53/files#diff-8118e44ac15fb5ab2e2ece2ab52fd23062a10b5cc9c55ee5b3620a1242cff27cR239

error message:

    Unexpected error:
        <*rpc.jsonError | 0xc00007ee40>: {
            Code: -32000,
            Message: "sql: converting argument $1 type: uint64 values with high bit set are not supported",
            Data: nil,
        }
        sql: converting argument $1 type: uint64 values with high bit set are not supported
    occurred

the same root cause as in https://github.com/vulcanize/ipld-eth-server/issues/57

https://github.com/vulcanize/ipld-eth-server/pull/53/files#diff-8118e44ac15fb5ab2e2ece2ab52fd23062a10b5cc9c55ee5b3620a1242cff27cR239 error message: ``` Unexpected error: <*rpc.jsonError | 0xc00007ee40>: { Code: -32000, Message: "sql: converting argument $1 type: uint64 values with high bit set are not supported", Data: nil, } sql: converting argument $1 type: uint64 values with high bit set are not supported occurred ```` the same root cause as in https://github.com/vulcanize/ipld-eth-server/issues/57
ramilexe commented 2021-04-21 15:02:45 +00:00 (Migrated from github.com)
fixed in https://github.com/vulcanize/ipld-eth-server/pull/53/commits/39141bd30de8015eb266e3e02123f4e2f00c3031
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#62