Allow retract_tip on tip_new (#6511)

* Allow `retract_tip` on `tip_new`

* initial migration code

* test migration

* make pub

* bump spec
This commit is contained in:
Shawn Tabrizi
2020-06-29 15:59:32 +02:00
committed by GitHub
parent 749cc1fd34
commit 2e2af4b05a
5 changed files with 194 additions and 15 deletions
+2 -2
View File
@@ -97,8 +97,8 @@ 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: 254,
impl_version: 1,
spec_version: 255,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};