-
Notifications
You must be signed in to change notification settings - Fork 679
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
Feat: Added event for new microblocks #2571
Conversation
…ndomness to version number in test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just one minor comment to address.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just needs to do some merge conflict resolution.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Added events for unconfirmed microblocks for issue #2553. The event data includes the
index_block_hash
of the preceding block, filtered events (only includes the events from the receipts that each event observer is interested in), and transaction receipts.Each payload may contain transactions from multiple microblocks. Each tx receipt comes with a
tx_index
, which starts from 0 for each microblock. Each tx receipt also includes the sequence number of the microblock it belongs to.Notes
Type of Change
Testing information
Ran
microblock_integration_test
inneon_integrations.rs
. Rancargo test
.