Unverified Commit 141227b1 authored by Demi Obenour's avatar Demi Obenour Committed by GitHub
Browse files

Bump ‘spec_version’ in Westend (#1166)

This lets offline signers know that the transaction format has changed,
due to the addition of `transaction_version` to the signed payload.
parent 3a3e79b3
Pipeline #94605 canceled with stages
in 5 minutes and 7 seconds
......@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 11,
spec_version: 2000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment