Bump codec (#786)

* Bump codec

* Fix tests
This commit is contained in:
Gav Wood
2018-09-21 17:16:15 +02:00
committed by GitHub
parent b7d095a2e0
commit f71200ee3c
49 changed files with 130 additions and 128 deletions
@@ -76,7 +76,7 @@ fn system_digest_item_encoding() {
// type = DigestItemType::AuthoritiesChange
1,
// number of items in athorities set
3, 0, 0, 0,
12,
// authorities
10, 0, 0, 0,
20, 0, 0, 0,
@@ -95,7 +95,7 @@ fn non_system_digest_item_encoding() {
// type = DigestItemType::Other
0,
// length of other data
3, 0, 0, 0,
12,
// authorities
10, 20, 30,
]);