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

fix: swap ordering of r/s fields in tx snapshot #946

Conversation

DavePearce
Copy link
Collaborator

The ordering of these two fields was incorrect, and should be swapped. This then means the TX hashes are computed correctly. Since this happens on the capture side, changes will only be noticed once the fix is deployed and new blocks captured. Existing captures contain the r and s fields in the wrong order, and need to be updated.

The ordering of these two fields was incorrect, and should be swapped.
This then means the TX hashes are computed correctly.  Since this
happens on the capture side, changes will only be noticed once the fix
is deployed and new blocks captured.  Existing captures contain the `r`
and `s` fields in the wrong order, and need to be updated.
@DavePearce DavePearce requested a review from powerslider August 17, 2024 09:09
@DavePearce DavePearce added the bug Something isn't working label Aug 17, 2024
Copy link
Collaborator

@letypequividelespoubelles letypequividelespoubelles left a comment

Choose a reason for hiding this comment

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

LGTM

@DavePearce DavePearce merged commit 532de8d into arith-dev Aug 17, 2024
5 checks passed
@DavePearce DavePearce deleted the fix/issue-945/incorrect-ordering-of-r-and-s-in-transactionsnapshotof branch August 17, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants