mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-29 10:06:27 -05:00
* no need to check announcements in python, it's all done in rust * remove python condition parsing, use rust unconditionally * no need to assert_my_amount, it's done in rust * assert my puzzlehash is done in rust, no need to check it in python * parent id is checked in rust, no need to do it in python * my coin ID is checked in rust, no need to do it in python * reorder condition checks to have to ones we won't see at the end * no need for the RUST_CONDITION_CHECKER constant anymore * update pool tests to use get_name_puzzle_condition