-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
headersdb_file: updated dogecoin_headers_db_connect_hdr to reorg
arith_uint256: added negate, arithmetic and comparisons from xanimo arith_uint256: updated div_arith_uint256 for long division arith_uint256: updated get_low64 byte order arith_uint256: updated uint_to_arith and arith_to_uint256 to calloc block: updated dogecoin_block_header with chainwork block: updated dogecoin_block_header_copy for chainwork and auxpow flag block: updated dogecoin_block_header_new to initialize chainwork block: updated dogecoin_block_header_new to initialize auxpow flag block: removed duplicate check initialization from dogecoin_auxpow_block_new headersdb_file: updated dogecoin_headers_db_free check for prev and genesis pow: added nhashes_done to check_pow for chainwork validation: updated check_pow for chainwork spv: added escape characters to dogecoin_net_spv_post_cmd for shutdown spv: added bestknownheight reset on invalid block to dogecoin_net_spv_post_cmd spvnode: moved "done" print after dogecoin_spv_client_free test: updated block_test to check chainwork of genesis test: added test_reorg to spv_test test: updated unittester to test_reorg
- Loading branch information
Showing
13 changed files
with
602 additions
and
38 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
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
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.