v2.9.0
Ledger release v2.9.0
Release date: March 11, 2024
Limits
Due to some ledgers having wallets that represent external systems, as well as for flexibility of managing how units of a symbol are used, we introduced a mechanism to grant the right for a wallet to go into negative balance up to a limit.
By default, an upper limit for a wallet’s balance is infinity, and a lower limit is 0. A new type of claim limit
allows overriding those limits and allowing the wallet to go into negative balance up to a set limit, or limit the maximum amount of balance a wallet could have.
Additionaly, it is possible to limit maximum number of transfers that wallet can do in a 24 hours timeframe and maximum cumulative amount this wallet can transfer in a 24 hours timeframe.
Documentation: How to apply limits to a wallet
Improvements & Fixes
- fixed bug with rejected transfers to wallet with
.
in handle - implemented usage of scheduler to retry intent status delivery
- implemented validation of schema for anchor lookup in ledger
Studio
N/A