chia-blockchain/tests/core
Arvid Norberg 912dc84663
don't increment counters for outgoing messages blocked by the rate limit. (#3518)
This was causing a problem where outbound messages, blocked by the rate limiter,
would still increment the counters as-if they had been sent. This, in turn,
could cause other message types to get blocked becuase the rate limiter thought
we had sent a lot of the other (blocked) message type.
2021-05-03 11:18:29 -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 Tests skipping mempool (#3065) 2021-04-30 10:23:45 -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 Use `sed` to change imports from `src` to `chia`. 2021-04-04 21:41:39 -07:00
util Improve streamable (#3031) 2021-04-30 10:22:11 -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 Use `sed` to change imports from `src` to `chia`. 2021-04-04 21:41:39 -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