Crate penpal_runtime

source ·
Expand description

The PenPal runtime is designed as a test runtime that can be created with an arbitrary ParaId, such that multiple instances of the parachain can be on the same parent relay. Ensure that you have enough nodes running to support this or you will get scheduling errors.

The PenPal runtime’s primary use is for testing interactions between System parachains and other chains that are not trusted teleporters.

Modules§

  • Opaque types. These are used by the CLI to instantiate machinery that don’t need to know the specifics of the runtime. They can then be made to be agnostic over specific formats of data like extrinsics, allowing for them to continue syncing the network through upgrades to even the core data structures.
  • Holds the XCM specific configuration that would otherwise be in lib.rs

Structs§

Enums§

Constants§

Traits§

Functions§

  • The version information used to identify this runtime when compiled natively.

Type Aliases§