65 releases (38 major breaking)

40.0.0 Jan 7, 2025
39.0.5 Dec 20, 2024
39.0.2 Oct 9, 2024
39.0.0 Jul 18, 2024
2.0.0-alpha.5 Mar 24, 2020

#924 in Magic Beans

Download history 89281/week @ 2024-09-28 99443/week @ 2024-10-05 99913/week @ 2024-10-12 111022/week @ 2024-10-19 87455/week @ 2024-10-26 119348/week @ 2024-11-02 94766/week @ 2024-11-09 88181/week @ 2024-11-16 92894/week @ 2024-11-23 74453/week @ 2024-11-30 104030/week @ 2024-12-07 77979/week @ 2024-12-14 24744/week @ 2024-12-21 37712/week @ 2024-12-28 71589/week @ 2025-01-04 110190/week @ 2025-01-11

253,829 downloads per month
Used in 731 crates (541 directly)

Apache-2.0

1.5MB
26K SLoC

Runtime Modules shared primitive types.

License: Apache-2.0

Release

Polkadot SDK Stable 2412


lib.rs:

Substrate Runtime Primitives.

This crate, among other things, contains a large library of types and utilities that are used in the Substrate runtime, but are not particularly FRAME-oriented.

Block, Header and Extrinsics

Most notable, this crate contains some of the types and trait that enable important communication between the client and the runtime. This includes:

Runtime API Types

This crate also contains some types that are often used in conjuncture with Runtime APIs. Most notable:

  • ApplyExtrinsicResult, and DispatchOutcome, which dictate how the client and runtime communicate about the success or failure of an extrinsic.
  • transaction_validity, which dictates how the client and runtime communicate about the validity of an extrinsic while still in the transaction-queue.

Dependencies

~15–28MB
~447K SLoC