-
Notifications
You must be signed in to change notification settings - Fork 289
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
fix: address serialization in PayForBlobs event (backport #2793) #2794
Conversation
I'm testing this via a celestia-stack-internal devnet. Since the validator is still running v1.3.0 and not this patched version, it emits the event with the incorrect address serialization:
Click to see full logs
|
When the validator runs this patch, the event gets emitted with the correct signer address. Both consensus nodes remain in sync.
Click to see full logs
|
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.
👍
Closes #2781 Note this _shouldn't_ be consensus breaking b/c the ABCI response results hash shouldn't depend on events. [`deterministicResponseDeliverTx`](https://github.com/celestiaorg/celestia-core/blob/ffdb652634fb1b6b6426c0f1a2c5adec8af80253/types/results.go#L45-L55) filters events from the response. Thanks @cmwaters for identifying. ## Testing I tested on a Robusta devnet named app-v130-node-v0110. See #2794 (comment) and #2794 (comment)
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.
👍 thanks for fixing
Closes celestiaorg/celestia-app#2781 Note this _shouldn't_ be consensus breaking b/c the ABCI response results hash shouldn't depend on events. [`deterministicResponseDeliverTx`](https://github.com/celestiaorg/celestia-core/blob/ffdb652634fb1b6b6426c0f1a2c5adec8af80253/types/results.go#L45-L55) filters events from the response. Thanks @cmwaters for identifying. ## Testing I tested on a Robusta devnet named app-v130-node-v0110. See celestiaorg/celestia-app#2794 (comment) and celestiaorg/celestia-app#2794 (comment)
Backports #2793 to the v1.x branch