chia-blockchain/chia/wallet
2022-01-31 19:00:49 -08:00
..
cat_wallet remove redundant function, calculate_cost_of_program(). The cost is now part of the NPCResult object (#9964) 2022-01-31 18:49:12 -08:00
did_wallet move member function get_memos() out of SpendBundle and into a free-function living in the wallet code. It does not belong to the full node. Also rename it to indicate that it's expensive (and dangerous) to call (#9907) 2022-01-23 21:45:41 -08:00
puzzles Spelling nits in p2_delegated_puzzle_or_hidden_puzzle.py (#9913) 2022-01-23 21:44:25 -08:00
rl_wallet move member function get_memos() out of SpendBundle and into a free-function living in the wallet code. It does not belong to the full node. Also rename it to indicate that it's expensive (and dangerous) to call (#9907) 2022-01-23 21:45:41 -08:00
settings Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
trading Fixed Offer history limit and GUI sorting (#10025) 2022-01-31 18:48:05 -08:00
util introduce restrictions on generators at a specific height (#9957) 2022-01-28 12:29:11 -08:00
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
block_record.py git mv src chia 2021-04-04 21:41:39 -07:00
chialisp.py git mv src chia 2021-04-04 21:41:39 -07:00
derivation_record.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
derive_keys.py pool_wallet: Deterministic derivation of auth key, and only count poo… (#9922) 2022-01-30 12:31:55 -05:00
key_val_store.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
lineage_proof.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
payment.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
secret_key_store.py git mv src chia 2021-04-04 21:41:39 -07:00
sign_coin_spends.py Add commentary about sign_coin_spends and p2_delegated_puzzle_or_hidden_puzzle (#9452) 2022-01-10 21:00:24 -08:00
trade_manager.py Sync improvements (#9974) 2022-01-28 19:16:47 -08:00
trade_record.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
transaction_record.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
transaction_sorting.py Added sorting functionality to /get_transactions (#9278) 2021-12-10 15:19:58 -08:00
wallet_action_store.py Lock for all writes (#1758) 2021-04-10 19:07:02 -07:00
wallet_action.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
wallet_blockchain.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
wallet_coin_record.py Improve streamable (#3031) 2021-04-30 10:22:11 -07:00
wallet_coin_store.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
wallet_info.py git mv src chia 2021-04-04 21:41:39 -07:00
wallet_interested_store.py Disable sqlite sync (#8319) 2021-09-17 10:47:34 -07:00
wallet_node_api.py Sync improvements (#9974) 2022-01-28 19:16:47 -08:00
wallet_node.py Sync improvements (#9974) 2022-01-28 19:16:47 -08:00
wallet_pool_store.py Disable sqlite sync (#8319) 2021-09-17 10:47:34 -07:00
wallet_puzzle_store.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
wallet_state_manager.py Do not assert if pool_state is none (#9893) 2022-01-31 19:00:49 -08:00
wallet_sync_store.py git mv src chia 2021-04-04 21:41:39 -07:00
wallet_transaction_store.py Sync improvements (#9974) 2022-01-28 19:16:47 -08:00
wallet_user_store.py execute the sqlite pragmas only once, at the lever where the database is opened. Also, say FULL instead of 2, to make it clearer what the pragma is doing (#5993) 2021-09-15 10:57:13 -07:00
wallet_weight_proof_handler.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
wallet.py remove redundant function, calculate_cost_of_program(). The cost is now part of the NPCResult object (#9964) 2022-01-31 18:49:12 -08:00