-
Notifications
You must be signed in to change notification settings - Fork 219
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!: dont store entire monero coinbase transaction #5991
feat!: dont store entire monero coinbase transaction #5991
Conversation
Test Results (Integration tests) 2 files + 2 12 suites +12 29m 53s ⏱️ + 29m 53s For more details on these failures, see this check. Results for commit b398beb. ± Comparison against base commit 6723dc7. ♻️ This comment has been updated with latest results. |
d1bf0a4
to
3e9d17a
Compare
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.
System-level testing with Monero mainnet merged mining works fine
ACK
2b2a4f0
to
9dfbf99
Compare
Description
only store the keccak state and not the entire monero coinbase transaction
Motivation and Context
The monero coinbase transaction can be very large as it may contain multiple coinbases. We only store the keccak inner hash state with half of the hashed transaction. We hash the last part to verify its working.
How Has This Been Tested?
unit tests
fixes: #5891