go-waku/waku
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
..
cliutils revert: "refactor: use an address instead of public key for the node setup" 2023-05-22 17:03:40 -04:00
metrics feat: record message size 2023-04-27 09:58:06 -04:00
persistence chore: use pgx instead of lib/pq since it's not actively maintained 2023-07-03 11:16:05 -04:00
tools chore: switch to Google's Protobuf library 2023-02-16 11:37:59 -04:00
try feat: Implement logic for publish from node 2021-12-07 14:32:02 +01:00
v2 feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
db.go fix: invalid in-memory db URL 2023-02-16 23:05:15 -04:00
node.go feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
node_no_rln.go refactor: credentials 2023-04-11 10:39:07 -04:00
node_rln.go refactor: credentials 2023-04-11 10:39:07 -04:00
options.go feat: set resource limits 2023-05-24 11:46:32 -04:00
sys_not_unix.go feat: set resource limits 2023-05-24 11:46:32 -04:00
sys_unix.go feat: set resource limits 2023-05-24 11:46:32 -04:00
sys_windows.go feat: set resource limits 2023-05-24 11:46:32 -04:00