chia-blockchain/chia/full_node
2022-01-26 09:07:22 -08:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
block_height_map.py use context managers for database cursor objects & stream results (#9582) 2021-12-20 10:39:53 -08:00
block_store.py revert allow-upgrades configuration option. It makes it significantly more complicated to do proper database migrations (#9768) 2022-01-13 14:53:27 -08:00
bundle_tools.py Rename coin solution to coin spend (#6841) 2021-07-12 16:31:27 -07:00
coin_store.py sanity check the blockchain database on startup. If we can't find a peak, we also should not find any coins (#9780) 2022-01-13 14:53:48 -08:00
full_node_api.py Just use bytes32() some more (#9472) 2021-12-07 07:55:48 -08:00
full_node_store.py Ms.mempool locking (#9050) 2021-11-04 09:29:05 -07:00
full_node.py Set reserved cores to 0 (#9790) 2022-01-23 21:52:10 -08:00
generator.py unify the name we use for strict/safe mode (#9545) 2021-12-13 08:38:35 -08:00
hint_store.py [v2] remove unused counter column in hint table (for v2 schema) (#9778) 2022-01-25 07:45:54 -08:00
lock_queue.py Ms.mempool locking (#9050) 2021-11-04 09:29:05 -07:00
mempool_check_conditions.py simplify cost calculation. It's already computed in rust (#9931) 2022-01-26 09:07:22 -08:00
mempool_manager.py fix mempool issue where it would reject a spend bundle that spends an ephemeral coin with an ASSERT_SECONDS_RELATIVE 0 condition. Such condition is a no-op in the main blockchain validation, so the mempool should also allow it. (#9882) 2022-01-25 11:11:19 -08:00
mempool.py calling SpendBundle.additions() or CoinSpend.additions() runs the CLVM program and parses the conditions outputs. It can be expensive and should not be done willy nilly (#8221) 2021-08-31 08:03:14 -07:00
pending_tx_cache.py fix mempool TX cache cost (#8054) 2021-08-17 23:09:15 -07:00
signage_point.py git mv src chia 2021-04-04 21:41:39 -07:00
sync_store.py Fix type annotation in sync_store (#7911) 2021-08-02 08:46:33 -07:00
weight_proof.py remove one magic number from weight_proof (#9929) 2022-01-25 07:39:38 -08:00