Igor Sirotin
|
49eaabaca5
|
feat: adapt create/restore/login endpoints for keycard usage (#5311)
* chore_: remove duplicated `StartNodeWithKey`
* feat(KeycardPairing)_: added GetPairings method
* chore_: simplify startNode... methods
* chore_: added encryption path to be derived
* fix_: error handling in StartNodeWithKey
* feat_: added keycard properties to CreateAccount
* feat_: moved KeycardWhisperPrivateKey to LoginAccount
* fix_: LoginAccount during local pairing
* feat_: added chat key handling to loginAccount
* chore_: struct response from generateOrImportAccount
* fix_: do not store keycard account to keystore
* feat_: added Mnemonic parameter to LoginAccount
* chore_: wrap loginAccount errors
* feat_: RestoreKeycardAccountAndLogin endpoint
* chore_: merge RestoreKeycardAccountRequest into RestoreAccountRequest
* fix_: TestRestoreKeycardAccountAndLogin
* fix_: MessengerRawMessageResendTest
* chore_: cleanup
* chore_: cleanup according to pr comments
* chore_: better doc for Login.Mnemonic
* chore_: add/fix comments
* fix_: lint
|
2024-06-26 13:14:27 +02:00 |
Andrea Maria Piana
|
4b0daeb47b
|
Move services to status-node
Move all the services to status-node, as some of them were there, some
of them were in the geth backend and scattered around.
|
2021-07-20 10:57:38 +02:00 |
Adam Babik
|
8b61d92d58
|
Remove protocol and eth-node submodules (#1835)
|
2020-02-10 12:22:37 +01:00 |
Pedro Pombeiro
|
c8a911ebd1
|
Use goimports instead of gofmt
|
2020-01-06 10:17:23 +01:00 |
Pedro Pombeiro
|
287e5cdf79
|
Abstract `accounts.Key` and geth `keystore`
|
2020-01-06 10:17:23 +01:00 |