Skip to content
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

Script Execution - Async/Await support #2589

Merged
merged 1 commit into from
Mar 4, 2020
Merged

Script Execution - Async/Await support #2589

merged 1 commit into from
Mar 4, 2020

Conversation

yann300
Copy link
Collaborator

@yann300 yann300 commented Feb 7, 2020

This is done by running the script inside a dedicated plugin instead of using the npm module vm-browserify.
For the moment we loose support for Web3 Provider. This will be added in the next PR.

Important note, the plugin runs in the same domain as the app, we need to evaluate whether we really want that. Having a separate domain is ofc possible but require more devops and maintenance.

@yann300 yann300 force-pushed the vmSandbox branch 5 times, most recently from af9ae5d to 5329c10 Compare February 11, 2020 09:45
@yann300 yann300 force-pushed the vmSandbox branch 4 times, most recently from 652199f to 7fc5ec0 Compare March 2, 2020 17:14
@yann300 yann300 removed the WIP label Mar 2, 2020
@yann300 yann300 force-pushed the vmSandbox branch 2 times, most recently from ca7bf6e to b3dd967 Compare March 3, 2020 08:41
@yann300 yann300 merged commit be3eeb8 into master Mar 4, 2020
@yann300 yann300 deleted the vmSandbox branch March 4, 2020 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants