-
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 request blocks in full block sync spv: updated dogecoin_net_spv_request_headers to requests blocks from node with best height 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 wallet: updated dogecoin_wallet_init with temp_address_copy and free address_copy wallet: updated dogecoin_wallet_init with dogecoin_wallet_addr_free if address found wallet: updated dogecoin_wallet_load_address and to free buf wallet: updated dogecoin_wallet_load_transaction to free buf wallet: updated dogecoin_wallet_next_addr to free key wallet: updated dogecoin_wallet_next_bip44_addr to free keys and waddr wallet: updated dogecoin_register_watch_address_with_node to free address_copy and wallet wallet: updated dogecoin_register_watch_address_with_node to free waddr wallet: updated dogecoin_unregister_watch_address_with_node to free address_copy and record wallet: updated dogecoin_unregister_watch_address_with_node to free waddr_check and waddr wallet: updated dogecoin_get_utxo functions and dogecoin_get_balance to free wallet/utxos wallet: updated dogecoin_wallet_utxo_new to initialize elements wallet: updated dogecoin_wallet_scrape_utxos to check pointers before memcmp 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
313 additions
and
197 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.