Cleanup shreds to remove FirstShred data structure (#5789)

* Cleanup shreds to remove FirstShred data structure

* Also reduce size used by parent slot information in shred header

* clippy

* fixes

* fix chacha test
This commit is contained in:
Pankaj Garg
2019-09-04 21:06:47 -07:00
committed by GitHub
parent 7062fe4b47
commit f78b865cba
6 changed files with 122 additions and 193 deletions

View File

@@ -153,7 +153,7 @@ mod tests {
hasher.hash(&buf[..size]);
// golden needs to be updated if blob stuff changes....
let golden: Hash = "EdYYuAuDPVY7DLNeCtPWAKipicx2KjsxqD2PZ7oxVmHE"
let golden: Hash = "HVUt3uy4it4NgbGgYiG9C3gnvxDCzkgqwzzSCM9N4sSt"
.parse()
.unwrap();