xch-blockchain/chia
Matt Hauff 424c51072d
Fix hint parsing for CATs and DIDs (#15259)
* Fix hint parsing for CATs and DIDs

* Handle not hinted coins

* Fix compute_coin_hints condition checking

* don't try to sync non-singleton children of singleton

* coverage ignores

* rename function

* Make function do what it says

* wallet: Some suggestions from #15274 for #15259 (#15547)

* wallet: Some suggestions from #15274 for #15259

* Return a dict with the coin id as key

* Drop `compute_hint_for_coin`, Test `compute_spend_hints_and_additions`

---------

Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
2023-06-30 13:42:09 -05:00
..
clvm full_node: Refactor `get_puzzle_and_solution_for_coin` (#15323) 2023-05-17 17:34:33 -05:00
cmds Add DataLayer clear pending roots interfaces (#15516) 2023-06-29 20:49:54 -05:00
consensus rework `LockQueue` as `PriorityMutex` (#14920) 2023-06-07 14:08:45 -05:00
daemon support calling daemon commands from chia rpc CLI (#15584) 2023-06-28 18:38:53 -05:00
data_layer Add DataLayer clear pending roots interfaces (#15516) 2023-06-29 20:49:54 -05:00
farmer server: Introduce `ApiProtocol` (#15466) 2023-06-13 20:12:25 -05:00
full_node bump chia_rs to 0.2.8 (#15575) 2023-06-21 13:59:22 -05:00
harvester server: Introduce `ApiProtocol` (#15466) 2023-06-13 20:12:25 -05:00
introducer server: Introduce `ApiProtocol` (#15466) 2023-06-13 20:12:25 -05:00
plot_sync util: Improve `list_to_batches` (#15415) 2023-06-06 12:00:07 -05:00
plotters Annotate chia/plotters/chiapos.py (#15363) 2023-05-23 12:01:37 -05:00
plotting util: Improve `list_to_batches` (#15415) 2023-06-06 12:00:07 -05:00
pools Add **kwargs to all generate_signed_transaction definitions (#15240) 2023-06-13 17:24:17 -05:00
protocols protocols: Give rust wallet types an alias, don't use `__all__` (#15186) 2023-05-04 13:16:33 -05:00
rpc Fix hint parsing for CATs and DIDs (#15259) 2023-06-30 13:42:09 -05:00
seeder server: Introduce `ApiProtocol` (#15466) 2023-06-13 20:12:25 -05:00
server Add config option to accept private network addresses from introducers (#15543) 2023-06-21 12:43:35 -05:00
simulator Update simulator SSL keys to PKCS#8 (#15630) 2023-06-27 01:05:54 -05:00
ssl Use PKCS#8 format for SSL private keys (#15594) 2023-06-23 16:57:15 -05:00
timelord server: Introduce `ApiProtocol` (#15466) 2023-06-13 20:12:25 -05:00
types remove unused run_as_generator function on SerializedProgram (#15654) 2023-06-29 08:35:24 -05:00
util 2.0 updates (#15580) 2023-06-22 07:08:34 -05:00
wallet Fix hint parsing for CATs and DIDs (#15259) 2023-06-30 13:42:09 -05:00
__init__.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
__main__.py the future! 2023-03-09 13:40:48 -05:00
py.typed Added a py.typed file in the chia directory for pep-561 compliance (#8014) 2021-08-17 10:53:25 -07:00
pyinstaller.spec Add timelord_launcher to the pyinstaller.spec (#15094) 2023-05-30 12:50:31 -05:00