feat(wasm-dpp): implement asset lock proof bindings#649
Closed
markin-io wants to merge 12 commits into
Closed
Conversation
antouhou
reviewed
Dec 2, 2022
| @@ -0,0 +1,21 @@ | |||
| const { default: loadWasmDpp } = require('../../../dist'); | |||
Contributor
There was a problem hiding this comment.
For the fixtures, I would suggest that if you don't need to make any changes, keep using the old ones. Thay way if something gets updated in the js-dpp it would be instantly reflected in the tests
antouhou
reviewed
Dec 2, 2022
|
|
||
| use state_transition::*; | ||
|
|
||
| mod state_transition; |
Contributor
There was a problem hiding this comment.
I think it would be nice to make it pub mode, so the import path would follow JS file path
qrayven
previously approved these changes
Dec 6, 2022
qrayven
previously approved these changes
Dec 7, 2022
QuantumExplorer
added a commit
that referenced
this pull request
Mar 17, 2026
…ation Bumps grovedb to 80f0093 which adds key_exists_as_boundary_in_proof (PR #649). This allows clients to verify that a pagination cursor key still exists in the tree after verifying a range query proof. New Drive API: Drive::verify_key_exists_as_boundary(proof, path, key, platform_version) Use case: after verifying documents 101-200 from a RangeAfter(cursor) query, the client can check that the cursor document hasn't been deleted between pages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merged
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue being fixed or feature implemented
What was done?
How Has This Been Tested?
Breaking Changes
Checklist:
For repository code-owners and collaborators only