prysm-pulse/validator/accounts/v2
Raul Jordan d447bb6458
Direct Keymanager: Implement Sign (#6477)
* implement keymanager proto

* utilize proto message and properly comment

* add in godoc

* doc

* add in doc

* sign implementation done

* add documentation for direct keymanager and add lock to signing

* sign method tests

* update godoc

* concrete sign

* fix build

* proper iface
2020-07-03 18:00:02 -05:00
..
testing Direct Keymanager: Implement FetchValidatingPublicKeys() (#6475) 2020-07-03 20:26:00 +00:00
BUILD.bazel Direct Keymanager: Implement Account Creation (#6466) 2020-07-03 18:49:16 +00:00
cmd.go Part 1: Implement Accounts-V2 New, Wallet Creation (#6451) 2020-07-01 16:30:01 -05:00
doc.go Part 1: Implement Accounts-V2 New, Wallet Creation (#6451) 2020-07-01 16:30:01 -05:00
new_test.go Part 1: Implement Accounts-V2 New, Wallet Creation (#6451) 2020-07-01 16:30:01 -05:00
new.go Direct Keymanager: Implement Sign (#6477) 2020-07-03 18:00:02 -05:00
wallet_test.go Part 1: Implement Accounts-V2 New, Wallet Creation (#6451) 2020-07-01 16:30:01 -05:00
wallet.go Direct Keymanager: Implement FetchValidatingPublicKeys() (#6475) 2020-07-03 20:26:00 +00:00