mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-05 02:24:21 -05:00
* 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)