mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user