go-waku/waku/v2
Richard Ramos 6ece3c483b feat: subscribe to shards with --topic and refactors
- Shards in same cluster are advertised on ENR
- Store().Resume() was moved to app layer
- NoDefaultWakuTopic() was removed since it's the app that must determine whether it subscribes to the default waku topic
- Removed `Publish` from WakuNode (not really used and easy to implement in app layer if needed)
2023-07-06 11:18:29 -04:00
..
discv5 feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
dnsdisc feat: add peer connection notif channel and allow dialing peers with the peer.AddrInfo 2023-05-12 09:09:08 -04:00
hash feat(message): added waku message deterministic hashing 2023-03-08 09:08:08 -04:00
metrics fix: rename `gowaku_` metrics to `waku_` 2023-04-27 09:58:06 -04:00
node feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
payload refactor: move payload handling to its own package 2022-12-15 21:55:14 -04:00
peers feat: gossipsub scoring 2023-06-09 14:57:43 -04:00
protocol feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
rendezvous refactor: rendezvous 2023-06-28 09:01:41 -04:00
rest refactor: various 2023-06-09 14:57:43 -04:00
rpc fix: code review and disconnect bad peers 2023-06-09 14:57:43 -04:00
timesource refactor: service interface 2023-01-07 11:25:32 -04:00
utils fix: enodeToMultiaddress when using ipv6 2023-06-01 14:02:18 -04:00
connection_gater.go refactor: store ENR 2023-06-09 14:57:43 -04:00
discovery_connector.go refactor: store ENR 2023-06-09 14:57:43 -04:00