github KILTprotocol/kilt-node 1.9.0
KILT Node 1.9.0 (Numerous Narwhals)

latest releases: 1.13.2, 1.13.1, 1.13.0...
16 months ago

In this release, we finally enable public credentials and AssetDIDs on Spiritnet! 🎉🎉🎉

What's more, CTypes have now an issuance block number, which serves as an efficient lookup index to retrieve the whole CType content given its hash, making KILT the very first decentralised CType registry!

What's Changed

Full Changelog: 1.8.0...1.9.0-rc1

Breaking changes (API, Types)

CTypes

The ctype pallet used to store a map from CType hash to its creator DID. That has now changed and the values of the map are now of type CTypeEntry, which is a struct that contains both the creator's DID and the creation block number. For more details please refer to the struct definition.

RPC payment_queryInfo endpoint

Polkadot v0.9.32 introduced a breaking change on the return type of the payment_queryInfo RPC endpoint. Applications making use of such a feature have three options:

  1. Replace the RPC call, now deprecated, with the transactionPaymentApi.queryInfo(uxt, len) state (runtime) call
  2. Update the @kiltprotocol/sdk-js dependency to the upcoming v0.31
  3. Update the @polkadot/api dependency to at least v9.8.2

WASM

Spiritnet

 Rustc            : rustc 1.66.1 (90743e729 2023-01-10)
 Version          : kilt-spiritnet-10890 (kilt-spiritnet-0.tx4.au1)
 Size             : 953.81 KB (976701 bytes)
 setCode          : 0xb90bc73c952b4c2d697d841769e0fa3f08460751998e57442ebf61febcbba400
 authorizeUpgrade : 0xe3771ee3c8ad10f53fdc36b34c284ab83c1d6d22f70426a2d7209d524138de77
 IPFS             : QmTtKfVpwEhfzcj73aeBjNTeAztayx2f3RGgDpPHg1HNmS
 BLAKE2_256       : 0x35b7169a59f6550796707c6daeeb867621406d73276908f3ce1161c15a03083e

Peregrine

 Rustc            : rustc 1.66.1 (90743e729 2023-01-10)
 Version          : mashnet-node-10890 (mashnet-node-0.tx5.au4)
 Size             : 965.20 KB (988363 bytes)
 setCode          : 0x5a184e3df76362a32fabf70b47b28dacc4d5e048adb11836185c1b56d8d7ec70
 authorizeUpgrade : 0xe996090475a18c848c465f9a5e0d3ce985d4644493c50b4d537b2d02dcf9ae77
 IPFS             : QmauuXrQEDqPnG234QdRQZRXfQTYGJpuUHRSYkTKJJk2U2
 BLAKE2_256       : 0xe414dd68414205d82f7d333234cce0a63a1b0ae20d8cf701249361f104c056ce

Don't miss a new kilt-node release

NewReleases is sending notifications on new releases.