Skip to content

Conversation

@emizzle
Copy link
Collaborator

@emizzle emizzle commented Apr 15, 2018

  • embark upload now builds and deploys contracts before uploading to the specified platform.
  • embark upload now has an option for --logFile so that it can be passed in to build.
  • Swarm.deploy and IPFS.deploy functions now return a Promise for better bubbling of errors and messages (@iurimatias - will this cause any conflicts with plugin dev? Possibly might require the embark.registerUploadCommand to pass in a callback that returns a Promise?)
  • Fixes issues with the test_app test.js not working properly.
  • Removed duplicated code to build and deploy contracts and replaced with a call to the build function.
  • Updated upload functions to use async exec and removed returns from the callbacks.

emizzle added 5 commits April 15, 2018 20:30
…/test.html

 
* Updated build to include deployment of contracts 
* updated the plugin uploadCmd to be a Promise for better bubbling of errors and messaging.
* updated test.js imports so functionality works correctly.
…with a call to the build function.

* Updated upload functions to use async `exec` and removed returns from the callbacks.
@iurimatias iurimatias merged commit 39c7e3c into develop Apr 16, 2018
@emizzle emizzle deleted the bug_fix/build-before-upload-fixed branch April 17, 2018 03:50
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