-
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 and todo headersdb_file: updated dogecoin_headers_db_load to print progress 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 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 address_test: updated generateHDMasterPubKeypair testnet parameter to true bip44_test: updated test_seed pointer and assignment block_test: updated to signed version hash_test: added dogecoin_hashwriter_free wallet_test: added vector_add of waddr and dogecoin_free of tx_data to test_wallet wallet_test: added dogecoin_wallet_flush and dogecoin_wallet_free to test_wallet wallet_test: added vector_free of addrs to test_wallet_basics
- Loading branch information
Showing
15 changed files
with
249 additions
and
182 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.