Files
pezkuwi-subxt/polkadot/validation
Bastian Köcher eefbaffe4f Be specific about the BitVec generic arguments (#830)
* Be specific about the `BitVec` generic arguments

Currently we use the default generic arguments for `BitVec`. This means
we use `BigEndian` and `u8`. These default values are not stable, with
`0.17` of the `BitVec` crate this changes. To make sure we don't break
anything in the future, make sure we explictly set the generics.

* Update `spec_version`
2020-02-10 10:32:34 +01:00
..
2020-02-09 17:50:17 +01:00
2019-02-26 16:04:05 +00:00

= Polkadot Validation

placeholder
//TODO Write content :) (https://github.com/paritytech/polkadot/issues/159)