chia-blockchain/tests/core
Arvid Norberg 2ddc48d0b9
remove unused get_block_records() function (#5016)
* remove unused get_block_records() function

it's only used by one test. It's also a dangerous function since the whole chain may become very large, and may not fit in memory

* fixup tests

* fixup test
2021-05-24 12:02:54 -07:00
..
consensus Use `sed` to change imports from `src` to `chia`. 2021-04-04 21:41:39 -07:00
daemon Lock for all writes (#1758) 2021-04-10 19:07:02 -07:00
full_node remove unused get_block_records() function (#5016) 2021-05-24 12:02:54 -07:00
server don't increment counters for outgoing messages blocked by the rate limit. (#3518) 2021-05-03 11:18:29 -07:00
ssl Use `sed` to change imports from `src` to `chia`. 2021-04-04 21:41:39 -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 Fix imports for moved tests 2021-03-25 12:05:54 -07:00
test_cost_calculation.py ROM now outputs `(coin-spends . block-level-extras)` (#2149) 2021-04-19 14:04:55 -07:00
test_farmer_harvester_rpc.py Fix test (#3350) 2021-05-04 09:34:48 -07:00
test_filter.py Filter test (#2980) 2021-04-28 17:17:09 +09:00
test_full_node_rpc.py Ms.ph scan (#2808) 2021-04-26 11:18:29 -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