chia-blockchain/tests/clvm
Arvid Norberg 1b6201852a
bump chia_rs to 0.2.2 (#14533)
* bump chia_rs to latest version

* add new error codes for ASSERT_BEFORE_* condition failures, ASSERT_CONCURRENT_SPEND failing, ASSERT_CONCURRENT_PUZZLE_FAILED and for impossible constraints

* add new condition opcodes for ASSERT_BEFORE_*, ASSERT_CONCURRENT_SPEND and ASSERT_CONCURRENT_PUZZLE

* fixup Spend and SpendBundleCondition types

* fixup tests that otherwise fail with MINTING_COIN

* fix test that otherwise would fail with RESERVE_FEE_CONDITION_FAILED

* remove use of NO_NEG_DIV flag. It's now implied

* remove duplicate test parameters
2023-02-10 15:14:56 -06:00
..
__init__.py Add tests for many puzzles, and fix some bugs found. 2021-02-28 16:54:26 -08:00
benchmark_costs.py isort: Remove all tests exceptions and sort the related files 2022-12-05 02:06:00 +01:00
coin_store.py isort: Remove all tests exceptions and sort the related files 2022-12-05 02:06:00 +01:00
config.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_chialisp_deserialization.py isort: Remove all tests exceptions and sort the related files 2022-12-05 02:06:00 +01: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 isort: Remove all tests exceptions and sort the related files 2022-12-05 02:06:00 +01:00
test_puzzle_compression.py Quex.offer mod tests (#14478) 2023-02-06 22:04:39 -06: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 bump chia_rs to 0.2.2 (#14533) 2023-02-10 15:14:56 -06:00
test_serialized_program.py move SerializedProgram to its own file (#14391) 2023-01-27 17:20:23 -06:00
test_singletons.py Add cost logging to CLVM tests as fixture (#14444) 2023-02-10 15:13:45 -06:00
test_spend_sim.py Add a way to import a SpendSim and SimClient as a contextmanager (#14434) 2023-01-31 19:22:06 -06:00