serialize partial_fee into string (#4898)

* serialize partial_fee into string

* implement deserialize

* bump version
This commit is contained in:
Xiliang Chen
2020-02-13 01:16:00 +13:00
committed by GitHub
parent b3cf97940c
commit 35b5cdd29b
4 changed files with 52 additions and 50 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 216,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
};