Skip to content

v0.37.0-beta

Latest

Choose a tag to compare

@darshankabariya darshankabariya released this 19 Nov 13:27
· 15 commits to master since this release
v0.37.0-beta
ff93643

Notes

  • Deprecated parameters:
    • tree_path and rlnDB (RLN-related storage paths)
    • --dns-discovery (fully removed, including dns-discovery-name-server)
    • keepAlive (deprecated, config updated accordingly)
  • Legacy store protocol 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

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)