chia-blockchain/chia/wallet
Mariano Sorgente 7fa1861def
Ms.wallet refactor (#10146)
* wallet fixes

* Don't show false positive synched

* Code cleanup and lint

* Fixes

* Revert issue

* Fix reorg issue

* WIP wallet node

* More wallet refactor

* More wallet changes

* More

* Fix subscription bugs

* Fix some tests

* Fix pool tests

* More tweaks

* Lint and small issues

* call update_ui at the correct points

* Small changes

* new peak queue

* Fix peer height issue

* Rollback more for safety, and tweak logging

* Small WSM style fixes

* Change fork point in long_sync

* More fixes with real world testing

* Fix reversed filter

* Fix function name

* Fix coin store bug properly

* Raise CancelledError

* Fix rollback issue

* Lint

* Small fix

* Fix CAT issue

* Fix test trades race condition

* Fix test trades race condition

* Try to reduce flakiness

* Test coin store and fix additional method

* Improve flakiness
2022-02-14 11:28:36 -08:00
..
cat_wallet Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -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 Fix some spam when using clvm_tools_rs (#10043) 2022-02-02 10:42:47 -08:00
rl_wallet Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -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 Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -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 Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -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 Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -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 Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -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 Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -08:00
wallet_node.py Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -08:00
wallet_pool_store.py Disable sqlite sync (#8319) 2021-09-17 10:47:34 -07:00
wallet_puzzle_store.py Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -08:00
wallet_state_manager.py Ms.wallet refactor (#10146) 2022-02-14 11:28:36 -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