chia-blockchain/tests/clvm
2022-06-13 17:44:12 -04:00
..
__init__.py Add tests for many puzzles, and fix some bugs found. 2021-02-28 16:54:26 -08:00
benchmark_costs.py remove redundant function, calculate_cost_of_program(). The cost is now part of the NPCResult object (#9964) 2022-01-31 18:49:12 -08:00
coin_store.py run_generator2 rust call and compact conditions data structure (#8862) 2022-04-04 11:53:13 -07:00
config.py Improve the CI runs w.r.t. timelord installation (#10673) 2022-03-17 09:05:33 -07:00
test_chialisp_deserialization.py pass through max cost all the way down to where we execute the CLVM code 2021-04-17 10:34:13 -07:00
test_clvm_compilation.py Merge commit 'd0de8038cd95b71fa050f79e3685c51dcf05e13e' into catchup/long_lived_atari_from_release_1.4.0_d0de8038cd95b71fa050f79e3685c51dcf05e13e 2022-06-13 17:44:12 -04:00
test_clvm_step.py Bump clvm_tools_rs version for clvm stepper and add a test (#11418) 2022-05-05 09:14:23 -07:00
test_program.py optimize Program.curry() (#11162) 2022-04-20 11:43:15 -07:00
test_puzzle_compression.py Add remaining offer code to main (#9886) 2022-01-20 14:49:31 -08:00
test_puzzle_drivers.py Refine test for __eq__ 2022-05-24 08:33:13 -07:00
test_puzzles.py import ConditionOpcode from actual definition (#10132) 2022-02-17 07:30:36 -08:00
test_serialized_program.py pass through max cost all the way down to where we execute the CLVM code 2021-04-17 10:34:13 -07:00
test_singletons.py import ConditionOpcode from actual definition (#10132) 2022-02-17 07:30:36 -08:00
test_spend_sim.py added get_coin_records_by_parent_ids to spend_sim (#9438) 2021-12-07 09:56:37 -08:00