frequency
frequency copied to clipboard
Frequency: A Polkadot Parachain
The Parity team has published new version of Polkadot: `polkadot-v1.14.1` See https://github.com/paritytech/polkadot-sdk/releases/polkadot-v1.14.1 ## Upgrade Priority See [Polkadot Release Page](https://github.com/paritytech/polkadot-sdk/releases/polkadot-v1.14.1) ## Host Functions See [Polkadot Release Page](https://github.com/paritytech/polkadot-sdk/releases/polkadot-v1.14.1) ## Database Migrations See...
## 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.
### Feature Description ## Details It is now possible to separate out the repositories for the node vs the runtime code of the chain. ## Goal To have a clean...
Passkey Wallet Implementation Audit Preparation Phase - [ ] Gather all relevant code branches and pull requests. - [ ] Update architecture and design documents specifically for the passkey wallet...
### Feature Description ## Details `claim_staking_reward` worst case is 95_000_000. Let's see if it can be improved at all. Secondly the current benchmark measures worst case only. It needs to...
The Parity team has published new version of Polkadot: `polkadot-v1.14.0` See https://github.com/paritytech/polkadot-sdk/releases/polkadot-v1.14.0 Analysis: https://forum.polkadot.network/t/polkadot-release-analysis-v1-14-0/9096 ## Upgrade Priority See [Polkadot Release Page](https://github.com/paritytech/polkadot-sdk/releases/polkadot-v1.14.0) ## Host Functions See [Polkadot Release Page](https://github.com/paritytech/polkadot-sdk/releases/polkadot-v1.14.0) ## Database...
**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**...
**Description** Following the upgrade to Polkadot v1.8.0, there is an optional new rate limit configuration for the RPC server, configurable via the CLI parameter --rpc-rate-limit . Notes Link to Polkadot-Sdk...
## Details Currently P256 signature verification is around 22 times heavier compared to a Sr25519 one in WASM and 6 times heavier in native code. We would like to optimize...