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

Add eth_getBlockReceipts() JSON/RPC method #5771

Merged
merged 13 commits into from
Aug 24, 2023

Commits on Aug 18, 2023

  1. Initial commit with new JSON/RPC method

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    335e2da View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Add unit tests

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    da1a323 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into get-block-receipts

    Signed-off-by: Matt Whitehead <matthew1001@gmail.com>
    matthew1001 authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    80c0dcb View commit details
    Browse the repository at this point in the history
  3. New copyright header

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    21727e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Update unit tests

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8e6565c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f6df78 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6b33163 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/j…

    …sonrpc/internal/methods/EthGetBlockReceiptsTest.java
    
    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    Signed-off-by: Matt Whitehead <matthew1001@hotmail.com>
    matthew1001 and macfarla authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b7cdfa4 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    Signed-off-by: Matt Whitehead <matthew1001@hotmail.com>
    matthew1001 and macfarla authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a78e7ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76ba390 View commit details
    Browse the repository at this point in the history
  4. Update unit tests to check receipts against generated blockchain tran…

    …sactions at runtime. Add getEthSerializedType() utility to TransactionType.
    
    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b5cb902 View commit details
    Browse the repository at this point in the history
  5. Add spec JSON/RPC tests

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a355fcf View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. merge

    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    macfarla committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    393e8a1 View commit details
    Browse the repository at this point in the history