Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Support batch fetch tx receipts of a block #1043

Closed
wants to merge 1 commit into from

Conversation

yihuang
Copy link
Contributor

@yihuang yihuang commented Apr 11, 2022

Description

Closes: #1037
Implements new api eth_getTransactionReceiptsByBlock.


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

Closes: evmos#1037
Implements new api `eth_getTransactionReceiptsByBlock`.
@yihuang yihuang marked this pull request as draft April 11, 2022 12:23
@yihuang
Copy link
Contributor Author

yihuang commented Apr 19, 2022

close in favour of #1056.

@yihuang yihuang closed this Apr 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support batch fetch tx receipts of a block
1 participant