-
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.
[CHIA-1348] Port
chia wallet coin
commands to @chia_command
frame…
…work (#18641) * Extract TransactionsIn/Out * Create a helper for coin selection arguments * Port `chia wallet coins list` * Unused item * Add TransactionEndpoint * Port `chia wallet coins combine` * Port `chia wallet coins split` * Delete test_coins.py * Add test for TXConfig helpers * Add test for TransactionEndpoint mixin * Forgot to delete old split command * test coverage * coverage ignores * Link old framework with new * fix command tests * fix signer test * coverage ignores * pre-commit * Move tests back to rpc file * Move coin functions back to their own file * Move split above combine in rpc tests * Stop duplicate name definitions * new puzzle hashes allowed * Address comments by @altendky * more comments by @altendky * Update chia/cmds/cmd_classes.py Co-authored-by: Kyle Altendorf <sda@fstab.net> * another comment by @altendky * this one is the fault of @altendky --------- Co-authored-by: Kyle Altendorf <sda@fstab.net>
- Loading branch information
1 parent
9c60a48
commit 61207d2
Showing
13 changed files
with
1,278 additions
and
862 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
Oops, something went wrong.