Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: continue MerkleTreejs feat #31

Merged
merged 1 commit into from
Dec 24, 2023
Merged

Conversation

olivmath
Copy link
Owner

update: rename and update merkle root benchmark tests for support new compatibility with merkletreejs #21

@olivmath olivmath added the refactor Improve code, Does not affect any features label Dec 24, 2023
@olivmath olivmath self-assigned this Dec 24, 2023
@olivmath olivmath merged commit 8f0aaf8 into main Dec 24, 2023
3 of 4 checks passed
@olivmath olivmath deleted the update/benchmark-tests branch December 24, 2023 19:22
result = "8e92f7efa075e532b920ef39adb04a0147ac84d99315584dbd2a1cb868019c35"
assert tree.root == result
result = "b46bf20bce2aafc0abe89f56509648c98fbad9f969d12869b40b4472845e2318"
assert tree.root.hex() == result

Check notice

Code scanning / Bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Note test

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
result = "e66024476f6ef8f431f07dca6ea0d10dd904dda4b47488a49e75f8671ba733ee"
assert tree.root == result
result = "fc0bdf832532d9d94510c8643720f63f22db9996f07965e1d1da9fb0d3fd7144"
assert tree.root.hex() == result

Check notice

Code scanning / Bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Note test

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
@olivmath olivmath changed the title update: continue PR #29 update: continue MerkleTreejs feat Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Improve code, Does not affect any features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant