Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ethclient: fix BlockReceipts parameter encoding #28087

Merged
merged 3 commits into from
Sep 25, 2023
Merged

Commits on Sep 9, 2023

  1. internal/ethapi: Fix eth_getBlockReceipts

    There is an issue. After marshaling rpc.BlockNumberOrHash we have e.g. {"jsonrpc":"2.0","id":3,"method":"eth_getBlockReceipts","params":[{"blockNumber":"0x2"}]} instead of {"jsonrpc":"2.0","id":3,"method":"eth_getBlockReceipts","params":["0x2"]} and invalid response.
    kandrianov committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    28c2b6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kandrianov/kandrianov-patch-1

    internal/ethapi: Fix eth_getBlockReceipts
    kandrianov committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    a35c5e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. ethclient: add .

    fjl committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    46c15d1 View commit details
    Browse the repository at this point in the history