Crate glutton_westend_runtime

source ·
Expand description

§Glutton Westend Runtime

The purpose of the Glutton parachain is to do stress testing on the Kusama network. This runtime targets the Westend runtime to allow development separate to the Kusama runtime.

There may be multiple instances of the Glutton parachain deployed and connected to its parent relay chain.

These parachains are not holding any real value. Their purpose is to stress test the network.

§Governance

Glutton defers its governance (namely, its Root origin), to its Relay Chain parent, Kusama (or Westend for development purposes).

§XCM

Since the main goal of Glutton is solely stress testing, the parachain will only be able receive XCM messages from the Relay Chain via DMP. This way the Glutton parachains will be able to listen for upgrades that are coming from the Relay chain.

Modules§

Macros§

Structs§

Enums§

Constants§

Traits§

  • Complex storage builder stuff.
  • A trait that is able to provide randomness.
  • A trait for working with macro-generated storage values under the substrate storage API.

Functions§

Type Aliases§

Attribute Macros§

  • This attribute can be used to derive a full implementation of a trait based on a local partial impl and an external impl containing defaults that can be overridden in the local impl.