kilt-node
kilt-node copied to clipboard
feat: upgrade to Polkadot v0.9.28
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]useget(3), ...)
- [x] No panics! (checked arithmetic ops, no indexing
- [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)