Allow spending all available gas. (#2947)

* Allow spending all gas.

* Bump node runtime version
This commit is contained in:
Sergei Pepyakin
2019-06-25 17:05:48 +02:00
committed by Gavin Wood
parent 846941550d
commit 183931a8a2
3 changed files with 55 additions and 20 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 97,
impl_version: 99,
spec_version: 98,
impl_version: 100,
apis: RUNTIME_API_VERSIONS,
};