chia-blockchain/chia/wallet/util
Arvid Norberg b8ada1ceb7
introduce restrictions on generators at a specific height (#9957)
* introduce restrictions on generators at a specific height. disallow division on negative numbers and disallow redundant leading zeros on integer condition arguments (produced by a generator)

* use SOFT_FORK_HEIGHT constant

* there is no need to specify height when validating block in block_creation

* Update tests/core/full_node/test_mempool.py

Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>

Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
2022-01-28 12:29:11 -08:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
backup_utils.py mozilla typo fixes (#5303) 2021-05-24 11:52:37 -07:00
compute_hints.py introduce restrictions on generators at a specific height (#9957) 2022-01-28 12:29:11 -08:00
compute_memos.py avoid converting puzzle_reveal and solution into python representation, just to convert it back again when running it (#9958) 2022-01-26 09:06:41 -08:00
debug_spend_bundle.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
puzzle_compression.py Add remaining offer code to main (#9886) 2022-01-20 14:49:31 -08:00
transaction_type.py git mv src chia 2021-04-04 21:41:39 -07:00
wallet_sync_utils.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
wallet_types.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00