[Backport] Version bumps and prdoc reorg from 1.10.0 (#4052)

This PR backports `spec_version`, `node_version` bumps and reordering of
the prdocs from the 1.10.0 release branch
This commit is contained in:
Egor_P
2024-04-10 08:30:00 +02:00
committed by GitHub
parent 2d927b0772
commit ddb53c87f5
50 changed files with 16 additions and 18 deletions
@@ -134,7 +134,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("contracts-rococo"),
impl_name: create_runtime_str!("contracts-rococo"),
authoring_version: 1,
spec_version: 1_009_000,
spec_version: 1_010_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,