chia-blockchain/chia/types
2022-04-08 09:37:10 -07:00
..
blockchain_format transition to using chia_rs module (#11094) 2022-04-08 09:37:10 -07:00
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
announcement.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
block_protocol.py benchmark for blockchain.get_block_generator() (#9999) 2022-02-03 16:09:04 -08:00
coin_record.py remove (redundant) spent field on CoinRecord. Replace it with a property (#9658) 2021-12-22 18:50:32 -08:00
coin_solution.py fix lgtm issues (#9198) 2021-11-19 11:11:25 -08:00
coin_spend.py move CoinSpend.hints() to a free function in the wallet. It does not belong in the full node and can only be called on coins whose program is trusted (#9953) 2022-01-26 08:52:41 -08:00
condition_opcodes.py don't save unknown conditions (#7548) 2021-08-02 14:40:32 -07:00
condition_with_args.py Rename to ConditionWithArgs. 2021-04-08 11:35:50 -07:00
end_of_slot_bundle.py git mv src chia 2021-04-04 21:41:39 -07:00
full_block.py fix type annotations for FullBlock.header_hash and FullBlock.prev_header_hash (#10909) 2022-03-27 12:20:30 -07:00
generator_types.py Fix running blocks with generators that use back-references (#10102) 2022-02-07 16:03:56 -08:00
header_block.py git mv src chia 2021-04-04 21:41:39 -07:00
mempool_inclusion_status.py git mv src chia 2021-04-04 21:41:39 -07:00
mempool_item.py more speed (#2223) 2021-04-26 23:21:24 -07:00
peer_info.py git mv src chia 2021-04-04 21:41:39 -07:00
spend_bundle_conditions.py transition to using chia_rs module (#11094) 2022-04-08 09:37:10 -07:00
spend_bundle.py move member function get_memos() out of SpendBundle and into a free-function living in the wallet code. It does not belong to the full node. Also rename it to indicate that it's expensive (and dangerous) to call (#9907) 2022-01-23 21:45:41 -08:00
transaction_queue_entry.py Ms.mempool locking (#9050) 2021-11-04 09:29:05 -07:00
unfinished_block.py git mv src chia 2021-04-04 21:41:39 -07:00
unfinished_header_block.py git mv src chia 2021-04-04 21:41:39 -07:00
weight_proof.py git mv src chia 2021-04-04 21:41:39 -07:00