jamescowens / Gridcoin-Research

Gridcoin-Research
MIT License
2 stars 0 forks source link

Add superblock WellFormed() and GetHash() methods #30

Closed cyrossignol closed 5 years ago

cyrossignol commented 5 years ago

Cherry-picking superblock improvements that support ValidateSuperblock() and some other minor superblock enhancements.

Note: I reordered NN::QuorumHash before NN::Superblock in superblock.h because the superblock class needs the definition to allow for the hash caching.

jamescowens commented 5 years ago

Excellent.