js-waku/packages/utils
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
..
src feat: add support for autosharded pubsub topics 2023-12-21 10:03:22 -08:00
.eslintrc.cjs feat: Logger with log levels (#1672) 2023-10-20 16:36:47 +05:30
.mocha.reporters.json feat: add function to validate autoshard content topic 2023-11-15 22:28:25 -08:00
.mocharc.cjs feat: add function to validate autoshard content topic 2023-11-15 22:28:25 -08:00
CHANGELOG.md chore: release master (#1669) 2023-11-02 23:32:59 +01:00
package.json feat: add support for autosharded pubsub topics 2023-12-21 10:03:22 -08:00
rollup.config.js chore: upgrade libp2p and related deps (#1482) 2023-08-16 20:18:13 +05:30
tsconfig.dev.json chore: move libp2p and byte utils to a single `utils` package (#1149) 2023-02-06 11:22:36 +05:30
tsconfig.json chore: move libp2p and byte utils to a single `utils` package (#1149) 2023-02-06 11:22:36 +05:30
typedoc.json chore: update typescript (#1528) 2023-09-21 10:57:37 +02:00