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

Retrieve all transaction receipts for a block in one request #6646

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 22, 2024

  1. Retrieve all receipts in block in one call

    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7688b62 View commit details
    Browse the repository at this point in the history
  2. Fix eth_getMinerDataByBlockHash transaction fees

    Exclude burnt fees
    
    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8ee31ab View commit details
    Browse the repository at this point in the history
  3. Collapse txReceipts

    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    416edfb View commit details
    Browse the repository at this point in the history
  4. Bypass for TransactionAdapter

    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d8faf8f View commit details
    Browse the repository at this point in the history
  5. Skip receipts on pending tx

    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0a67874 View commit details
    Browse the repository at this point in the history