mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 21:49:26 +00:00
Add notes to the runtime
This commit is contained in:
@@ -70,8 +70,10 @@ use opaque::SessionKeys;
|
|||||||
#[sp_version::runtime_version]
|
#[sp_version::runtime_version]
|
||||||
pub const VERSION: RuntimeVersion = RuntimeVersion {
|
pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||||
spec_name: create_runtime_str!("serai"),
|
spec_name: create_runtime_str!("serai"),
|
||||||
|
// TODO: "core"?
|
||||||
impl_name: create_runtime_str!("turoctocrab"),
|
impl_name: create_runtime_str!("turoctocrab"),
|
||||||
authoring_version: 1,
|
authoring_version: 1,
|
||||||
|
// TODO: 1? Do we prefer some level of compatibility or our own path?
|
||||||
spec_version: 100,
|
spec_version: 100,
|
||||||
impl_version: 1,
|
impl_version: 1,
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
|
|||||||
Reference in New Issue
Block a user