chia-blockchain/chia/wallet/vc_wallet
Matt Hauff a545e6a8a7
Introduce TXConfig and CoinSelectionConfig (#15666)
* Explore TXConfig

* test fixes

* more test fixs

* more test fixs

* Make TXConfig a CoinSelectionConfig subclass

* Move RPC config loading into decorator

* Fix mempool performance test

* Fix wallet sync test

* Fix streamable

* Forgot send_transaction_multi

* Remove potentially_inside_lock change

* Add .override to config object

* A few fixes from review

* Get create_message_spend working with tx_config.reuse_puzhash

* pylint and rebase fixes

* Add tests for CMD loaders

* Add RPC client and tests for cancel_offers endpoint

* Add some coverage

* Fix did test

* Add DID test coverage

* add tests for TXConfig & CoinSelectionConfig

* Add reuse_puzhash to dl wallet test

* Add reuse puzhash to dl_wallet test

* Add test coverage to wallet sync test

* Add more tests for TXConfig

* Add tests for coin_funcs.py

* Add some wallet_funcs tests

* Bad merge

* Fix bad test

* condense cmd tests

* test coverage ignore

* merge fix

* Undo GUI change

* Remove a couple of unused tx_endpoints

* Changes due to (#15846)

* Merge fixes

* new=True

* Fix the coins tests

* Fix DID tests

* Fix NFT tests

* Fix VC tests

* Fix wallet tests

* Delete now uneccessary tests

* Fix bad change
2023-08-18 14:03:37 -05:00
..
cr_puzzles Credential Restricted CATs (#15411) 2023-08-03 19:36:21 -05:00
vc_puzzles Repin clvm_tools_rs==0.1.34 (#15455) 2023-06-07 14:08:17 -05:00
__init__.py Introduce Verifiable Credentials Primitive (#15059) 2023-05-11 19:09:05 -05:00
cr_cat_drivers.py Credential Restricted CATs (#15411) 2023-08-03 19:36:21 -05:00
cr_cat_wallet.py Introduce TXConfig and CoinSelectionConfig (#15666) 2023-08-18 14:03:37 -05:00
cr_outer_puzzle.py Credential Restricted CATs (#15411) 2023-08-03 19:36:21 -05:00
vc_drivers.py Add self revocation path to VC wallet (#16051) 2023-08-17 12:52:30 -05:00
vc_store.py Don't raise on duplicate VC proof insertion (#16077) 2023-08-17 12:51:20 -05:00
vc_wallet.py Introduce TXConfig and CoinSelectionConfig (#15666) 2023-08-18 14:03:37 -05:00