Closed YoshihitoAso closed 1 month ago
Coverage Report •
File Stmts Miss Cover Missing __init__.py 0 0 100% indexer_personal_info.py 157 18 88% 80–81, 86–88, 130–133, 227–228, 261–262, 325, 335–338 ledger_utils.py 103 0 100% processor_modify_personal_info.py 124 25 79% 87, 115, 118, 137, 213, 306, 308–309, 311, 313–320, 323–324, 326, 328, 332–335 db __init__.py 32 0 100% account.py 35 0 100% idx_personal_info.py 57 3 94% 81, 99, 152 issuer account.py 293 2 99% 521, 523 schema __init__.py 19 0 100% account.py 88 0 100% TOTAL 13110 1137 91%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
1919 | 0 :zzz: | 0 :x: | 0 :fire: | 36m 27s :stopwatch: |
close #682
Add functionality for managing issuer's child keys with a deterministic wallet (CRUD API)
Off-chain personal information is managed using the IDXPersonalInfo model
data_source
is added to IDXPersonalInfo to distinguish between on-chain and off-chain data. Existing data will be switched to set as on-chain.Based on the above policy, no significant changes have been made to the existing functions that use IDXPersonalInfo, but the following points have been exceptionally modified: