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 tests for eth_getBlockReceipt JSON-RPC API #307

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

Kourin1996
Copy link

Closes #156

This PR adds a unit test for the GetBlockReceipt API, which retrieves a block receipt including system logs.
The test stores the target header, block body, and receipt data, which are retrieved from the Alfajores nodo, into local database for testing purposes.

@Kourin1996 Kourin1996 self-assigned this Jan 10, 2025
@Kourin1996 Kourin1996 marked this pull request as ready for review January 10, 2025 15:10
Copy link

@piersy piersy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good @Kourin1996 !

@Kourin1996 Kourin1996 merged commit fb6e48c into celo11 Jan 14, 2025
8 checks passed
@Kourin1996 Kourin1996 deleted the Kourin1996/add-test-getBlockReceipt branch January 14, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a test for GetBlockReceipt api method
2 participants