-
Notifications
You must be signed in to change notification settings - Fork 221
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: allow zero fees for pre-mine #6595
feat: allow zero fees for pre-mine #6595
Conversation
- Allowed zero fees for pre-mine immediate spend - Added inputs to genesis block addition for pre-mine immediate spend
Test Results (CI) 3 files 129 suites 36m 20s ⏱️ Results for commit 3bdf311. ♻️ This comment has been updated with latest results. |
Test Results (Integration tests) 2 files 11 suites 23m 24s ⏱️ For more details on these failures, see this check. Results for commit 3bdf311. ♻️ This comment has been updated with latest results. |
base_layer/core/src/transactions/transaction_protocol/transaction_initializer.rs
Outdated
Show resolved
Hide resolved
base_layer/core/src/transactions/transaction_protocol/transaction_initializer.rs
Outdated
Show resolved
Hide resolved
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.
Just one nit
Description
Motivation and Context
Inputs of immediate spend transactions need to be considered in the genesis block.
How Has This Been Tested?
System-level testing [TBD] to generate a new genesis block, then unit test
xxx_genesis_sanity_check
must pass.What process can a PR reviewer use to test or verify this change?
Code review
Breaking Changes