·
15 commits
to master
since this release
Notes
- Deprecated parameters:
tree_pathandrlnDB(RLN-related storage paths)--dns-discovery(fully removed, including dns-discovery-name-server)keepAlive(deprecated, config updated accordingly)
- Legacy
storeprotocol is no longer supported by default. - Improved sharding configuration: now explicit and shard-specific metrics added.
- Mix nodes are limited to IPv4 addresses only.
- lightpush legacy is being deprecated. Use lightpush v3 instead.
Features
- Waku API: create node via API (#3580) (bc8acf76)
- Waku Sync: full topic support (#3275) (9327da5a)
- Mix PoC implementation (#3284) (eb7a3d13)
- Rendezvous: add request interval option (#3569) (cc7a6406)
- Shard-specific metrics tracking (#3520) (c3da29fd)
- Libwaku: build Windows DLL for Status-go (#3460) (5c38a53f)
- RLN: add Stateless RLN support (#3621)
- LOG: Reduce log level of messages from debug to info for better visibility (#3622)
Bug Fixes
- Prevent invalid pubsub topic subscription via Relay REST API (#3559) (a36601ab)
- Fixed node crash when RLN is unregistered (#3573) (3d0c6279)
- REST: fixed sync protocol issues (#3503) (393e3cce)
- Regex pattern fix for
username:password@in URLs (#3517) (89a3f735) - Sharding: applied modulus fix (#3530) (f68d7999)
- Metrics: switched to counter instead of gauge (#3355) (a27eec90)
- Fixed lightpush metrics and diagnostics (#3486) (0ed3fc80)
- Misc sync, dashboard, and CI fixes (#3434, #3508, #3464)
- Raise log level of numerous operational messages from debug to info for better visibility (#3622)
Changes
- Enable peer-exchange by default (#3557) (7df526f8)
- Refactor peer-exchange client and service implementations (#3523) (4379f9ec)
- Updated rendezvous to use callback-based shard/capability updates (#3558) (028bf297)
- Config updates and explicit sharding setup (#3468) (994d485b)
- Bumped libp2p to v1.13.0 (#3574) (b1616e55)
- Removed legacy dependencies (e.g., libpcre in Docker builds) (#3552) (4db4f830)
- Benchmarks for RLN proof generation & verification (#3567) (794c3a85)
- Various CI/CD & infra updates (#3515, #3505)