-
Notifications
You must be signed in to change notification settings - Fork 137
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
Handle broken contracts #3482
Handle broken contracts #3482
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 542618d Collapsed results for better readability
|
simpler than manual elaboration construction
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.
Nice!
- call `getType` - save to storage and load back from storage - casting to and from `FungibleToken.Vault`
For anyone looking at this PR: This PR only adds support for the program recovery functionality as a runtime interface function. It does NOT provide an implementation. An implementation of the function is only provided for demonstration / testing purposes in a test case. Merging the PR does not change any behaviour for Cadence programs. |
Work towards #3480
Description
Implements the program recovery as described in FLIP onflow/flips#283
master
branchFiles changed
in the Github PR explorer