Astar
Astar copied to clipboard
The dApp hub for blockchains of the future
# Description Enable async backing on `Astar`, mirroring the changes applied to `Shibuya` and `Shiden`. Depends on: https://github.com/AstarNetwork/Astar/issues/1406
# Description Implement migration for _governance_ related pallets with respect to async backing changes. Since block time will be reduced from `12 seconds` down to `6 seconds`, various storage items...
Follow-up on https://github.com/AstarNetwork/Astar/issues/1364 for the **Astar runtime**. ## SafeMode Config - ForceEnterOrigin: `EnsureRootOrTwoThirdsTechnicalCommittee` - ForceExtendOrigin: `EnsureRootOrTwoThirdsTechnicalCommittee` - ForceExitOrigin: `EnsureRootOrAllTechnicalCommittee` ## TxPause Config - PauseOrigin: `EnsureRootOrTwoThirdsTechnicalCommittee` - UnpauseOrigin: `EnsureRootOrTwoThirdsTechnicalCommittee` ## TODO...
Uplifts dependencies from polkadot-stable2412 to polkadot-stable2503-11. ### Client - new `cumulus_client_service::build_network` return signature (remove start_network handle and call) - https://github.com/paritytech/polkadot-sdk/pull/6400 - `Configuration.network.network_backend` is not an Option anymore and returns Litep2p...
# Pull Request Summary Closes #1559 This PR also adjusts XCM simulator tests to use ParaC (Asset Hub) as reserver for relay tokens.
# Pull Request Summary When a staker claims rewards for a finished period, the ledger's `claim_up_to_era` function zeros out the staked and staked_future fields once the period end is reached....
# Description Remove `local` runtime and all code associated with it. This will reduce the code size and simplify future maintenance.
**Description** Astar collator syncing phase very slow ~3-5 bps at 1M blocks height. It starts with 600-700 bps, then 20 bps at 700k blocks and then ~3-5 bps at 1M...
## Description Remove dedicated migration extrinsic from the `XcAssetConfig` pallet.