status-go/eth-node/types
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
..
ens Add permission checks for ENS token permissions 2023-06-05 13:10:48 +02:00
account.go Abstract `accounts.Key` and geth `keystore` 2020-01-06 10:17:23 +01:00
address.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
bytes.go fix: SetSignerPublicKey return address with 0x prefix (#4193) 2023-10-24 22:17:02 +02:00
const.go Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
envelopes.go Revert "Revert "Correctly process confirmations"" 2021-11-22 11:18:09 +00:00
filter.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
hash.go Integrate Waku service (#1759) 2020-01-08 12:12:23 +01:00
hex.go feat: desktop browser provider (#2465) 2021-12-21 11:44:37 -04:00
json.go chore_: adapt tracking for segmented messages 2023-11-24 17:41:52 +01:00
key.go feat: adapt create/restore/login endpoints for keycard usage (#5311) 2024-06-26 13:14:27 +02:00
keystore.go chore: `password` removed from the `DeleteAccount` function 2023-05-09 10:48:44 +02:00
mailserver.go fix: code review 2023-08-23 13:56:00 -04:00
negotiated_secret.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
node.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
rpc.go feat: use protected topics for communities 2023-08-23 13:56:00 -04:00
stats.go feat: upload/download rate for waku v1 messages (#2286) 2021-08-03 15:27:15 -04:00
subscribe.go feat: use protected topics for communities 2023-08-23 13:56:00 -04:00
topic.go fix: lint (#2845) 2022-09-27 18:59:02 -04:00
waku.go feat_: wakuext_enr (#5367) 2024-06-18 15:48:49 -04:00
whisper.go Clean topics that we don't listen to 2021-01-26 09:39:57 +01:00
wrapped.go Add support for request messages by topics (#1805) 2020-01-21 08:11:24 +01:00