MerosCrypto / Meros

An instant and feeless cryptocurrency for the future, secured by the Merit Caching Consensus Mechanism.
https://meroscrypto.io
Other
83 stars 19 forks source link

Add test for verifying hashes during block list sync #295

Closed Vyryn closed 3 years ago

Vyryn commented 3 years ago

Added HashSyncTest, which tests genesis and later blocks hashes are included in a BlockList. Added MultiVerificationTest, which is incomplete. Made Block and Blockchain comparable with == and !=. Corrected a minor comment typo.

kayabaNerve commented 3 years ago

Solves 2 pieces of https://github.com/MerosCrypto/Meros/issues/272.