github KILTprotocol/kilt-node 1.5.0
KILT Node 1.5.0

latest releases: 1.14.4, 1.14.3, 1.14.3-rc2...
2 years ago

What's Changed

⚠️ Breaking CLI Parameter ⚠️

  • Multiple values for a single argument are no longer supported:
    • 🚫 --bootnodes bootnode-1 bootnode-2 bootnode-3 ...
    • --bootnodes bootnode-1 --bootnodes bootnode-2 --bootnodes bootnode-3 ...
  • Flags don't accept a boolean value anymore:
    • 🚫 --prometheus-external=true
    • --prometheus-external

Features

  • Add proxy pallet (#312)
  • Add names pallet (#314)
  • Bound pallets in runtime storage size (#327)
  • Calculate storage deposits based on storage usage (#329)

Miscellaneous Tasks

  • increase the maximum length of a DID Service Endpoint URL to 200
  • Update polkadot v0.9.17 (#330)
  • Update polkadot v0.9.16
    • includes democracy fix

Refactor

  • Switch CandidatePool to be CountedStorageMap (#318)
  • Migrate pallets' StorageVersion (#326)

Ci

  • Fix pipeline (#328)

Full Changelog: 1.4.1...1.5.0

Don't miss a new kilt-node release

NewReleases is sending notifications on new releases.