Richard Roznovjak
Richard Roznovjak
Fixes #755
Update references to old repositories (`homepage = 'https://github.com/galacticcouncil/hydradx-node'` or `homepage = "https://github.com/galacticcouncil/warehouse"`) in Cargo.toml files
In 1.11.0, `heap-pages` parameter for the benchmark command has no effect and the default value is used. As a result, `cumulus_pallet_parachain_system` benchmarks fail and `benchmarking.sh` script fails when used to...
For all authority nodes, the node binary now enforces the presence of a network key, instead of auto-generating when it is absent. [Polkadot PR](https://github.com/paritytech/polkadot-sdk/pull/3852). Investigate how this change affects parachain...
Upgrade to polkadot-v1.11.0 introduces new system callbacks, replacement for `on_initialize` and `on_finalize`. [Polkadot PR](https://github.com/paritytech/polkadot-sdk/pull/1781). Investigate how and where to use these new hooks.