eNddy
eNddy
# Goal Update polkadot from v1.1.0 to v1.2.0. [Polkadot release notes](https://forum.polkadot.network/t/polkadot-release-analysis-v1-2-0/4451) Lazy Migration https://github.com/paritytech/polkadot-sdk/pull/1363 Closes #1718
# Goal The goal of this PR is Closes # Discussion # Checklist - [ ] Chain spec updated - [ ] Custom RPC OR Runtime API added/changed? Updated js/api-augment....
**Description** A user should be unable to claim their existential deposit if they have not removed all storage from the Capacity pallet. **Notes** When a user stakes to the network...
**Description** Stable weights are impacted by changes in the WeightToFee function. The weight-to-fee function uses extrinsic base weights to compute the fee. When running the benchmarks for extrinsic base weights...
- Upgrade Polkadot-sdk 1.10.0 to 1.13.0 - Update weights to reflect the new version.1.13.0 Notable Changes: Polkadot-sdk 1.12.0 - [Improve MockValidationDataInherentDataProvider to support async backing](https://github.com/paritytech/polkadot-sdk/pull/4442) - [Balances-Pallet add burn_allow_death extrinsic](https://github.com/paritytech/polkadot-sdk/pull/3964)...
Blocked by https://github.com/paritytech/polkadot-sdk/issues/5303 ### Feature Description - Switch benchmarks to use the Omni Bencher
## Description We need to assess the feasibility of migrating some of the functionality currently handled by the on_initialize method into the newly introduced hook poll, as proposed in [PR...
Update crate dependencies to use crates instead of Polkadot branches.
**Description** Following Polkadot-sdk PR #3364, we can now configure the RPC server to enable or disable batch requests. This update introduces new CLI options to manage batch requests. **Acceptance Criteria**...