chia-blockchain/tests/clvm
Kyle Altendorf 3b084a165b
configure isort to add the future annotations import (#13327)
* configure isort to add the future annotations import

* apply the new isort setting

* remove type ignores for new mypy (#13539)

https://pypi.org/project/mypy/0.981/

* another
2022-09-30 03:40:22 -05: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 configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05: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_step.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_curry_and_treehash.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_program.py implement a more efficient Program.uncurry() (#13204) 2022-08-29 15:25:24 -05:00
test_puzzle_compression.py cat_wallet mypy fixes (#12998) 2022-08-17 01:01:21 -05:00
test_puzzle_drivers.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_puzzles.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -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