autometrics-dev / am

Autometrics Companion CLI app
Apache License 2.0
16 stars 2 forks source link

Significant refactor of downloading and verifiying archive #32

Closed hatchan closed 1 year ago

hatchan commented 1 year ago

Fix bug where the BufWriter has not written all the content to disk. Now we wrap writing to disk into a new function that will force a write once the BufWriter is dropped

Reverse check of checksum by serializing to a string instead of decoding the provided checksum