decred / dcrtime

Decred anchored timestamp client, proxy, and server.
ISC License
28 stars 23 forks source link

filesystem: lookup in previous not anchored dirs. #75

Closed amass01 closed 3 years ago

amass01 commented 3 years ago

This commit fixes an issue which was reported on matrix - where digests from previous not anchored yet cycles returned 'doesn't exists' even though the digest existed but as part of previous cycle.

Matrix discussion

lukebp commented 3 years ago

@amassarwi this needs test coverage for this bug before it can be merged.

amass01 commented 3 years ago

@lukebp surething

amass01 commented 3 years ago

@lukebp added test coverage.

You could cherry-pick https://github.com/decred/dcrtime/pull/75/commits/79dcca38c588267418651dfbca2800da4cefa89f and see it's failing on master.

amass01 commented 3 years ago

@lukebp updated