github centrifuge/centrifuge-chain v0.10.26
Centrifuge 1018 & Altair 1026 Release

latest releases: development-1402, development-1401, v0.14.0...
17 months ago

Common changes

  • Refactor pallet-loans to allow better scalability in loans. Instead of choosing between fixed loan types, they can now be composed with different valuations/restrictions/schedules—improvements in the written-off systems and a lot of simplifications to reason easier about loans as a borrower (#1180)
  • Significantly improved interest rate accrual and NAV update efficiency (#1157)
  • Added new proxy type PermissionManagement which will be used for adding new investors by onboarding API (#1197)

Centrifuge

We are excited to announce the inclusion of Pools in the Centrifuge runtime, a significant enhancement to our platform. As a result, investors will now have the opportunity to invest in RWA Pools on the purpose-built Centrifuge chain, which operates under the robust security umbrella of Polkadot. This new feature complements the existing Tinlake on Ethereum, expanding investment options for our valued users

Migrations

None

WASM

✨ Your Substrate WASM Runtime is ready! ✨
fatal: No names found, cannot describe anything.
Summary generated with srtool v0.9.23 using the docker image paritytech/srtool:1.64.0:
 Package     : centrifuge-runtime v0.10.18
 GIT commit  : fe33d83937c48e8ff6c6cbc05f8f6d2c17f3eba8
 GIT tag     : 
 GIT branch  : main
 Rustc       : rustc 1.64.0 (a55dd71d5 2022-09-19)
 Time        : 2023-04-05T11:56:33Z
 
== Compressed
 Version          : [object]
 Metadata         : V14
 Size             : 1.13 MB (1189563 bytes)
 Compression      : 80.55%
 setCode          : 0x7e6d21c745ceed63459158c82ebbadd8cd9e7959c8f32b16d7bc73fc31ebde8d
 authorizeUpgrade : 0x463e2254b8488126dc091337f54feceae2a6d01cb4efb393d857da922e3906da
 IPFS             : QmV4EneeSEt4adf9BY7zrWbw6XxvVstcQSXYGPxNSMyUiE
 BLAKE2_256       : 0xdebdeb4054fa276fd88f4062438103bd53a867ea17b20de5261e07aecbea87b2
 Wasm             : runtime/centrifuge/target/srtool/release/wbuild/centrifuge-runtime/centrifuge_runtime.compact.compressed.wasm

Altair

Migrations

  • InterestAccrual V2 (#1157): This updates pallet-interest-accrual to store all rates in a vec, rather than in an array. This makes rate accrual and nav updates much faster, at the cost of slightly slower rate lookup for operations on individual loans (borrow, repay, write-off)
  • Loans refactor (#1266): Remove pallet-loans storage and replace the pallet with `pallet-loans-ref
  • PoolSystem (#1285): Remove duplicate metadata hash from pool-system

WASM

✨ Your Substrate WASM Runtime is ready! ✨
fatal: No names found, cannot describe anything.
Summary generated with srtool v0.9.23 using the docker image paritytech/srtool:1.64.0:
 Package     : altair-runtime v0.10.26
 GIT commit  : fe33d83937c48e8ff6c6cbc05f8f6d2c17f3eba8
 GIT tag     : 
 GIT branch  : main
 Rustc       : rustc 1.64.0 (a55dd71d5 2022-09-19)
 Time        : 2023-04-05T12:10:17Z
 
== Compressed
 Version          : [object]
 Metadata         : V14
 Size             : 1.07 MB (1120108 bytes)
 Compression      : 80.46%
 setCode          : 0x28b8cf5b02f4b94bfd5f18b662cec5da693c596890e30d36d192c55858dc8779
 authorizeUpgrade : 0xcfc37b6bc20d6847f1e03f52a7cd6895768404ea975834c796b57dbd0dad215e
 IPFS             : QmNag5jHf3rZBqiY4rb9TDHosCAXZ53Fba138YLkTmD3Yg
 BLAKE2_256       : 0x37abc53682e6161a30b693aee97ee9bcef55b2b1c413719a87c560b8576f4ee3
 Wasm             : runtime/altair/target/srtool/release/wbuild/altair-runtime/altair_runtime.compact.compressed.wasm

Docker

Docker Image: centrifugeio/centrifuge-chain:main-20230405122922-fe33d839

Changelog

Exhaustive list of all changes

Some of these changes might not be applied to the Centrifuge runtime yet.

Full Changelog: v0.10.24...release-v0.10.26

Don't miss a new centrifuge-chain release

NewReleases is sending notifications on new releases.