chia-blockchain/tests/core
dustinface 17b061d1d7
farmer: Update payout_instructions on the pool if changed (#7161)
* farmer: Refactor `update_pool_farmer_info`

Return the actual `GetFarmerResponse` object and a flag if the farmer is
known on the pool or not.

* farmer: Call `PUT /farmer` if the `payout_instructions` changed

* farmer: Force farmer update, don't directly call `update_pool_state`

Let the periodical task handle the update.

* farmer: Temporary fix for `Streamable` not supporting JSON `Optional`

* tests: Call `update_pool_state` after `set_payout_instructions`
2021-07-07 09:37:23 -07:00
..
consensus Use sed to change imports from src to chia. 2021-04-04 21:41:39 -07:00
daemon move chia.util.block_tools and chia.util.wallet_tools into tests (#6799) 2021-06-16 11:12:26 -07:00
full_node in strict/safe mode, require integers to use the minimal/canonical encoding (#7071) 2021-07-01 21:19:47 -07:00
server Improves error handling for unknown protocol types (#7073) 2021-07-01 21:20:21 -07:00
ssl move chia.util.block_tools and chia.util.wallet_tools into tests (#6799) 2021-06-16 11:12:26 -07:00
types make the serialization of Coin follow the normal protocol of implementing stream() (#4074) 2021-05-12 10:40:26 -07:00
util Add an explicit error message (#4758) 2021-05-21 18:14:49 -07:00
__init__.py split tests 2021-01-12 17:02:22 -05:00
fixtures.py Lock for all writes (#1758) 2021-04-10 19:07:02 -07:00
make_block_generator.py Block compression and decompression (#1959) 2021-04-16 23:13:22 -07:00
node_height.py Pools mainnet (#7047) 2021-06-29 14:21:25 -07:00
test_cost_calculation.py validate more aspects of conditions earlier (#6654) 2021-06-23 09:49:23 -07:00
test_farmer_harvester_rpc.py farmer: Update payout_instructions on the pool if changed (#7161) 2021-07-07 09:37:23 -07:00
test_filter.py Filter test (#2980) 2021-04-28 17:17:09 +09:00
test_full_node_rpc.py Pools mainnet (#7047) 2021-06-29 14:21:25 -07:00
test_merkle_set.py Update and re-enable Merkle set test (#2824) 2021-04-26 11:20:08 -07:00
test_setproctitle.py Use sed to change imports from src to chia. 2021-04-04 21:41:39 -07:00