Accounts V2: Derived Keymanager List Accounts (#6662)

* begin on list derived accounts
* begin on list derived accounts
* continued work on listing derived accounts
* deterministic pet name
* petnames
* finished list
* display deposit data
* lint
* use direct km
* tidy
* begin on revising tests for accounts list
* fix direct list test
* gaz
* tests all passing for derived list
* gaz
This commit is contained in:
Raul Jordan
2020-07-21 00:06:11 -05:00
committed by GitHub
parent bc16fa9f50
commit e97d310453
13 changed files with 453 additions and 48 deletions

View File

@@ -107,7 +107,8 @@
"exclude_files": {
".*/.*_test\\.go": "Tests are OK to use weak crypto",
"shared/rand/rand\\.go": "Abstracts CSPRNGs for common use",
"shared/aggregation/testing/bitlistutils.go": "Test-only package"
"shared/aggregation/testing/bitlistutils.go": "Test-only package",
"shared/petnames/names.go": "Needs deterministic randomness"
}
}
}