Skip to content

fix(rpc): compute and return correct transactionsRoot and receiptsRoot hashes#85

Merged
VictorTrustyDev merged 13 commits into
mainfrom
fix/compute-and-return-correct-transaction-and-receipt-root-hash
Jan 13, 2024
Merged

fix(rpc): compute and return correct transactionsRoot and receiptsRoot hashes#85
VictorTrustyDev merged 13 commits into
mainfrom
fix/compute-and-return-correct-transaction-and-receipt-root-hash

Conversation

@VictorTrustyDev
Copy link
Copy Markdown

@VictorTrustyDev VictorTrustyDev commented Jan 13, 2024

Closes: #86

  • Fix transactionsRoot returned by eth_getBlock* not computed correctly
  • Fix receiptsRoot returned by eth_getBlock* not computed correctly
  • Cherry-pick to Evmos

Notes: commits are grouped by action with clearly message, it's easy to review and cherry-pick

@VictorTrustyDev VictorTrustyDev added enhancement Enhancement / bug-fixes or re-work on old feature TODO ticket contains incomplete TODO labels Jan 13, 2024
@VictorTrustyDev VictorTrustyDev self-assigned this Jan 13, 2024
@VictorTrustyDev VictorTrustyDev changed the title fix: compute and return correct transaction and receipt root hash fix(rpc): compute and return correct transactionsRoot and receiptsRoot hashes Jan 13, 2024
@VictorTrustyDev VictorTrustyDev merged commit 0fa855c into main Jan 13, 2024
@VictorTrustyDev VictorTrustyDev deleted the fix/compute-and-return-correct-transaction-and-receipt-root-hash branch January 13, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Enhancement / bug-fixes or re-work on old feature TODO ticket contains incomplete TODO

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem: eth_getBlockBy* currently returns wrong transactionsRoot and receiptsRoot

2 participants