chia-blockchain/tests/clvm
2022-06-22 15:33:30 -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 Merge commit with main (9ff3fc993f) (#11137) 2022-04-14 12:02:42 -07:00
config.py Merge commit with main (9ff3fc993f) (#11137) 2022-04-14 12:02:42 -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 '22533ad96bdcf37d204bbd0d2c58e3b145e7d848' into checkpoint/datalayer-sim_from_release_1.4.0_22533ad96bdcf37d204bbd0d2c58e3b145e7d848 2022-06-22 15:33:30 -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 Merge commit with main (9ff3fc993f) (#11137) 2022-04-14 12:02:42 -07: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 Lint and fix flakiness 2022-06-01 08:36:05 -07:00
test_spend_sim.py added get_coin_records_by_parent_ids to spend_sim (#9438) 2021-12-07 09:56:37 -08:00