frequency
frequency copied to clipboard
Frequency: A Polkadot Parachain
### Feature Description ## Details Always fetching the schema ids from the chain works, but usually it is not needed as the values are static. Let's publish a package (suggested...
### Feature Description ## Details As a staker, I may have staked to a number of different targets over a long period of time, and may have lost track. For...
The Parity team has published new version of Polkadot: `polkadot-stable2409` See https://github.com/paritytech/polkadot-sdk/releases/polkadot-stable2409 ## Upgrade Priority See [Polkadot Release Page](https://github.com/paritytech/polkadot-sdk/releases/polkadot-stable2409) ## Host Functions See [Polkadot Release Page](https://github.com/paritytech/polkadot-sdk/releases/polkadot-stable2409) ## Database Migrations See...
### Feature Description ## Details It's confusing in the code, and has already been the source of a bug (see #2164) to have >1 function named `get_by_schema_id` which return two...
With the latest release v1.13.0 live on testnet, the e2e tests are failing: https://github.com/frequency-chain/frequency/actions/runs/10797691465 ## Acceptance Criteria - e2e tests pass
The Parity team has published new version of Polkadot: `polkadot-stable2407-2` See https://github.com/paritytech/polkadot-sdk/releases/polkadot-stable2407-2 ## Upgrade Priority See [Polkadot Release Page](https://github.com/paritytech/polkadot-sdk/releases/polkadot-stable2407-2) ## Host Functions See [Polkadot Release Page](https://github.com/paritytech/polkadot-sdk/releases/polkadot-stable2407-2) ## Database Migrations See...
### Feature Description ## Details Currently we are not using any generics in `StaleHashCheckExtension` . To make it more generic just like other signed extensions we can take a look...
# Goal The goal of this PR is to add health check to docker images Closes #1390 # Discussion - Using the already existed script written by Puneet - another...
[Chore]: ensure Provider Boost changes use reducible_balance instead of balance for production calls
### Feature Description ## Details Polkadot-sdk recommends using reducible_balance, and that balance calls are useful mainly for testing. Since PB deals with account balances, ensure that anywhere there is a...