Skip to content

Centrifuge v0.11.3

Compare
Choose a tag to compare
@wischli wischli released this 28 Jun 09:02
· 6 commits to release-v0.11.0 since this release
dd9ff86

Upgrade Priority:

  • Full Nodes: High
  • Collators: Medium

Changes

Substrate

  • Enable CheckMetadataHash signed extension which enables generic Polkadot Ledger support (#1865)
  • Upgrade from Polkadot v0.9.43 to Polkadot v1.7.2 (#1756, #1833)
    • Prepares for async backing (disabled for now)
    • Introduces Runtime{Hold, Freeze}Reason
    • Updates to XCMv4

Pools

  • Fix: Ratio calculation (#1856)
  • Feat: Allow to call runtime API either with latest prices or if outdated using estimates with linear accrual based on latest settlement price (#1791)

Loans

  • Fix: Make maturity date optional (#1843)
  • Fix: Linear accrual (#1812)
  • Fix: Transfer debt event (#1837)
  • Feat: Cashflows (#1867)
  • Feat: Decrease debt (#1857)
  • Liquidity Pools: Inter domain tranche token transfer (#1860)

PoolFees

  • Feat: Allow root to propose and remove fees (#1855)
  • Fix: Event dispatch order (#1809)

Proxies

  • Feat: Add Borrow with PodOperation priviliges (#1854)

Breaking Changes

  • Deprecation of all RPC endpoints except for ethereum and anchor: Please use the identical runtime API instead (#1844)
  • Loans: Change linear pricing behaviour to be effictive iff enabled for the loan and the corresponding oracle uses an oracle key plus there is no valid oracle using the latest settlement price (#1812)
  • Pools: Restrict epoch closing to Liquidity- and Pool-Admins (#1812)
  • Oracles: Add new enum variant PoolLoanId to OracleKey (#1841)
  • Transfer AllowList: Store XCM Locations explicitly instead of hashed version (#1853)
  • Node CLI: Replace export-genesis-state with export-genesis-head (#1844)

WASM

✨ Your Substrate WASM Runtime is ready! ✨
Summary generated with srtool:1.75.0-0.14.0:
 Package     : centrifuge-runtime v0.11.3
 GIT commit  : dd9ff87
 GIT tag     : v0.11.3
 GIT branch  : release-v0.11.1
 Rustc       : 1.75.0 (82e1608df 2023-12-21)
 Time        : 2024-06-27T16:24:10Z

== Compressed
🏋️  Runtime size:             2.109 MB (2,211,622 bytes) ⚠️ HEAVY
🗜  Compressed:               Yes, 79.17%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             centrifuge-1103 (centrifuge-1.tx2.au1)
🗳️  Blake2-256 hash:          0xda20faa8890934dcbe05af50dd8ee6b13dfd92e1b3adb9d988e7f948bc8b4eab
📦 IPFS:                     https://www.ipfs.io/ipfs/QmdZPdQ562sempcibMyVFMKgGUPnbC3s3R1sk9JfEhCaAV
Exhaustive list of all changes

Docker Image: centrifugeio/centrifuge-chain:v0.11.3

Full Changelog: v0.10.39...v0.11.3