chia-blockchain/chia/cmds
Jeff bb57ccffa9
Improve handling of unknown pending balances (likely change from addi… (#10984)
* Improve handling of unknown pending balances (likely change from adding a maker fee).
Minor improvement for fingerprint selection -- enter/return selects the logged-in fingerprint.

* Minor output formatting improvements when showing offer summaries.
Minor wallet key selection improvements.
Added tests for print_offer_summary

* Linter fixes

* isort fix

* Coroutine -> Awaitable

* Removed problematic fee calculation from get_pending_amounts per feedback.
2022-04-05 16:09:00 -07:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
chia.py asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
configure.py Switch to integrated lock_and_load_config() context manager (#10698) 2022-03-28 12:52:51 -07:00
db_upgrade_func.py Switch to integrated lock_and_load_config() context manager (#10698) 2022-03-28 12:52:51 -07:00
db_validate_func.py add db validate function to check consistency of blockchain database (#10398) 2022-02-25 08:00:16 -08:00
db.py improve error messages from chia db upgrade, specifically to help users if the disk is full (#10494) 2022-03-17 09:11:08 -07:00
farm_funcs.py cli: Use correct type annotations (#7482) 2021-07-15 10:25:56 -07:00
farm.py cli: Use correct type annotations (#7482) 2021-07-15 10:25:56 -07:00
init_funcs.py fix test_full_sync.py to only feed the blocks in the main chain to the node (#10974) 2022-03-31 23:03:59 -07:00
init.py default new installs to use v2 blockchain database schema (#9951) 2022-01-26 17:14:05 -08:00
keys_funcs.py chia keys show will default to displaying the first observer-derived wallet address. With the addition of the -d option, the non-observer derived wallet address can be displayed. (#10615) 2022-03-10 11:09:29 -08:00
keys.py chia keys show will default to displaying the first observer-derived wallet address. With the addition of the -d option, the non-observer derived wallet address can be displayed. (#10615) 2022-03-10 11:09:29 -08:00
netspace_funcs.py reverting 7645 (#7708) 2021-07-22 09:00:36 -07:00
netspace.py cli: Use correct type annotations (#7482) 2021-07-15 10:25:56 -07:00
passphrase_funcs.py Fixes for the --passphrase-file option (#9166) 2021-11-09 11:00:06 -08:00
passphrase.py asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
plotnft_funcs.py pools: Fix plotnft claim command's output (#10609) 2022-03-10 11:10:03 -08:00
plotnft.py This patch enables fees for the plotnft commands - create, claim, joi… (#9968) 2022-02-14 20:07:06 -08:00
plots.py asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
plotters.py Add plotters. (#8497) 2021-10-28 15:37:46 -07:00
rpc.py cmds: Implement chia rpc command (#10763) 2022-03-17 08:40:54 -07:00
show.py Capitalize display of Rpc -> RPC in chia show -s (#10797) 2022-03-21 16:22:37 -07:00
start_funcs.py Fixes for the --passphrase-file option (#9166) 2021-11-09 11:00:06 -08:00
start.py asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
stop.py asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
units.py Fix sending CATs with the CLI (#9934) 2022-01-25 12:54:51 -08:00
wallet_funcs.py Improve handling of unknown pending balances (likely change from addi… (#10984) 2022-04-05 16:09:00 -07:00
wallet.py Added -n/--new-address option to chia wallet get_address (#10861) 2022-03-24 14:57:08 -07:00