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

no-std rococo-runtime

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

11 major breaking releases

11.0.0 Apr 9, 2024
10.0.0 Mar 19, 2024
9.0.0 Feb 27, 2024
8.0.0 Feb 13, 2024
0.0.0 Nov 21, 2022

#379 in Magic Beans

Download history 72/week @ 2023-12-29 145/week @ 2024-01-05 78/week @ 2024-01-12 106/week @ 2024-01-19 90/week @ 2024-01-26 193/week @ 2024-02-02 349/week @ 2024-02-09 320/week @ 2024-02-16 401/week @ 2024-02-23 222/week @ 2024-03-01 156/week @ 2024-03-08 309/week @ 2024-03-15 273/week @ 2024-03-22 562/week @ 2024-03-29 277/week @ 2024-04-05

1,472 downloads per month
Used in 6 crates (via polkadot-service)

GPL-3.0-only

610KB
6.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.


lib.rs:

The Rococo runtime for v1 parachains.

Dependencies

~32–48MB
~809K SLoC