Skip to content

Release 0.29.0

Choose a tag to compare

@fryorcraken fryorcraken released this 21 Sep 06:54
· 1326 commits to master since this release
1508a91

Changed

  • Waku message encoding and decoding is more generic, to enable upcoming feature such as RLN & Noise;
    it also enables separating the version_1 module out to reduce bundle size and improve cross-platform compatibility when not used.
  • Due to the change above, all APIs that handle messages have changed to receive a Decoder or Encoder.