Skip to content

Releases: seadanda/runtimes

Runtimes 1.2.8

15 Jul 17:46
c5080e4
Compare
Choose a tag to compare

Changelog

Changelog for the runtimes governed by the Polkadot Fellowship.

The format is based on Keep a Changelog.

[1.2.8] 03.07.2024

Added

From #322:

  • Add claim_assets extrinsic to pallet-xcm (SDK v1.9 #3403).
  • Add Deposited/Withdrawn events for pallet-assets (SDK v1.12 #4312).
  • Add MaxRank Config to pallet-core-fellowship (SDK v1.13 #3393).
  • Add Extra Check in Primary Username Setter (SDK v1.13 #4534).
  • Add HRMP notification handlers to the xcm-executor (SDK v1.10 #3696).
  • Add retry mechanics to pallet-scheduler (SDK v1.8 #3060).
  • Add support for versioned notification for HRMP pallet (SDK v1.12 #4281).
  • Adds ability to trigger tasks via unsigned transactions (SDK v1.11 #4075).
  • Asset Conversion: Pool Account ID derivation with additional Pallet ID seed (SDK v1.11 #3250).
  • Asset Conversion: Pool Touch Call (SDK v1.11 #3251).
  • Balances: add failsafe for consumer ref underflow (SDK v1.12 #3865).
  • Bridge: added force_set_pallet-state call to pallet-bridge-grandpa (SDK v1.13 #4465).
  • Burn extrinsic call and fn burn_from Preservation argument (SDK v1.12 #3964).
  • GenesisConfig presets for runtime (SDK v1.11 #2714).
  • Im-online pallet offchain storage cleanup (SDK v1.8 #2290).
  • Implements a percentage cap on staking rewards from era inflation (SDK v1.8 #1660).
  • Introduce submit_finality_proof_ex call to bridges GRANDPA pallet (SDK v1.8 #3225).
  • New call hrmp.establish_channel_with_system to allow parachains to establish a channel with a system parachain (SDK v1.11 #3721).
  • New runtime api to check if a validator has pending pages of rewards for an era (SDK v1.12 #4301).
  • Pallet-xcm: add new extrinsic for asset transfers using explicit reserve (SDK v1.11 #3695).
  • Ranked collective introduce Add and Remove origins (SDK v1.8 #3212).
  • Runtime apis to help with delegate-stake based Nomination Pools (SDK v1.13 #4537).
  • Kusama system chains: enable PoV-reclaim.

Changed

From #322:

  • AdaptPrice trait is now price controlled (SDK v1.13 #4521).
  • Allow StakingAdmin to manage nomination pool configurations (SDK v1.11 #3959).
  • Bridge: make some headers submissions free (SDK v1.12 #4102).
  • Improving on_demand_assigner emitted events (SDK v1.13 #4339).
  • pallet-broker::start_sales: Take extra_cores and not total cores (SDK v1.11 #4221).
  • Pallet-nomination-pools: chill is permissionless if depositor's stake is less than min_nominator_bond (SDK v1.9 #3453).
  • polkadot_runtime_parachains::coretime: Expose MaxXcmTransactWeight (SDK v1.11 #4189).
  • Pools: Make PermissionlessWithdraw the default claim permission (SDK v1.10 #3438).
  • Prevents staking controllers from becoming stashes of different ledgers; Ensures that no ledger in bad state is mutated (SDK v1.9 #3639).
  • Snowbridge: deposit extra fee to beneficiary on Asset Hub (SDK v1.12 #4175).
  • Storage bound the XCMP queue pallet (SDK v1.13 #3952).
  • Validator disabling strategy in runtime (SDK v1.12 #2226).

Fixed

From #322:

  • CheckWeight checks for combined extrinsic length and proof size (SDK v1.12 #4326).
  • Decrement total_deposit when clearing collection metadata (SDK v1.11 #3976).
  • Detect incorrect pre-image length when submitting a referenda (SDK v1.10 #3850).
  • Fix schedule_code_upgrade when called by the owner/root (SDK v1.10 #3341).
  • Fix algorithmic complexity of the on-demand scheduler (SDK v1.10 #3190).
  • Fix call enum's metadata regression (SDK v1.9 #3513).
  • Fix dust unbonded for zero existential deposit (SDK v1.12 #4364).
  • Fix extrinsics count logging in frame-system (SDK v1.12 #4461).
  • Fix kusama 0 backing rewards when entering active set (SDK v1.10 #3722).
  • Fix Stuck Collator Funds (SDK v1.11 #4229).
  • Fix weight calculation and event emission in pallet-membership (SDK v1.9 #3324).
  • Fix weight refund for pallet-collator-selection::set_candidacy_bond (SDK v1.9 #3643).
  • Fixed GrandpaConsensusLogReader::find_scheduled_change (SDK v1.11 #4208).
  • Fixes a scenario where a nomination pool's TotalValueLocked is out of sync due to staking's implicit withdraw (SDK v1.8 #3052).
  • Handle legacy lease swaps on coretime (SDK v1.10 #3714).
  • Ignore mandatory extrinsics in total PoV size check (SDK v1.13 #4571).
  • Pallet assets: minor improvement on errors returned for some calls (SDK v1.11 #4118).
  • Pallet-broker: Fix Linear::adapt_price behavior at zero (SDK v1.9 #3636).
  • Pallet-broker: Fix claim revenue behaviour for zero timeslices (SDK v1.11 #3997).
  • Pallet-broker: Support renewing leases expired in a previous period (SDK v1.11 #4089).
  • Pallet-broker: Use saturating math in input validation (SDK v1.11 #4151).
  • Pallet-xcm: fix transport fees for remote reserve transfers (SDK v1.10 #3792).
  • Patch pool to handle extra consumer ref when destroying (SDK v1.13 #4503).
  • Region reserve transfers fix (SDK v1.11 #3455).
  • Snowbridge - Ethereum Client - Reject finalized updates without a sync committee in next store period (SDK v1.13 #4478).
  • Treat XCM ExceedsStackLimit errors as transient in the MQ pallet (SDK v1.12 #4202).
  • Unrequest a pre-image when it failed to execute (SDK v1.10 #3849).
  • Validate code when scheduling uprades (SDK v1.8 #3232).
  • XCMP: Use the number of 'ready' pages in XCMP suspend logic (SDK v1.9 #2393).

Removed

From #322:

Read more

Runtimes 1.2.7

18 Jun 17:50
cbef935
Compare
Choose a tag to compare

Changelog

Changelog for the runtimes governed by the Polkadot Fellowship.

The format is based on Keep a Changelog.

[1.2.7] 14.06.2024

Note: This release only affects the following runtimes and is not a full system release:

  • Polkadot Relay Chain
  • Polkadot People

Changed

Runtime info

These runtimes were built with rustc 1.77.0 (aedd173a2 2024-03-17) using srtool v0.15.0

To replicate the build, use the following command:

srtool build
       --root --profile production
       --package CRATE_NAME --runtime-dir PATH_TO_CRATE
       --build-opts="--features=on-chain-release-build"

Polkadot

🏋️ Runtime Size:           1.52Mi (1587099 bytes)
🗜 Compressed:             Yes: 75.32%
🔥 Core Version:           polkadot-1002007 parity-polkadot-0.tx26.au0
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x5300f1f0bddedee260228911bf8b3eaadbe16ffa520d4c6c7593b086fe5486ae
📦 IPFS:                   QmcwdFCESfocVJAbiNdj5xbJV7rxDhekHQPFrJf3ZVpc3i

People Polkadot

🏋️ Runtime Size:           833.45Ki (853445 bytes)
🗜 Compressed:             Yes: 75.38%
🔥 Core Version:           people-polkadot-1002007 people-polkadot-0.tx0.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x1e50ce48d0527e436ce7a12499ad2ab314a3b2c6b863a1a1859256bd3155f2cc
📦 IPFS:                   QmZZypg9bMoyA4SQEemoY7ojp4gLAZR9AcvcrBUMdyf6Fr

People Kusama

🏋️ Runtime Size:           835.50Ki (855552 bytes)
🗜 Compressed:             Yes: 75.33%
🔥 Core Version:           people-kusama-1002006 people-kusama-0.tx1.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xd38cac9a1f1c0aa6128b3e854889181646a03896c551685fcd895190c883ede5
📦 IPFS:                   QmZSiUFCLY96w22sNjbaNaJwcCdAyDH4JhpE3kwvFiouyX

Kusama

🏋️ Runtime Size:           1.58Mi (1653145 bytes)
🗜 Compressed:             Yes: 75.67%
🔥 Core Version:           kusama-1002006 parity-kusama-0.tx26.au2
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x435d7ae166dd251420715cec464a6785cac5efe88d51f86cb47ff56f0bfa33dd
📦 IPFS:                   QmYvjUFyhHDXCwauYQQFgqvNC4FLHLMye2iX39SxMnfHuw

Glutton

🏋️ Runtime Size:           483.40Ki (494992 bytes)
🗜 Compressed:             Yes: 71.62%
🔥 Core Version:           glutton-1002006 glutton-0.tx1.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xa4e2bbdbe12804b2f44881708a74135ee92e1a5c2055fb45359d3b5594dadef9
📦 IPFS:                   QmYqNeGjqHE8G4GveQf6LmAonGA6AXwzUUXT7VWT3ikZBQ

Encointer Parachain

🏋️ Runtime Size:           950.44Ki (973244 bytes)
🗜 Compressed:             Yes: 75.88%
🔥 Core Version:           encointer-parachain-1002006 encointer-parachain-1.tx4.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x1d5d9750e72dc5828f70a625ca5bf56d5e1ab2ee13efc2ad92fc36bfb109c201
📦 IPFS:                   QmZ4UJzink8rkkB1iB7m8hxC7JjQz4PXDPK4X69L73e925

Coretime Kusama

🏋️ Runtime Size:           823.79Ki (843552 bytes)
🗜 Compressed:             Yes: 75.36%
🔥 Core Version:           coretime-kusama-1002006 coretime-kusama-0.tx1.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xf633616ea4c07b492d18d9deaf3313ab8beee83c57b19d38eef6e481c5f28af3
📦 IPFS:                   QmVUzgdMc79tcPHDjDXLuh8kaQzSExKEVHz2CFUiqq1V4o

Collectives

🏋️ Runtime Size:           976.04Ki (999456 bytes)
🗜 Compressed:             Yes: 76.72%
🔥 Core Version:           collectives-1002006 collectives-0.tx7.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xdb3404ba3c4cbc920aa72c9ea907715075fee57c86534e0743f0a9458fad5791
📦 IPFS:                   QmVxRnv2NhAAEZm7JgUSZwoPbL7Q8hX3kJV9JAGvhAKL2D

Bridge Hub Polkadot

🏋️ Runtime Size:           1.28Mi (1335820 bytes)
🗜 Compressed:             Yes: 72.04%
🔥 Core Version:           bridge-hub-polkadot-1002006 bridge-hub-polkadot-0.tx4.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xaae077c70cfe9334c81075d49cac3d5566c717bfd4ce2e9a15014912a9f868da
📦 IPFS:                   QmcZcGDmohgCYtfVWV2K69mcGt3icPzzt7LyzBvKqxZmc6

Bridge Hub Kusama

🏋️ Runtime Size:           1.15Mi (1204225 bytes)
🗜 Compressed:             Yes: 74%
🔥 Core Version:           bridge-hub-kusama-1002006 bridge-hub-kusama-0.tx5.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x40b61252d73e948be9662a5695b56dfcccfe8c2bf220706bf4032d6de1fb9211
📦 IPFS:                   QmZtyj637JHPJ4WwjYkWV3xR5z2Tcor4w7RzDd4givJvu3

Asset Hub Polkadot (previously Statemint)

🏋️ Runtime Size:           1.11Mi (1155631 bytes)
🗜 Compressed:             Yes: 76.87%
🔥 Core Version:           statemint-1002006 statemint-0.tx15.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x7960c03144d373b69591e8ec0d3eae0c84bf4319daadef421db3d606cfb739c7
📦 IPFS:                   QmdxenBdBRHoE5Hr9cFXKGiur3RTonBnEt2cnMRU5i6P7K

Asset Hub Kusama (previously Statemine)

🏋️ Runtime Size:           1.11Mi (1155005 bytes)
🗜 Compressed:             Yes: 77.01%
🔥 Core Version:           statemine-1002006 statemine-0.tx15.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x352abd373f3da058b59ee7ec43b7a43e10ccfd739773a2cad0826fae4cb2e838
📦 IPFS:                   QmR5X94u7i6dpSQyZg1n3X9XR9um1LV3hEquBfbbvu3wJC

Runtimes 1.2.1

17 Apr 13:04
31ba262
Compare
Choose a tag to compare

Changelog

Changelog for the runtimes governed by the Polkadot Fellowship.

The format is based on Keep a Changelog.

Unreleased

[1.2.1] 09.04.2024

Changed

Runtime info

These runtimes were built with rustc 1.75.0 (82e1608df 2023-12-21) using srtool v0.14.0

To replicate the build, use the following command:

srtool build
       --root --profile production
       --package CRATE_NAME --runtime-dir PATH_TO_CRATE
       --build-opts="--features=on-chain-release-build"

Polkadot

🏋️ Runtime Size:           1.50Mi (1567191 bytes)
🗜 Compressed:             Yes: 75.3%
🔥 Core Version:           polkadot-1002000 parity-polkadot-0.tx25.au0
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xe63f48ace7c2c20df1c8b8738ea6b3cca224021e743b57f5c47a0295dc6dd14f
📦 IPFS:                   QmR7Qc6QTNAwgZ8fro19FU6JyVaaCt3DbwjqxwRtwumaS8

People Kusama

🏋️ Runtime Size:           817.26Ki (836870 bytes)
🗜 Compressed:             Yes: 75.33%
🔥 Core Version:           people-kusama-1002001 people-kusama-0.tx0.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x95a3efe4f8cc942659e32acdd6197b33b2243512db920e422e84e8290d1c9f14
📦 IPFS:                   QmTS7ZXi2YLy58Uh3StJyeirfzSGF6ajcidCq9MuZaj7NF

Kusama

🏋️ Runtime Size:           1.62Mi (1691601 bytes)
🗜 Compressed:             Yes: 75.75%
🔥 Core Version:           kusama-1002001 parity-kusama-0.tx25.au2
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xc17b4fe5bf581aac865de728590080b9efe9d9fdce957dfadafb78f288c312bc
📦 IPFS:                   Qme7h7BEQAqVao8y8BHkNSosaixURoiJJEVadmDVu6yaux

Glutton

🏋️ Runtime Size:           481.29Ki (492838 bytes)
🗜 Compressed:             Yes: 71.36%
🔥 Core Version:           glutton-1002000 glutton-0.tx1.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xd26695bb824a6225b0b689ecfef411cbc61010f273060f66a39f4b434bc427b2
📦 IPFS:                   QmdEVW9iYQcv9TwGJX4ag8L1bPxfLFrSLCPxxtCJBqVxqw

Encointer Parachain

🏋️ Runtime Size:           936.64Ki (959115 bytes)
🗜 Compressed:             Yes: 75.78%
🔥 Core Version:           encointer-parachain-1002000 encointer-parachain-1.tx3.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x1388ef22dfbec48f34419acc1fca0811738ced1b444af5b0ab7c57324ab57fbf
📦 IPFS:                   QmRDVLArtv5pDPKNoz5tpX6e2LK5xXPitec4sUJ12DxKWP

Coretime Kusama

🏋️ Runtime Size:           813.43Ki (832949 bytes)
🗜 Compressed:             Yes: 75.34%
🔥 Core Version:           coretime-kusama-1002000 coretime-kusama-0.tx0.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x7a0cb64bcbdfa276cc4ebebdc5e81bfab10eaa5e9e1122aac3a29a0551d6b2da
📦 IPFS:                   QmNgUf3vmnZ2xtdWsYuTqSSseNuA7VHmJGie6cpZayuDy1

Collectives

🏋️ Runtime Size:           943.00Ki (965624 bytes)
🗜 Compressed:             Yes: 75.82%
🔥 Core Version:           collectives-1002000 collectives-0.tx6.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xb3f6fbf527c3196abbbd572f2e09a4fa4b606f61abd3f2f41059fed5f4aec992
📦 IPFS:                   QmagXt1XhhUETRXRP7ZNv7DoBnT23o1FGjDBeLZ1CAz9x1

Bridge Hub Polkadot

🏋️ Runtime Size:           1.14Mi (1188428 bytes)
🗜 Compressed:             Yes: 74.04%
🔥 Core Version:           bridge-hub-polkadot-1002000 bridge-hub-polkadot-0.tx3.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x877bf13c96f7117357db8897150e986a6c3b9f0c913db084521ae78019b9acce
📦 IPFS:                   QmcXJbVunvgmyiTyeXdJ9v4S6L9vzhCnKkq5EXVGWWNagR

Bridge Hub Kusama

🏋️ Runtime Size:           1.14Mi (1189078 bytes)
🗜 Compressed:             Yes: 74.02%
🔥 Core Version:           bridge-hub-kusama-1002000 bridge-hub-kusama-0.tx4.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xd73b67e41a86c5002ef6f53318733759f126315d9be77f1ddc9b87a8b21eaa4f
📦 IPFS:                   QmQSCJBkuqaJAH4D81xBkZXHv5pmRKt14QkL65qv6E6qjU

Asset Hub Polkadot (previously Statemint)

🏋️ Runtime Size:           1.09Mi (1133071 bytes)
🗜 Compressed:             Yes: 76.91%
🔥 Core Version:           statemint-1002000 statemint-0.tx14.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xdcc9ed8c93c1edec7e6d21ef906686dc6d7af938581e05dd747e7334a4ca4d6b
📦 IPFS:                   QmbADNPhpRAy2FhyPvEX4ih89q6Ra1NrvCv8A9Zqz8XwtD

Asset Hub Kusama (previously Statemine)

🏋️ Runtime Size:           1.09Mi (1135406 bytes)
🗜 Compressed:             Yes: 77.06%
🔥 Core Version:           statemine-1002000 statemine-0.tx14.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x9edb0d3e755b935232f9e126a45bdac5f7795ddee12f0336f0e4059f71a54eba
📦 IPFS:                   QmWT362QuX3ZuqMv937mT1vrnSgGf25UCK6bTShZNkCC1X

Runtimes 1.2.0

08 Apr 10:08
bb42c6b
Compare
Choose a tag to compare

Changelog

Changelog for the runtimes governed by the Polkadot Fellowship.

The format is based on Keep a Changelog.

[1.2.0] 28.03.2024

Added

Changed

Removed

Fixed

Based on Polkadot-SDK

Runtime info

These runtimes were built with rustc 1.75.0 (82e1608df 2023-12-21) using srtool v0.14.0

To replicate the build, use the following command:

srtool build
       --root --profile production
       --package CRATE_NAME --runtime-dir PATH_TO_CRATE
       --build-opts="--features=on-chain-release-build"

Polkadot

🏋️ Runtime Size:           1.50Mi (1567191 bytes)
🗜 Compressed:             Yes: 75.3%
🔥 Core Version:           polkadot-1002000 parity-polkadot-0.tx25.au0
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xe63f48ace7c2c20df1c8b8738ea6b3cca224021e743b57f5c47a0295dc6dd14f
📦 IPFS:                   QmR7Qc6QTNAwgZ8fro19FU6JyVaaCt3DbwjqxwRtwumaS8

People Kusama

🏋️ Runtime Size:           817.36Ki (836972 bytes)
🗜 Compressed:             Yes: 75.33%
🔥 Core Version:           people-kusama-1002000 people-kusama-0.tx0.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x2bb624868351544c6e39afb29776a112f125f014906c6433cbda23aa6d82b29c
📦 IPFS:                   Qmbphh1b4jXRL5xvBwtvTBjr9jEsgaNJAWxrMk92kwSfP1

Kusama

🏋️ Runtime Size:           1.62Mi (1690274 bytes)
🗜 Compressed:             Yes: 75.77%
🔥 Core Version:           kusama-1002000 parity-kusama-0.tx25.au2
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x384e0191a0caf47639f394c7fb6c41c266c3799a100a93c3432fcac4e54b17d0
📦 IPFS:                   QmNYV6MchCsHnQ6rdVciFQTNGgWKeP1mfd445V18NXmWyv

Glutton

🏋️ Runtime Size:           481.29Ki (492838 bytes)
🗜 Compressed:             Yes: 71.36%
🔥 Core Version:           glutton-1002000 glutton-0.tx1.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xd26695bb824a6225b0b689ecfef411cbc61010f273060f66a39f4b434bc427b2
📦 IPFS:                   QmdEVW9iYQcv9TwGJX4ag8L1bPxfLFrSLCPxxtCJBqVxqw

Encointer Parachain

🏋️ Runtime Size:           936.64Ki (959115 bytes)
🗜 Compressed:             Yes: 75.78%
🔥 Core Version:           encointer-parachain-1002000 encointer-parachain-1.tx3.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x1388ef22dfbec48f34419acc1fca0811738ced1b444af5b0ab7c57324ab57fbf
📦 IPFS:                   QmRDVLArtv5pDPKNoz5tpX6e2LK5xXPitec4sUJ12DxKWP

Coretime Kusama

🏋️ Runtime Size:           813.43Ki (832949 bytes)
🗜 Compressed:             Yes: 75.34%
🔥 Core Version:           coretime-kusama-1002000 coretime-kusama-0.tx0.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x7a0cb64bcbdfa276cc4ebebdc5e81bfab10eaa5e9e1122aac3a29a0551d6b2da
📦 IPFS:                   QmNgUf3vmnZ2xtdWsYuTqSSseNuA7VHmJGie6cpZayuDy1

Collectives

🏋️ Runtime Size:           943.00Ki (965624 bytes)
🗜 Compressed:             Yes: 75.82%
🔥 Core Version:           collectives-1002000 collectives-0.tx6.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xb3f6fbf527c3196abbbd572f2e09a4fa4b606f61abd3f2f41059fed5f4aec992
📦 IPFS:                   QmagXt1XhhUETRXRP7ZNv7DoBnT23o1FGjDBeLZ1CAz9x1

Bridge Hub Polkadot

🏋️ Runtime Size:           1.14Mi (1188428 bytes)
🗜 Compressed:             Yes: 74.04%
🔥 Core Version:           bridge-hub-polkadot-1002000 bridge-hub-polkadot-0.tx3.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x877bf13c96f7117357db8897150e986a6c3b9f0c913db084521ae78019b9acce
📦 IPFS:                   QmcXJbVunvgmyiTyeXdJ9v4S6L9vzhCnKkq5EXVGWWNagR

Bridge Hub Kusama

🏋️ Runtime Size:           1.14Mi (1189078 bytes)
🗜 Compressed:             Yes: 74.02%
🔥 Core Version:           bridge-hub-kusama-1002000 bridge-hub-kusama-0.tx4.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0xd73b67e41a86c5002ef6f53318733759f126315d9be77f1ddc9b87a8b21eaa4f
📦 IPFS:                   QmQSCJBkuqaJAH4D81xBkZXHv5pmRKt14QkL65qv6E6qjU

Asset Hub Polkadot (previously Statemint)

🏋️ Runtime Size:           1.07Mi (1119645 bytes)
🗜 Compressed:             Yes: 76.94%
🔥 Core Version:           statemint-1002000 statemint-0.tx14.au1
🎁 Metadata version:       V14
🗳️ Blake2-256 hash:        0x900819e15e68e7049b79a023ca0882a0a75fc71fb0242f7e7a7045f19ff029f4
📦 IP...
Read more