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

Add travis file #4

Merged
merged 8 commits into from
Aug 21, 2018
Merged

Add travis file #4

merged 8 commits into from
Aug 21, 2018

Conversation

amaury1093
Copy link

@amaury1093 amaury1093 commented Aug 17, 2018

Add travis integration to build the binaries.

Workflow:

PR progress:

  • Build linux binaries (AppImage, .tar.xz, .snap)
  • Build mac binaries (.pkg)
  • Build windows binaries (.exe)

axelchalon and others added 8 commits August 2, 2018 17:46
* Use persistent storage for webviews

* Update .gitlab-ci.yml

enable gitsync

* Retrieve dapp token internally

* Remove shell_requestNewToken RPC method. The token must be retrieved internally (by importing DappsRequestsStore in Parity UI), this way we can be sure that the appId is coming from a trusted source. The token, along with the appId, are now passed as query string parameters to the dapp (and to subsequent pages during in-dapp navigation)
* Use new version of @parity/api stripped of shell_requestNewToken methods that are now unused
* Use synchronous blocking methods in preload.js to maximize chances of web3/parity/ethereum objects being available directly to the dapp, before its own js executes.
* Remove: getLocalDappsPath as it is not used in electron/index.js
* Remove: utils/paths.js as getLocalDappsPath not used anywhere else
Update to latest electron-builder
@amaury1093 amaury1093 changed the title [WIP] Add travis file Add travis file Aug 20, 2018
@ewaldhesse ewaldhesse merged commit a11bf3d into energywebfoundation:master Aug 21, 2018
@amaury1093 amaury1093 deleted the am-travis branch August 21, 2018 13:11
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.

5 participants