Major changes:
- An abstraction around fuzzy message detection (FMD) parameters was added. This allows the FMD parameters to be auto-adjusted according to the empirical transaction rate on-chain.
- Work on ZSwap continues. This testnet includes initial support for
Swap
andSwapClaim
actions, however they are incomplete and will always be rejected.
What's Changed
- chore(clippy): clippy --fix -Z unstable-options by @mattsse in #1254
- update architecture overview in docs by @hdevalence in #1255
- spec: update asset ID description by @hdevalence in #1256
- spec(poseidon377): address audit feedback by @redshiftzero in #1257
- renamed ChainParams to ChainParameters by @borngraced in #1248
- feat: create initial
FmdParameters
support by @redshiftzero in #1258 - Testnet 25: Helike release prep by @zbuc in #1272
New Contributors
Full Changelog: 024-dia...025-helike