Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: make gnovm wasm-friendly #1012
feat: make gnovm wasm-friendly #1012
Changes from 4 commits
d87146a
8860136
6ae7488
5b8953d
9f7b4e0
fcb6fdd
7166b65
a626142
ffc6cf0
f2d6709
76a0ec4
f9fe54c
a535c75
0482c08
f75a4f0
c5cc1f4
d63be77
9b83027
2e4a88c
d0c98d1
18609f0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @jaekwon, something seems off here.
GoLevelDB.Has()
is essentially checking ifGoLevelDB.Get()
is notnil
, making this condition alter the function's behavior to panic instead of returning false, specifically when using a particular driver.Would you be alright with removing this code, or do you have a different approach in mind?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR should be ready after resolving this.