Commit Graph

5 Commits

Author SHA1 Message Date
Stanislav Tkach 158ff12710 Remove duplicated '.idea' entry from the gitignore (#322) 2019-07-10 11:14:58 +01:00
Gav Wood 6332a2780f Remove runtime (again) 2019-05-15 22:24:24 +02:00
Andrew Jones 0a25c425b0 Egress queue validation in runtime (#155)
* Add fn to validate egress routes

* Add blank tests

* Reject routing to non existent parachains

* Reject if routing to self

* Reject if egress route parachain ids out of order

* Extract method for checking egress routes

* Reject empty egress routes

* Extract test method

* Generate empty trie root constant in build script

* Remove unwraps

* Hardcode EMPTY_TRIE_ROOT and add test to verify

* Const not pu
2019-02-25 13:44:35 -05:00
Andrew Jones 7a619ea222 Rename polkadot-consensus -> polkadot-validation (#151)
* Initial rename of consensus -> validation

* Rename crate imports

* network: rename consensus to validation

* network: rename consensus in comments and logs

* Grumbles

* Rename tests consensus -> validation
2019-02-21 14:00:06 -05:00
Robert Habermeier f85fcd4fc2 get building 2018-08-15 13:40:46 +02:00