Skip to content

fix(jsonrpc): support blockHash param and genesis block process for eth_getBlockReceipts#6433

Merged
kuny0707 merged 3 commits intotronprotocol:release_v4.8.1from
0xbigapple:fix/getBlockReceipts_return_null_genesis
Aug 29, 2025
Merged

fix(jsonrpc): support blockHash param and genesis block process for eth_getBlockReceipts#6433
kuny0707 merged 3 commits intotronprotocol:release_v4.8.1from
0xbigapple:fix/getBlockReceipts_return_null_genesis

Conversation

@0xbigapple
Copy link
Contributor

@0xbigapple 0xbigapple commented Aug 28, 2025

What does this PR do?

eth_getBlockReceipts api : 1. return null for genesis block 2. support blockHash param

Why are these changes required?

This PR has been tested by:

  • Unit Tests
  • Manual Testing

Follow up

Extra details

@kuny0707 kuny0707 moved this to In Review in java-tron Aug 28, 2025
@kuny0707 kuny0707 linked an issue Aug 28, 2025 that may be closed by this pull request
@0xbigapple 0xbigapple changed the title fix(jsonrpc): return null for genesis block in eth_getBlockReceipts fix(jsonrpc): support blockHash param and genesis block process for eth_getBlockReceipts Aug 29, 2025
@kuny0707 kuny0707 merged commit 560200f into tronprotocol:release_v4.8.1 Aug 29, 2025
7 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in java-tron Aug 29, 2025
halibobo1205 pushed a commit to halibobo1205/java-tron that referenced this pull request Sep 11, 2025
…th_getBlockReceipts (tronprotocol#6433)

* fix: return null for genesis block in eth_getBlockReceipts

* feat:support query eth_getBlockReceipts by blockHash

* checkStyle
halibobo1205 pushed a commit to halibobo1205/java-tron that referenced this pull request Oct 14, 2025
…th_getBlockReceipts (tronprotocol#6433)

* fix: return null for genesis block in eth_getBlockReceipts

* feat:support query eth_getBlockReceipts by blockHash

* checkStyle
warku123 pushed a commit to warku123/java-tron that referenced this pull request Feb 6, 2026
…th_getBlockReceipts (tronprotocol#6433)

* fix: return null for genesis block in eth_getBlockReceipts

* feat:support query eth_getBlockReceipts by blockHash

* checkStyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Implement eth_getBlockReceipts method

5 participants