This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Contract signatures checking #478
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9d0f6d1
Convert T in vm::Ext to a associated type
pepyakin e4a855f
WIP
pepyakin 7c0f06a
Fix BTreeMap
pepyakin 7eed7d6
Extract prepare module from vm.
pepyakin def291f
Move tests as well.
pepyakin ffcf8d7
Fix doc comment.
pepyakin b0e02cc
macro for env defintion
pepyakin 38e165b
Fix prepare tests.
pepyakin c7eb9b9
Clean up
pepyakin 3265ba3
Renamings
pepyakin f56a0d8
Refactor scan_imports
pepyakin 85d2946
Improve docs
pepyakin 0214dc3
Docs.
pepyakin 591421f
Add some tests for sandbox module
pepyakin 65d5530
Clean up
pepyakin fce6c8f
Use Error::Instantiate instead of ::Deserialize
pepyakin 227ef5f
Add test for imports
pepyakin 82f030e
Add wrong sig import
pepyakin 1f7845a
Clean up
pepyakin 0a8858e
Rebuild binaries.
pepyakin aecdb05
Use "another_module" instead of obscure "vne"
pepyakin 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file modified
BIN
-22.9 KB
(91%)
demo/runtime/wasm/target/wasm32-unknown-unknown/release/demo_runtime.compact.wasm
Binary file not shown.
Binary file modified
BIN
-23 KB
(90%)
demo/runtime/wasm/target/wasm32-unknown-unknown/release/demo_runtime.wasm
Binary file not shown.
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
Oops, something went wrong.
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 is the test that actually ensures that libsandbox actually doesn't care of signatures.