status-go/eth-node/types
richΛrd 771a0c3562
refactor: remove wakuv1 code from mailserver cycle and add ENR to list of storenodes (#5753)
* test_: remove eth.prod mailservers from cycle
* test_: disable store request for wakuv1
* chore_: add ENR and remove V1 code
* refactor_: storenode cycle and allow ENRs and multiaddresses
2024-09-05 10:25:26 -04:00
..
ens Add permission checks for ENS token permissions 2023-06-05 13:10:48 +02:00
account.go
address.go
bytes.go fix: SetSignerPublicKey return address with 0x prefix (#4193) 2023-10-24 22:17:02 +02:00
const.go
envelopes.go
filter.go
hash.go
hex.go
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 feat_: use storev3 instead of v2 for history queries (#5123) 2024-07-30 14:28:27 -04:00
negotiated_secret.go
node.go
rpc.go feat_: rate limit message publishing (#5523) 2024-08-01 14:36:25 -04:00
stats.go
subscribe.go feat: use protected topics for communities 2023-08-23 13:56:00 -04:00
topic.go fix_: proper content topic conversion between transport and waku layer for setting criteria interest (#5758) 2024-08-21 13:45:32 -04:00
waku.go refactor: remove wakuv1 code from mailserver cycle and add ENR to list of storenodes (#5753) 2024-09-05 10:25:26 -04:00
whisper.go refactor: remove wakuv1 code from mailserver cycle and add ENR to list of storenodes (#5753) 2024-09-05 10:25:26 -04:00
wrapped.go