diff --git a/CHANGELOG.md b/CHANGELOG.md index 36622fb5dc..752a52d792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,8 @@ Release highlights: - Added a nwaku [network monitoring tool](https://github.com/status-im/nwaku/tree/2336522d7f478337237a5a4ec8c5702fb4babc7d/tools#networkmonitor) to provide metrics on peers, network size and more. ### Changes -- Removed support to Kilic's RLN library (obsolete) + +- Removed support for Kilic's RLN library (obsolete). - Improved logging for [`17/WAKU-RLN-RELAY`](https://rfc.vac.dev/spec/17/) implementation. - Connection to eth node for RLN now more stable, maintains state and logs failures. - Waku apps and tools now moved to their own subdirectory. @@ -31,17 +32,20 @@ Release highlights: - Upgraded to Nim v1.6.6. - Cleaned up compiler warnings on unused imports. - Improved exception handling and annotation. +- [`13/WAKU2-STORE`](https://rfc.vac.dev/spec/13/) no longer enabled by default on nwaku nodes. ### Fixes -- Fixed encoding of ID commitments for RLN from Big-Endian to Little-Endian. -- Fixed log-level configuration being ignored by the nwaku node. -- Fixed store cursors being retrieved incorrectly (truncated) from DB. -- Fixed message indexed by store cursor being excluded from history query results. -- Fixed incorrect error message when failing to set [34/WAKU2-PEER-EXCHANGE](https://rfc.vac.dev/spec/34/) peer. -- Fixed and replaced deprecated `TaintedString` type. -- Fixed and replaced unreliable regex library and usage. -- Replaced deprecated `ganache-cli` node package with `ganache` for RLN onchain tests and added graceful daemon termination. +- Fixed encoding of ID commitments for RLN from Big-Endian to Little-Endian. [#1256](https://github.com/status-im/nwaku/pull/1256) +- Fixed maxEpochGap to be the maximum allowed epoch gap (RLN). [#1257](https://github.com/status-im/nwaku/pull/1257) +- Fixed store cursors being retrieved incorrectly (truncated) from DB. [#1263](https://github.com/status-im/nwaku/pull/1263) +- Fixed message indexed by store cursor being excluded from history query results. [#1263](https://github.com/status-im/nwaku/pull/1263) +- Fixed log-level configuration being ignored by the nwaku node. [#1272](https://github.com/status-im/nwaku/pull/1272) +- Fixed incorrect error message when failing to set [34/WAKU2-PEER-EXCHANGE](https://rfc.vac.dev/spec/34/) peer. [#1298](https://github.com/status-im/nwaku/pull/1298) +- Fixed and replaced deprecated `TaintedString` type. [#1326](https://github.com/status-im/nwaku/pull/1326) +- Fixed and replaced unreliable regex library and usage. [#1327](https://github.com/status-im/nwaku/pull/1327) [#1328](https://github.com/status-im/nwaku/pull/1328) +- Fixed and replaced deprecated `ganache-cli` node package with `ganache` for RLN onchain tests. Added graceful daemon termination. [#1347](https://github.com/status-im/nwaku/pull/1347) + ### Docs - Added cross client RLN testnet [tutorial](https://github.com/status-im/nwaku/blob/44d8a2026dc31a37e181043ceb67e2822376dc03/docs/tutorial/rln-chat-cross-client.md).