-
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-621] Add a configurable limit to the amount of DIDs that can be…
… automatically added to the users wallet from transfer (#18655) * add cap to amount of DID wallets that can be automatically created * add further testing * add extra tests for recovering discarded DID and making new DIDs above the limit * lint fix * add types to test functions * add log warning when ignoring DID * typing fixes for tests * a few more typing fixes * black * Update chia/_tests/wallet/did_wallet/test_did.py Co-authored-by: Arvid Norberg <arvid@libtorrent.org> * fix wrong wallet node get_wallet() call * fix rebase * remove unused typeignore --------- Co-authored-by: Arvid Norberg <arvid@libtorrent.org>
- Loading branch information
1 parent
e7241eb
commit 5f6c336
Showing
5 changed files
with
220 additions
and
24 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 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.