antouhou / rs-merkle

The most advanced Merkle tree library for Rust
MIT License
168 stars 45 forks source link

Update sha2 dependency. #17

Closed tmpfs closed 1 year ago

tmpfs commented 1 year ago

For context, I was using rs_merkle fine for a long while and then I needed to add sha2:0.10.6 as a dependency in order to update k256. However, having both sha2:0.10.2 and sha:0.10.6 in the dependency tree was causing some integration tests to become flaky - IDK why exactly.

Updating to latest sha2 in this dependency fixed my problem.

Edit: nope, this wasn't the cause of my flaky tests 😆

Be great if we could land this minor update 🙏

antouhou commented 1 year ago

Yeah, sure thing! Thanks for the PR 👍