-
Notifications
You must be signed in to change notification settings - Fork 122
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(wazero): Add v2 runtime functions #3428
feat(wazero): Add v2 runtime functions #3428
Conversation
f609a18
to
76767e9
Compare
… 0.11.0 (#3441) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… to 10.15.0 (#3439) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….2 (#3440) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7730bf8
to
793d80c
Compare
…e/gossamer into diego/trieV1/runtime-functions
…nto diego/trieV1/runtime-functions
testinput := []string{"dimartiro", "was", "here", "??"} | ||
encInput, err := scale.Marshal(testinput) | ||
require.NoError(t, err) | ||
encInput[0] = encInput[0] >> 1 |
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.
Why do you right shift the first index of encInput
?
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.
Actually a very good question, I based this in the one Elizabeth made for v1. I asked Tim about this right shift a few days ago to see if he knows anything. Will investigate it more about it
…e/gossamer into diego/trieV1/runtime-functions
…e/gossamer into diego/trieV1/runtime-functions
…e/gossamer into diego/trieV1/runtime-functions
Changes
This PR is a continuation of #2664
Changes
ext_trie_blake2_256_root_version_2
ext_trie_blake2_256_ordered_root_version_2
ext_trie_blake2_256_verify_proof_version_2
ext_default_child_storage_root_version_2
ext_storage_root_version_2
Blocked by #3433
Tests
go test -tags integration github.com/ChainSafe/gossamer
Issues
#2418
Primary Reviewer
@timwu20