go-waku/waku/v2/protocol
Arseniy Klempner 798c9c5d81
feat: emit an event in EventBus upon dial error (#1222)
2024-09-23 14:41:07 -07:00
..
enr fix: replace references to old statusim.net domain 2024-07-31 13:31:16 +02:00
filter feat: emit an event in EventBus upon dial error (#1222) 2024-09-23 14:41:07 -07:00
legacy_store feat: emit an event in EventBus upon dial error (#1222) 2024-09-23 14:41:07 -07:00
lightpush feat: emit an event in EventBus upon dial error (#1222) 2024-09-23 14:41:07 -07:00
metadata feat: shard aware pruning of peer store (#1193) 2024-08-21 18:08:11 +05:30
noise chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
pb chore: upgrade to go1.21 (#1091) 2024-06-04 18:46:28 -04:00
peer_exchange feat: emit an event in EventBus upon dial error (#1222) 2024-09-23 14:41:07 -07:00
relay feat: increase outbound q size for pubsub (#1217) 2024-09-10 18:12:08 +05:30
rln feat: storeV3 client (#1028) 2024-05-03 12:07:03 -04:00
store feat: emit an event in EventBus upon dial error (#1222) 2024-09-23 14:41:07 -07:00
subscription feat: lightclient err handling (#1160) 2024-07-15 19:47:27 +05:30
waku-proto@eb17d5032f chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
README.md Initial commit 2021-03-11 16:27:12 -04:00
content_filter.go feat: filter subscription management and multiplexing (#1048) 2024-05-15 13:03:59 +05:30
content_topic.go fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +05:30
envelope.go feat: storeV3 client (#1028) 2024-05-03 12:07:03 -04:00
envelope_test.go feat: storeV3 client (#1028) 2024-05-03 12:07:03 -04:00
pubsub_topic.go refactor: fix nomenclature for shards (#849) 2023-10-31 06:50:13 -04:00
requestId.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
requestId_test.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
shard.go fix: remove max number of shards verif (#1081) 2024-04-08 06:21:43 -04:00
topic_test.go fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +05:30
utils.go feat: topic health reporting (#1027) 2024-02-08 15:24:58 +05:30
utils_test.go test: utils (#95) 2021-10-20 14:43:59 -04:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.