frequency icon indicating copy to clipboard operation
frequency copied to clipboard

Frequency: A Polkadot Parachain

Results 110 frequency issues
Sort by recently updated
recently updated
newest added

The Parity team has published new version of Polkadot: `polkadot-v1.3.0` Release: https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.3.0 Release Analysis: https://forum.polkadot.network/t/polkadot-release-analysis-v1-3-0/4614/1 ## Upgrade Priority Low ## Host Functions None ## Database Migrations None ## Runtime Migrations...

change/major

Similar to https://github.com/LibertyDSNP/frequency/issues/646, renew signing PGP key before it expires. See `FREQUENCY_PGP_SECRET_SUBKEYS` secret in https://github.com/LibertyDSNP/frequency/settings/secrets/actions for the current expiration date. Please note, that only new signing subkey needs to be...

tech debt
recurring

**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...

bug
tech-debt

After the StakingAccountDetails StorageMigration has been executed on Mainnet, remove the migration from execution Acceptance criteria: * The storage migration for StakingAccountDetails is removed from being executed by `on_runtime_upgrade` by...

blocked
chore
Provider Boosting

https://rust-lang-nursery.github.io/rust-cookbook/cli/arguments.html

enhancement
good first issue

GitHub tag protection rules are in beta right now. We can leverage this to lock in the release version tag once it’s been published on GitHub: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules Per @wilwade, the...

tech debt
ci

In the course of expanding our integration test coverage, discovered that the errors documented to be thrown by extrinsics do not necessary in all cases match the actual behavior of...

documentation
good first issue
tech debt
test

# Goal The goal of this PR is to check the hash for stateful storage transactions and fail early. Closes #1860 # Checklist - [x] Unit Tests added? - [x]...

metadata-changed

- 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)...

metadata-changed

## Summary A user can stake to multiple providers, but the minimum staking amount is enforced only for the first staking action that the user submits. ## Issue details During...