Runtime version affinity enabled in transactions. (#384)

* Update to latest substrate

* Update lock

* Introduce tx version check

* Move to release constants

* fixes

* More updates

* More fixes
This commit is contained in:
Gavin Wood
2019-08-19 09:18:03 +02:00
committed by GitHub
parent 742730c865
commit ee630db943
9 changed files with 130 additions and 76 deletions
+1
View File
@@ -243,6 +243,7 @@ mod tests {
type MaximumBlockWeight = MaximumBlockWeight;
type AvailableBlockRatio = AvailableBlockRatio;
type MaximumBlockLength = MaximumBlockLength;
type Version = ();
}
parameter_types! {