25 releases (major breaking)

21.0.0 Jan 29, 2025
20.0.1 Jan 27, 2025
19.0.0 Jan 22, 2025
18.0.1 Jan 23, 2025
0.0.0 Nov 21, 2022

#3 in #rococo

Download history 803/week @ 2024-10-29 741/week @ 2024-11-05 658/week @ 2024-11-12 968/week @ 2024-11-19 820/week @ 2024-11-26 932/week @ 2024-12-03 1450/week @ 2024-12-10 1127/week @ 2024-12-17 796/week @ 2024-12-24 825/week @ 2024-12-31 1011/week @ 2025-01-07 1034/week @ 2025-01-14 1072/week @ 2025-01-21 1012/week @ 2025-01-28 984/week @ 2025-02-04 1353/week @ 2025-02-11

4,574 downloads per month
Used in 17 crates (2 directly)

GPL-3.0-only

730KB
7.5K SLoC

Rococo: v2.1

Rococo is a testnet runtime with no stability guarantees.

How to build rococo runtime

EpochDurationInBlocks parameter is configurable via ROCOCO_EPOCH_DURATION environment variable. To build wasm runtime blob with customized epoch duration the following command shall be executed:

ROCOCO_EPOCH_DURATION=10 ./polkadot/scripts/build-only-wasm.sh rococo-runtime /path/to/output/directory/

How to run rococo-local

The Cumulus Tutorial details building, starting, and testing rococo-local and parachains connecting to it.

How to register a parachain on the Rococo testnet

The parachain registration process on the public Rococo testnet is also outlined.

Release

Polkadot SDK Stable 2412


lib.rs:

The Rococo runtime for v1 parachains.

Dependencies

~34–51MB
~871K SLoC