chia-blockchain/chia/simulator
Mariano Sorgente f0a6189f2d
Move BLS validation to other processes during sync (#9746)
* Try putting BLS in multiprocess

* Fix test

* Fix test again

* Fix test again ^ 2

* Don't use cache unless necessary, cleanup of unused code.

* WIP fixing tests

* Blockchain tests passing

* Remaining tests and lint

* More test fixes

* Fix full_node_rpc test

* Fix remaining tests

* Correct boolean

* Don't validate sig if CLVM fails. Also testing signature validation properly

* Simplify block prevalidation API and improve tests

* Fix logic error and remaining tests

* Update comments and change to AssertionError

* Try to improve CI performance

* Fix mempool test, try to fix test_blockchain performance

* Set default argument to fix test

* Fix DB conversion test

* Use cache for validating signatures (#9859)

* Use cache for validating signatures

* comments: fix typo

* Don't rerun the super slow part of the test (#9887)
2022-01-20 14:50:41 -08:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
full_node_simulator.py Move BLS validation to other processes during sync (#9746) 2022-01-20 14:50:41 -08:00
simulator_constants.py Make the sized bytes types hint compatible (#9369) 2021-12-02 09:43:39 -08:00
simulator_protocol.py git mv src chia 2021-04-04 21:41:39 -07:00
start_simulator.py Peer db new serialization (#9079) 2021-11-19 11:12:58 -08:00