chia-blockchain/chia/wallet
dustinface d83a6f8d14
consensus: Rename add block method/enum (#14459)
* `ReceiveBlockResult` -> `AddBlockResult`

* `Blockchain.receive_block` -> `Blockchain.add_block`
2023-03-27 12:57:37 -05:00
..
cat_wallet wallet: Some WalletType cleanup (#14897) 2023-03-27 10:18:36 -05:00
dao_wallet Add placeholders for DAO Wallet directories (#14858) 2023-03-22 04:47:32 -05:00
db_wallet Minor change to DL mirror sync (#13697) 2022-10-24 18:58:08 -05:00
did_wallet wallet: Some WalletType cleanup (#14897) 2023-03-27 10:18:36 -05:00
nft_wallet wallet: Some WalletType cleanup (#14897) 2023-03-27 10:18:36 -05:00
puzzles Only compile CLVM if source newer than hex (#14840) 2023-03-18 05:43:50 -05:00
settings configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
trading no duplicate offers, handle conflict offers correctly (#14722) 2023-03-03 15:13:39 -06:00
util 1.7.1 fixes (#14860) 2023-03-21 00:20:53 -05:00
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
block_record.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
chialisp.py Remove unneeded f-string notation (#14585) 2023-02-15 23:02:24 -06:00
coin_selection.py Coin Selection CLI / RPC Expansion (#13325) 2022-10-24 14:03:53 -05:00
derivation_record.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
derive_keys.py remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
driver_protocol.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
key_val_store.py cleanup adjacent string literals (#14650) 2023-02-22 17:16:07 -06:00
lineage_proof.py isort: Remove all chia.wallet exceptions and sort the related files (#13977) 2022-11-22 15:33:43 -06:00
notification_manager.py Don't raise on lack of hints in notification manager (#14590) 2023-02-16 14:04:17 -06:00
notification_store.py remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
outer_puzzles.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
payment.py isort: Remove all chia.wallet exceptions and sort the related files (#13977) 2022-11-22 15:33:43 -06:00
puzzle_drivers.py Merge main into checkpoint/main_from_release_1.6.0_12fcaf0e982590efcf26a954c67cd760035d9e6e 2022-08-30 13:25:43 +01:00
secret_key_store.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
sign_coin_spends.py isort: Remove all chia.wallet exceptions and sort the related files (#13977) 2022-11-22 15:33:43 -06:00
singleton.py Reorganize reusable singleton wallet code (#14339) 2023-01-27 17:09:13 -06:00
trade_manager.py wallet: Drop WalletCoinStore.get_multiple_coin_records (#14862) 2023-03-27 10:16:33 -05:00
trade_record.py optimize offers (#14531) 2023-02-10 15:14:23 -06:00
transaction_record.py better handling of offer status and failed txs (#14812) 2023-03-15 20:50:25 -05:00
transaction_sorting.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
uncurried_puzzle.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
wallet_action.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
wallet_blockchain.py consensus: Rename add block method/enum (#14459) 2023-03-27 12:57:37 -05:00
wallet_coin_record.py Coin Selection CLI / RPC Expansion (#13325) 2022-10-24 14:03:53 -05:00
wallet_coin_store.py wallet: Drop WalletCoinStore.get_multiple_coin_records (#14862) 2023-03-27 10:16:33 -05:00
wallet_info.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
wallet_interested_store.py remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
wallet_nft_store.py cleanup adjacent string literals (#14650) 2023-02-22 17:16:07 -06:00
wallet_node_api.py server: Rename respond_peers to add_peers in node_dicovery.py (#14461) 2023-03-27 10:15:53 -05:00
wallet_node.py consensus: Rename add block method/enum (#14459) 2023-03-27 12:57:37 -05:00
wallet_pool_store.py isort: Remove all chia.wallet exceptions and sort the related files (#13977) 2022-11-22 15:33:43 -06:00
wallet_protocol.py wallet: Some WalletType cleanup (#14897) 2023-03-27 10:18:36 -05:00
wallet_puzzle_store.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
wallet_retry_store.py Search for launcher with correct spent_height (#13827) 2022-11-08 00:04:18 -06:00
wallet_state_manager.py wallet: Drop unused code in wallet_state_manager.py (#14898) 2023-03-27 10:19:01 -05:00
wallet_transaction_store.py better handling of offer status and failed txs (#14812) 2023-03-15 20:50:25 -05:00
wallet_user_store.py remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
wallet_weight_proof_handler.py wallet: Enable and fix more mypy in wallet_weight_proof_handler.py (#14912) 2023-03-27 10:19:25 -05:00
wallet.py wallet: Some WalletType cleanup (#14897) 2023-03-27 10:18:36 -05:00