chia-blockchain/chia/full_node
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 git mv src chia 2021-04-04 21:41:39 -07:00
bitcoin_fee_estimator.py Correct fee estimate calculation to be in mojos, not millimojos (#14474) 2023-02-04 14:09:39 -06:00
block_height_map.py isort: Remove all chia.full_node exceptions and sort the related files (#13953) 2022-11-18 10:41:45 -06:00
block_store.py move SerializedProgram to its own file (#14391) 2023-01-27 17:20:23 -06:00
bundle_tools.py move SerializedProgram to its own file (#14391) 2023-01-27 17:20:23 -06:00
coin_store.py remove (redundant) OR FAIL from UPDATE sql statements (#14096) 2022-12-12 09:18:32 -06:00
fee_estimate_store.py Fee estimation. (#13645) 2022-10-18 09:12:22 -05:00
fee_estimate.py Correct fee estimate calculation to be in mojos, not millimojos (#14474) 2023-02-04 14:09:39 -06:00
fee_estimation.py Improve command line info display for fee estimation (#14336) 2023-01-13 12:23:22 -06:00
fee_estimator_constants.py Test get_bucket_index (#14294) 2023-01-13 11:16:23 -06:00
fee_estimator_example.py Correct fee estimate calculation to be in mojos, not millimojos (#14474) 2023-02-04 14:09:39 -06:00
fee_estimator_interface.py Correct fee estimate calculation to be in mojos, not millimojos (#14474) 2023-02-04 14:09:39 -06:00
fee_estimator.py Correct fee estimate calculation to be in mojos, not millimojos (#14474) 2023-02-04 14:09:39 -06:00
fee_history.py Fee estimation. (#13645) 2022-10-18 09:12:22 -05:00
fee_tracker.py Test get_bucket_index (#14294) 2023-01-13 11:16:23 -06:00
full_node_api.py Correct fee estimate calculation to be in mojos, not millimojos (#14474) 2023-02-04 14:09:39 -06:00
full_node_store.py Ms.mypy enable (#13320) 2022-09-08 12:57:15 -05:00
full_node.py full_node: Hint the sync store and create it earlier (#14432) 2023-02-08 21:25:53 -06:00
generator.py move SerializedProgram to its own file (#14391) 2023-01-27 17:20:23 -06:00
hint_management.py factor out coin- and PH subscription handling in order to add unit tests (#14222) 2023-01-05 15:24:58 -06:00
hint_store.py isort: Remove all chia.full_node exceptions and sort the related files (#13953) 2022-11-18 10:41:45 -06:00
lock_queue.py isort: Remove all chia.full_node exceptions and sort the related files (#13953) 2022-11-18 10:41:45 -06:00
mempool_check_conditions.py bump chia_rs to 0.2.2 (#14533) 2023-02-10 15:14:56 -06:00
mempool_manager.py Assert that we're getting a sensible limit in get_items_not_in_filter (#14420) 2023-02-04 14:13:15 -06:00
mempool.py Improve command line info display for fee estimation (#14336) 2023-01-13 12:23:22 -06:00
pending_tx_cache.py optimize mempool's potential cache (#14297) 2023-01-10 18:56:50 -06:00
signage_point.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
subscriptions.py factor out coin- and PH subscription handling in order to add unit tests (#14222) 2023-01-05 15:24:58 -06:00
sync_store.py Introduce sync_store.Peak (#13615) 2022-11-18 10:44:13 -06:00
tx_processing_queue.py add new, optimized tx queue (#13887) 2022-12-07 16:03:14 -06:00
weight_proof.py isort: Remove all chia.full_node exceptions and sort the related files (#13953) 2022-11-18 10:41:45 -06:00