This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ♻️ Add some extra validation for verify_query_keys function in the SMT - Also refactor verify function of SMT to reduce the number of loops * ♻️ Refactor code to reduce the number of loops in the verify function * ♻️ Fix some bugs and rename function name * ♻️ Edit based on the last commit of the verify function in LIP39 * ♻️ Edit to use binary_path as the key of the queries HashMap * ✅ Add a new test for the verify function of SMT * ♻️ Fix some bugs * ♻️ Refactor to return Result instead of tuple * ✅ Add a new unit test for verify_and_prepare_proof_map - Also edit to optimize initialize HashMap * ♻️ Refactor for optimization - Also remove duplicate unit test * ♻️ Fix clippy error * ♻️ Add verify function in the unit test
- Loading branch information