-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up unsafe usages, tweak rust naming (#2294)
* Finalize OP_RETURN default rules * Cleanup coinbase rewards, getblock * Cleanup reverse * Revert "Finalize OP_RETURN default rules" This reverts commit 87d70f4. * Add ToUniValue * Include vminfo on getblock * Add support for Coinbase * Multi-layered verbosity * Refine ToUniValue methods * Reduce noise * Avoid confusing names for non UTXO rewards * Further cleanups * Minor format cleanup * Use version terminology * Mark items as unsafe, rename queue * More changes * More changes * And more * And then some more * fmt * Resolve lints * And more unsafe marks * More changes, use results, add CrossBoundaryResVal variants * Fix lints * Restore apply/reverse coinbase behaviour --------- Co-authored-by: Bushstar <[email protected]>
- Loading branch information
1 parent
e6da5f3
commit 30ee320
Showing
11 changed files
with
368 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.