-
Notifications
You must be signed in to change notification settings - Fork 218
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: mining ffi add coinbase add #6183
Conversation
Test Results (Integration tests)12 tests 12 ✅ 1m 7s ⏱️ For more details on these parsing errors, see this check. Results for commit e4d26f0. ♻️ This comment has been updated with latest results. |
Test Results (CI) 3 files 120 suites 43m 20s ⏱️ Results for commit e4d26f0. ♻️ This comment has been updated with latest results. |
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.
utAck
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.
Looks good, but I think we are missing the fees.
Nope fees are not missing, you need to include it in the value you want the coinbase to be |
/// | ||
/// ## Arguments | ||
/// `block_template_bytes` - The block template as bytes, serialized with borsh.io | ||
/// `value` - The value of the coinbase |
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.
If this includes the fee it should be like reward_and_fee
or something and the comment should explain it
2f6dbe6
to
f57e8c1
Compare
75d46ba
to
752db4f
Compare
Description
add functionality to add coinbase