js-waku/packages/interfaces/src
danisharora099 2bc3735e4d
feat: add support for autosharded pubsub topics
tests: use a generator for sharded pubsub topics
set pubsub topic in encoder/decoder based on sharding type
add function for grouping content topics by pubsub topic
add autosharding config to create options
add autoshard rpc endpoints to nwaku and use in tests
set autoshard pubsub topics in all protocols
fix rebase with static sharding
removes unused function
remove console logs
remove autosharding from ShardInfo, add to EncoderOptions
fix enr and encoder/decoder options
test that same application/version hashes to same shard index
update comment on shard field
fix spelling of autosharding
fix content topic protocol in tests
add sharding type alias and function to determine topic in encoders/decoders
move DefaultPubsubTopic from core to interfaces
2023-12-21 10:03:22 -08:00
..
connection_manager.ts feat: track node connection state (#1719) 2023-11-27 12:44:49 +01:00
constants.ts feat: add support for autosharded pubsub topics 2023-12-21 10:03:22 -08:00
dns_discovery.ts
enr.ts chore: update all references of shard info to RFC terminology (#1740) 2023-11-29 17:37:59 +05:30
filter.ts feat!: add support for sharded pubsub topics & remove support for named pubsub topics (#1697) 2023-11-28 15:57:18 +05:30
index.ts feat: add support for autosharded pubsub topics 2023-12-21 10:03:22 -08:00
keep_alive_manager.ts
libp2p.ts feat: metadata protocol (#1732) 2023-12-05 19:26:52 +05:30
light_push.ts
message.ts feat: add support for autosharded pubsub topics 2023-12-21 10:03:22 -08:00
metadata.ts feat: metadata protocol (#1732) 2023-12-05 19:26:52 +05:30
misc.ts chore!: change all instances of `PubSubTopic` to `PubsubTopic` (#1703) 2023-11-14 18:52:52 +03:00
peer_exchange.ts
protocols.ts feat: add support for autosharded pubsub topics 2023-12-21 10:03:22 -08:00
receiver.ts chore!: change all instances of `PubSubTopic` to `PubsubTopic` (#1703) 2023-11-14 18:52:52 +03:00
relay.ts chore!: change all instances of `PubSubTopic` to `PubsubTopic` (#1703) 2023-11-14 18:52:52 +03:00
sender.ts
store.ts
waku.ts feat: track node connection state (#1719) 2023-11-27 12:44:49 +01:00