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

internal/ethapi: handle blobs in API methods #28786

Merged
merged 27 commits into from
Jan 17, 2024
Merged

Commits on Jan 8, 2024

  1. set fee defaults for blob txes

    s1na committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f7adcc1 View commit details
    Browse the repository at this point in the history
  2. add tests

    s1na committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    64956f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a94a77 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    61eb793 View commit details
    Browse the repository at this point in the history
  2. add eth_call tests

    s1na committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    28516b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. sign blob tx test case

    s1na committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    838c78d View commit details
    Browse the repository at this point in the history
  2. fix tests

    s1na committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ba8dcad View commit details
    Browse the repository at this point in the history
  3. add test for send blob tx

    s1na committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0b04471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ba214 View commit details
    Browse the repository at this point in the history
  5. polish err documentation

    s1na committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ea87309 View commit details
    Browse the repository at this point in the history
  6. comment

    s1na committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b5c2db7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. rm extra blank line

    Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
    s1na and lightclient committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    77120cd View commit details
    Browse the repository at this point in the history
  2. Update core/state_transition.go

    Co-authored-by: Martin HS <martin@swende.se>
    s1na and holiman committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bccbd05 View commit details
    Browse the repository at this point in the history
  3. make checks more strict

    s1na committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3503dde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b85d6c View commit details
    Browse the repository at this point in the history
  5. minor

    s1na committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6313a9d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. resolve merge conflict

    s1na committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    711802f View commit details
    Browse the repository at this point in the history
  2. fail on signTransaction

    s1na committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    841f324 View commit details
    Browse the repository at this point in the history
  3. rm empty file

    s1na committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c90642a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5c6a9b View commit details
    Browse the repository at this point in the history
  5. fix err msg

    s1na committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    402313c View commit details
    Browse the repository at this point in the history
  6. avoid blob-tx in errors

    s1na committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a93ab47 View commit details
    Browse the repository at this point in the history
  7. rename

    s1na committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    de6cea0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix err message

    Co-authored-by: Martin HS <martin@swende.se>
    s1na and holiman committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ad941dd View commit details
    Browse the repository at this point in the history
  2. fix lint issue

    s1na committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a0ec406 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1561a2 View commit details
    Browse the repository at this point in the history
  4. Revert "fix err msg"

    This reverts commit 402313c.
    s1na committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c6871b5 View commit details
    Browse the repository at this point in the history