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/gethclient: fix bugs in override object encoding #25616

Merged
merged 12 commits into from
Sep 27, 2022

Commits on Aug 26, 2022

  1. ethclient/gethclient: this change modifies the gethclient to properly…

    … override the state for the Code property
    
    If the code property is not present in the state overrides, it should be skipped or set to null on marshal. Because of the type of the property hexutil.Bytes the empty slice marshals to 0x and the request fails.
    
    fixes ethereum#25615
    simonovic86 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1a16ebc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

Commits on Sep 26, 2022

  1. Update gethclient.go

    fjl committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    239e93f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    650adb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9bdc2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37432ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3dca1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d791544 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57283d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b81a45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3acdc0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0239d8b View commit details
    Browse the repository at this point in the history