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

rpc: change BlockNumber constant values to match ethclient #27219

Merged
merged 8 commits into from
May 23, 2023

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    562be5f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    11ad739 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    d64678e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    3ea8e2b View commit details
    Browse the repository at this point in the history
  2. ethclient: improve toBlockNumArg

    - avoid creating big.Int just to compare with BlockNumber
    - use String method of BlockNumber
    fjl committed May 16, 2023
    Configuration menu
    Copy the full SHA
    236358e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0cf2ac View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. eth/filters: fix test

    fjl committed May 23, 2023
    Configuration menu
    Copy the full SHA
    48f68ab View commit details
    Browse the repository at this point in the history
  2. eth/filters: remove log

    fjl committed May 23, 2023
    Configuration menu
    Copy the full SHA
    025270c View commit details
    Browse the repository at this point in the history