go-waku/waku/v2/protocol
Prem Chaitanya Prathi 78b522db50
fix: have better defaults for send/recv rate-limits (#1267)
2024-12-16 19:18:16 +05:30
..
enr fix: use byte array to decode ENRs uint8 fields (#1227) 2024-10-03 10:12:31 -04:00
filter fix: have better defaults for send/recv rate-limits (#1267) 2024-12-16 19:18:16 +05:30
legacy_store feat: log error and stacktrace when panic in goroutine (#1225) 2024-09-25 17:15:20 +08:00
lightpush fix: use bad peer removal logic only for lightpush and filter and option to restart missing message verifier (#1244) 2024-12-09 14:14:28 +05:30
metadata feat: log error and stacktrace when panic in goroutine (#1225) 2024-09-25 17:15:20 +08:00
noise feat: log error and stacktrace when panic in goroutine (#1225) 2024-09-25 17:15:20 +08:00
pb chore: upgrade to go1.21 (#1091) 2024-06-04 18:46:28 -04:00
peer_exchange feat: filter rate limit (#1258) 2024-11-29 12:25:55 -04:00
relay feat: log error and stacktrace when panic in goroutine (#1225) 2024-09-25 17:15:20 +08:00
rln feat: log error and stacktrace when panic in goroutine (#1225) 2024-09-25 17:15:20 +08:00
store fix: fatal error: concurrent map writes (#1265) 2024-12-10 14:08:04 +02: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.