chia-blockchain/chia/rpc
Kronus91 95d05b72c4
Stop sending change to a new address (#14422)
* Stop sending change to a new address

* Fix bug

* Add config & unit tests

* Resolve comments

* Refine based on the requirements

* Change config to str

* Disable addr reuse for unit test since the hardcode offer doesn't compatible with it

* Cover offer trade

* Add unit test and RPC support

* Add reuse option for cli

* Enhance unit test

* Fix unit test
2023-03-09 18:32:21 -06:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
crawler_rpc_api.py hint chia.rpc.crawler_rpc_api (#14696) 2023-02-28 11:41:36 -06:00
data_layer_rpc_api.py adjustments for new mypy (#13859) 2022-11-07 17:38:40 -06:00
data_layer_rpc_client.py hint chia.rpc.farmer_rpc_api, client (#14697) 2023-02-28 11:41:15 -06:00
data_layer_rpc_util.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
farmer_rpc_api.py hint chia.rpc.farmer_rpc_api, client (#14697) 2023-02-28 11:41:15 -06:00
farmer_rpc_client.py update mypy.ini (#14706) 2023-02-28 16:59:33 -06:00
full_node_rpc_api.py Separate mempool item's JSON response value from the internal structure (#14476) 2023-02-27 13:17:49 -06:00
full_node_rpc_client.py isort: Remove the remaining exceptions and sort the related files (#14124) 2022-12-13 17:10:55 -06:00
harvester_rpc_api.py Add additional state_changed events to metrics destination (#14419) 2023-01-31 12:25:50 -06:00
harvester_rpc_client.py hint chia.rpc.farmer_rpc_api, client (#14697) 2023-02-28 11:41:15 -06:00
rpc_client.py hint chia.rpc.farmer_rpc_api, client (#14697) 2023-02-28 11:41:15 -06:00
rpc_server.py Quick fix to some hostname problems (#14725) 2023-03-03 15:05:02 -06:00
timelord_rpc_api.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
util.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
wallet_rpc_api.py Stop sending change to a new address (#14422) 2023-03-09 18:32:21 -06:00
wallet_rpc_client.py Stop sending change to a new address (#14422) 2023-03-09 18:32:21 -06:00