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

Feature merkle trie proof #6

Merged
merged 5 commits into from
Jul 22, 2024

Conversation

sircoon4
Copy link

@sircoon4 sircoon4 commented Jul 17, 2024

  • Added merkle trie inclusion proof for libplanet as precompiled contract.
  • Included tests for 4 success cases and 4 failure(return false) cases.

@sircoon4 sircoon4 changed the title Feature merkel trie proof Feature merkle trie proof Jul 17, 2024
core/vm/contracts.go Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
Copy link

@eseiker eseiker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with some comments

@sircoon4
Copy link
Author

@eseiker
I moved the libplanet package location and followed a convention for RequiredGas.

Copy link
Member

@ost006 ost006 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eseiker eseiker merged commit 46f5a36 into planetarium:main Jul 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants