go-waku/waku/v2/protocol
alrevuelta 8d243366c3
Proof of Concept: Merkle proof provider service
2024-01-24 11:31:21 +01:00
..
enr chore: bumped libp2p and pubsub to 0.32.2 and 0.10 respectively (#987) 2024-01-12 13:40:27 -04:00
filter chore: bumped libp2p and pubsub to 0.32.2 and 0.10 respectively (#987) 2024-01-12 13:40:27 -04:00
legacy_filter feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
lightpush chore: improve light client logging (#992) 2024-01-04 10:41:11 -04:00
metadata fix: do not start metadata protocol unless required (#920) 2023-11-28 10:13:43 -04:00
noise chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
pb chore: improve light client logging (#992) 2024-01-04 10:41:11 -04:00
peer_exchange refactor: shard LRU for storing peers by shard (#840) 2023-12-06 14:34:58 -04:00
relay chore: bumped libp2p and pubsub to 0.32.2 and 0.10 respectively (#987) 2024-01-12 13:40:27 -04:00
rln Proof of Concept: Merkle proof provider service 2024-01-24 11:31:21 +01:00
store chore: store tests coverage improvement (#993) 2024-01-05 20:14:17 +08:00
subscription fix: return appropriate errors in filter unsubscribe (#941) 2023-12-01 06:27:13 +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
content_filter.go feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
content_topic.go fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +05:30
envelope.go chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
envelope_test.go fix: hash calculation of message to include timestamp (#959) 2023-12-13 10:46:23 -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 feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
topic_test.go fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +05:30
utils.go feat: Sharded peer management - Relay (#764) 2023-09-27 12:16:37 +05:30
utils_test.go

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.