-
Notifications
You must be signed in to change notification settings - Fork 480
Implement MVP for new off-chain testing engine #712
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 2 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
a693a0b
Add `engine` crate
cmichi e3ea5e4
Add `env_types` crate
cmichi eff3ada
Adapt `env`, `lang` and `storage`
cmichi da08ba7
Adapt examples
cmichi def45c2
Adapt CI
cmichi 3956a2c
Symlink license and readme
cmichi a0012e9
Throw `TypedEncoded` out of `engine`
cmichi 606c69b
Improve Erc20
cmichi 6850b4b
Merge branch 'master' into cmichi-implement-new-offchain-engine-mvp
cmichi 9c5f2ba
Bump versions to rc3
cmichi cc8143d
Fix clippy error: Manual implementation of `Option::map` (#717)
edab873
Implement comments
cmichi 340185d
Merge branch 'master' into cmichi-implement-new-offchain-engine-mvp
cmichi cb54a77
Fix yml
cmichi 0e0c044
Improve structure
cmichi be2b598
Add tests
cmichi 02be20c
Merge branch 'master' into cmichi-implement-new-offchain-engine-mvp
cmichi 46adef3
Fix function signature
cmichi 1caada4
Get rid of `engine`s singleton
cmichi 8a2831a
Revert instantiate stuff
cmichi c8117a9
Implement review comments
cmichi da71eea
Make `Storage` non-generic
cmichi b8ba878
Merge branch 'master' into cmichi-implement-new-offchain-engine-mvp
cmichi b81e4c2
Improve API for emmitted events
cmichi bff4609
Migrate to `panic_any`
cmichi 655b425
Merge branch 'master' into cmichi-implement-new-offchain-engine-mvp
cmichi 63da646
Clean up import
cmichi 813301e
Import `panic_any`
cmichi c651d53
Merge branch 'master' into cmichi-implement-new-offchain-engine-mvp
cmichi 8391f8c
Implement comments
cmichi 863628d
Fix param
cmichi b5c3688
Use type
cmichi eafe7ac
Store balances in chain storage
cmichi 8f64f38
Fix tests
cmichi 68734c8
Use individual storage per contract
cmichi 35dd9e6
Implement comments
cmichi 8fec9ae
Merge branch 'master' into cmichi-implement-new-offchain-engine-mvp
cmichi 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
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.
Uh oh!
There was an error while loading. Please reload this page.