chia-blockchain/tests/clvm
2022-08-14 13:21:00 +01: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 upgrade chia-rs to streamable support (#11503) 2022-06-01 12:56:11 -05: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 CLVM tests 2022-08-01 09:06:30 -05: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 Add Program.replace. (#12362) 2022-07-15 13:11:56 -05: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 optimize ph generation (~65% faster) (#12467) 2022-07-22 11:05:35 -05: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 optimize ph generation (~65% faster) (#12467) 2022-07-22 11:05:35 -05:00
test_spend_sim.py added get_coin_records_by_parent_ids to spend_sim (#9438) 2021-12-07 09:56:37 -08:00