-
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.
hash: added dogecoin_hashwriter_free
auxpow: updated check_merkle_branch iterator to size_t and hash parameters block: updated dogecoin_block_header_new to initialize header block: updated dogecoin_block_header_free to clear version and removed debug print block: updated dogecoin_block_header_copy to copy auxpow block: updated header and dogecoin_block_header_serialize/deserialize to signed version headersdb_file: updated dogecoin_headers_db_free to free chaintip to chainbottom headersdb_file: updated dogecoin_headers_db_connect_hdr to free blockindex headersdb_file: updated dogecoin_headers_db_connect_hdr with todo spv: updated dogecoin_spv_client_free to check for headers_db_ctx spv: updated dogecoin_net_spv_post_cmd to recover after invalid headers and blocks spv: updated dogecoin_net_spv_periodic_statecheck to continue after full block sync spv: updated dogecoin_net_spv_request_headers to recover after invalid headers and blocks transaction: updated sign_transaction_w_privkey to free script_pubkey and txtmp tx: updated dogecoin_tx_out_pubkey_hash_to_p2pkh_address to free copy of txout wallet: removed dogecoin_wallet_add_to_spent as dogecoin_wallet_scrape_utxos already handles spends wallet: updated dogecoin_wallet_new frees and to call dogecoin_hdnode_free wallet: updated dogecoin_wallet_free to call dogecoin_btree_tdestroy with NULL/free wallet: updated dogecoin_wallet_create to check for open wallet file
- Loading branch information
Showing
14 changed files
with
237 additions
and
179 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
Oops, something went wrong.