-
Notifications
You must be signed in to change notification settings - Fork 146
feat(lib/runtime/wasmer): implement ext_offchain_local_storage_version_1 #1821
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0f67834
stub Test_ext_offchain_local_storage_clear_version_1
edwardmack 6c45076
add to tests
edwardmack 40f034e
Merge branch 'development' into ed/issue-1794
edwardmack a03fb5d
implement ext_offchain_local_storage_clear_version_1
edwardmack f1f8440
lint
edwardmack 6bc338e
update HOST_API_TEST_RUNTIME_URL to use master branch
edwardmack 6e03813
Merge branch 'development' into ed/issue-1794
noot 6358adf
Merge branch 'development' into ed/issue-1794
noot dbbb87c
Merge branch 'development' into ed/issue-1794
edwardmack c60cd59
Merge branch 'development' into ed/issue-1794
noot 1dc234d
Merge branch 'development' into ed/issue-1794
noot 4a5221a
Merge branch 'development' into ed/issue-1794
noot 3c7d3f1
Merge branch 'development' into ed/issue-1794
noot 7d2b39f
Merge branch 'development' into ed/issue-1794
noot 3afc258
Merge branch 'development' into ed/issue-1794
noot 8085aef
Merge branch 'development' into ed/issue-1794
edwardmack 24302c7
handle merge conflicts
edwardmack 52f27a3
Merge branch 'development' into ed/issue-1794
noot 5f1554f
Merge branch 'development' into ed/issue-1794
edwardmack cd21203
update wasm url
edwardmack 5ee00b8
Merge branch 'development' into ed/issue-1794
edwardmack f065500
update host runtime url
edwardmack 9ba77ed
Merge branch 'development' into ed/issue-1794
edwardmack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
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.
This will need to be updated right?
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.
Yes, updated to specific commit.