#run-time #polkadot #rococo #parachain #parameters #testnet #chain

no-std rococo-runtime

Rococo testnet Relay Chain runtime. (polkadot v1.12.0)

13 major breaking releases

new 13.0.0 May 24, 2024
12.0.0 May 1, 2024
11.0.0 Apr 9, 2024
10.0.0 Mar 19, 2024
0.0.0 Nov 21, 2022

#440 in Magic Beans

Download history 147/week @ 2024-02-01 350/week @ 2024-02-08 317/week @ 2024-02-15 437/week @ 2024-02-22 230/week @ 2024-02-29 113/week @ 2024-03-07 317/week @ 2024-03-14 279/week @ 2024-03-21 462/week @ 2024-03-28 374/week @ 2024-04-04 170/week @ 2024-04-11 74/week @ 2024-04-18 212/week @ 2024-04-25 205/week @ 2024-05-02 161/week @ 2024-05-09 108/week @ 2024-05-16

710 downloads per month
Used in 6 crates (via polkadot-service)

GPL-3.0-only

640KB
7K 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.


lib.rs:

The Rococo runtime for v1 parachains.

Dependencies

~31–48MB
~826K SLoC