-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate puzzles away from
load_clvm
to import from chia_puzzles_py (#…
…19055) * add dependency for chia_puzzles_py * migrate cat and dao wallets to new repo * migrate did wallet * more migration and deduplication * change singleton launcher hash import in rpc * stop importing singleton launcher from nft_puzzles in nft_wallet * remove SINGLETON_LAUNCHER_PUZZLE import from nft_puzzles * remove unused import * ruff check and fix * use graftroot dl offers from chia_puzzles_py * get rid of more non explicit exports * remove circular dependency * ruff check * migrate py files in puzzles to use chia_puzzles_py * fix import * fix more imports * migrate clawback wallet and fix typo (requires version update of chia_puzzles_py) * delete puzzles and separate nft puzzles from puzzle_utils * use 0.19.1 version of chia_puzzles_py * more nft puzzle detangling * use latest chia_puzzles_py and migrate pools * ruff fixes * delete pool puzzles folder * remove load_clvm from test_singleton and test_singleton_lifecycle_fast * mypy fixes * ruff fixes * remove manage_clvm check precommit hook * update version * update chia_puzzles dependency to 0.19.4 * remove full_node puzzles * remove test for condition codes * change generator type to SerializedProgram * remove remaining load_clvms that can be factored out * delete consensus puzzles * fix test_singleton_lifecycle_fast * cast debug_spend_bundle coin name to bytes32 * ruff debug_spend_bundle * update chia-puzzles and fix typo * fix line endings * fix typo in ROM_BOOTSTRAP_GENERATOR references * remove bytes32 cast from debug_spend_bundle * update chia-puzzles-py dependency to version 0.20.1 and refactor ACS_TRANSFER_PROGRAM initialization * remove unused puzzle files * singleton_top_layer exports hashs now which are imported from chia_puzzles * remove .get_tree_hash() in favor of importing the hash * remaining hash imports * regenerate poetry.lock and pyproject.toml from main * import singleton launcher hash from explicit export * import SINGLETON_LAUNCHER_HASH from chia.wallet.singleton in test_pool_rpc.py * import SINGLETON_MOD_HASH from chia.wallet.puzzles.singleton_top_layer in test_pool_puzzles_lifecycle.py * poetry lock --no-update post-rebase * re-regenerate lock file --no-update * fix rebased block_tools
- Loading branch information
1 parent
27c34ec
commit 8bb8a1b
Showing
188 changed files
with
858 additions
and
5,320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.