Releases: dfinity/cycles-ledger
Releases · dfinity/cycles-ledger
cycles-ledger-v1.0.6
Installed in proposal 198595, forum discussion here
- Add support for
initial_balancesinInitArgs. When specifying initial balances it is up to the installer to ensure that the cycles ledger has sufficient cycles available to spend these cycles. - Allow the anonymous principal to receive, approve, and transfer tokens.
- Added support for ICRC-106
cycles-ledger-v1.0.5
cycles-ledger-v1.0.4
Deployed in proposal 136213
- Fixed a bug where refund blocks after an unsuccessful
withdraworcreate_canisterhad the timestamp of the initial burn block instead of the time when the error was processed. Approvals that have expired in the meantime will not be refunded.
cycles-ledger-v1.0.3
Deployed in proposal 134202
- Adapted
icrc3_get_tip_certificateto be compliant with the ICRC-3 specification by changing the encoding oflast_block_indextoleb128.
cycles-ledger-v1.0.2
- Added
get_icp_xdr_conversion_rateto mock CMC
No changes to the cycles ledger. Released because a community project relies on the mock CMC and would like to have this feature available.
cycles-ledger-v1.0.1
Deployed in proposal 132135
- Update
ic-cdkdependency to patch a security issue.
cycles-ledger-v1.0.0
Deployed in proposal 131362
- Added the logo to the metadata value
icrc1:logo. - Fixed a bug where the cycles ledger took control over a newly created canister if
creation_argsisSomeandcanister_settingsisNone.