Adds a session getter to historical proofs (#5125)

* Adds a session getter to historical proofs

* Bump spec_version

* Adds some useful trait derives to Proof
This commit is contained in:
Gavin Wood
2020-03-05 13:37:59 +01:00
committed by GitHub
parent ddbcefe928
commit 91b44299d8
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 229,
spec_version: 230,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};