What's Changed
- fix: check events by @weichweich in #586
- chore: unrelated changes from the DIP PR by @weichweich in #589
- fix: cargo toml by @Ad96el in #590
- chore: convert errors into warning for
cargo doc
by @ntn-x2 in #593 - feat: prepare RILT spec by @weichweich in #582
- feat: DIP v1 features by @ntn-x2 in #494
- fix: bump transaction_version by @Ad96el in #578
- fix: benchmarks by @ntn-x2 in #598
- fix: configure DIP templates BlockNumber to u64 by @ntn-x2 in #599
- feat: add clone 3 by @weichweich in #597
- chore: copyright 2024 by @weichweich in #600
- chore: maintain scripts by @Ad96el in #596
- chore: update README.md to fix typo by @ChrisChinchilla in #604
- chore: maintain reset chain spec scripts by @Ad96el in #605
- chore: add weightinfo to runtime by @Ad96el in #606
- feat: increase service URL size limit by @ntn-x2 in #608
- chore: DIP improvements by @ntn-x2 in #602
- chore: add unit tests for DIP components by @ntn-x2 in #609
- chore: prepare new dev version by @Ad96el in #579
- test: DIP consumer tests by @ntn-x2 in #611
- feat: open up XCM configurations by @ntn-x2 in #603
- feat: add dip to spiritnet runtime by @Ad96el in #616
- ci: add timeout for jobs by @ggera in #618
- chore: update runtime version by @Ad96el in #620
- fix: update sanity test for staking pallet by @ntn-x2 in #625
- fix: try-runtime support in CI by @ntn-x2 in #623
- test: add test-try-runtime step to CI by @ntn-x2 in #624
- chore: remove unnecessary try-runtime execution by @ntn-x2 in #626
- fix: try-runtime pipelines by @ntn-x2 in #628
- docs: Bring docs changes into DIP read me files by @ntn-x2 in #629
- chore: integration tests chopsticks by @Ad96el in #614
- feat: add logging to DIP components by @ntn-x2 in #630
- fix: outdated integration tests by @ntn-x2 in #632
- feat: add new Paseo-based chainspec for Peregrine by @ntn-x2 in #634
- chore: add new intermediate profile for unoptimized releases by @ntn-x2 in #644
- chore: remove pallet configuration from Peregrine runtime by @ntn-x2 in #646
- chore: sort TOML files by @ntn-x2 in #645
- ci: cancel old piplines by @Ad96el in #639
- fix: chopstick tests by @ntn-x2 in #647
- chore: Polkadot v1.1.0 by @Ad96el in #627
- chore: cleanup chainspecs by @ntn-x2 in #643
- fix: CLI by @Ad96el in #652
- chore: remove subalfred GH action by @ntn-x2 in #649
- chore: update RILT chain spec and boot nodes by @Ad96el in #633
- fix: dockerfile by @Ad96el in #670
- chore: e2e tests ah between current spiritnet runtime by @Ad96el in #668
- chore: Add stake.plus bootnodes by @senseless in #672
- chore: Polkadot 1.7.0 by @Ad96el in #655
- fix: rilt chain spec by @Ad96el in #677
- fix: CI by @ntn-x2 in #680
- ci: caching by @ggera in #657
- chore: Add Helikon bootnodes. by @kukabi in #689
- feat: switch functionality by @ntn-x2 in #658
- chore: update chainspec + paraid by @Ad96el in #696
- fix: chainspec generation for DIP templates by @ntn-x2 in #697
- docs: remove branch auto name for now as it breaks build by @ChrisChinchilla in #700
- chore: fix benchmarking by @Ad96el in #702
- feat: add switch spirtnet by @Ad96el in #701
- ci: Migrate Gitlab tests to GitHub runner by @ggera in #698
- fix: CI check fixes by @ntn-x2 in #704
- ci: add manual triggering of release pipelines by @ntn-x2 in #705
- fix: release pipelines only on success by @ntn-x2 in #706
- fix: formatting by @ntn-x2 in #707
- fix: gitlab release pipeline by @ntn-x2 in #708
- fix: WASM compilation in release pipeline by @ntn-x2 in #709
Breaking Changes for collators
The CLI has been refactored, and the --runtime
flag is not required anymore.
Breaking Changes for dapp developers
The balances.transfer
extrinsic has been removed after a long deprecation period.
Please use balances.transfer_allow_death
instead, if you have not already done so.
Spiritnet Runtime Info
Version : kilt-spiritnet-11401
Metadata : V14
Size : 1.46 MB (1533713 bytes)
Compression : 79.98%
setCode : 0x425376e23a1dbab9eb2a6894621ccd47eb661beeba107b17e4286704ecca64cf
authorizeUpgrade : 0x957684b91a9572711cefecf6fee956b54f878809350ff8574d1cb4f723ff88fc
IPFS : QmbWt1iBFFPaqnwkswjjjHuDtbmDcK7sNfFGnbbrZwbuVm
BLAKE2_256 : 0x58c9ef449df1292980bbacf38cb84a0aca9931cfcfdba4d473f6eb84338fb932
Peregrine Runtime Info
Version : kilt-spiritnet-11401
Metadata : V14
Size : 1.49 MB (1557759 bytes)
Compression : 79.98%
setCode : 0xd64db41d0f96b5c9f239de6cd0cd555a56d0d38298f39e02b4fcfb941960d80d
authorizeUpgrade : 0x822141a223ee17aac02c85c7d1c1d83e78129b33b28b2f56eb93b240aae004bd
IPFS : QmZUUnfnBRZBc4nWv9gN9MGmay8CA6qk4ayLtAbRc339cB
BLAKE2_256 : 0x7ced24464b7dbc95c9ff75fb14d599eaab8793f598c85c6eefadfb9bd2b1f7d6
New Contributors
- @senseless made their first contribution in #672
- @kukabi made their first contribution in #689
Full Changelog: 1.13.2...1.14.3