kilt-node icon indicating copy to clipboard operation
kilt-node copied to clipboard

feat: upgrade to Polkadot v0.9.28

Open wischli opened this issue 3 years ago • 0 comments

fixes KILTProtocol/ticket#2168

  • upgrades to latest Polkadot v0.9.28
  • updates delegation two unit tests as now every call function is wrapped into the storage layer, before this was only applied to those executed with dispatch (see https://github.com/paritytech/substrate/pull/11927)

Note worthy Substrate PRs

  • https://github.com/paritytech/substrate/pull/11819
  • https://github.com/paritytech/substrate/pull/11934
  • https://github.com/paritytech/substrate/pull/11918

Checklist:

  • [x] I have verified that the code works
    • [x] No panics! (checked arithmetic ops, no indexing array[3] use get(3), ...)
  • [x] I have verified that the code is easy to understand
    • [ ] If not, I have left a well-balanced amount of inline comments
  • [x] I have left the code in a better state
  • [x] I have documented the changes (where applicable)

wischli avatar Sep 02 '22 08:09 wischli