Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

example(run-in-electron): update to latest electron 2.0, electron-rebuild 1.7.2 #1351

Merged
merged 1 commit into from
May 23, 2018

Conversation

leo6104
Copy link
Contributor

@leo6104 leo6104 commented May 12, 2018

Use electron 2.0 latest version for semver versioning & few updates on Node JS compatibility.

With Electron 2.0, npm start electron console print the messages.

Swarm listening on /ip4/127.0.0.1/tcp/4003/ws/ipfs/QmX8WSZZ3q1f8CCg4kenTvoT84j5rp6jcyhwE4ytkGkPVt
Swarm listening on /ip4/127.0.0.1/tcp/4002/ipfs/QmX8WSZZ3q1f8CCg4kenTvoT84j5rp6jcyhwE4ytkGkPVt
Swarm listening on /ip4/192.168.25.7/tcp/4002/ipfs/QmX8WSZZ3q1f8CCg4kenTvoT84j5rp6jcyhwE4ytkGkPVt
{ id: 'QmX8WSZZ3q1f8CCg4kenTvoT84j5rp6jcyhwE4ytkGkPVt',
  publicKey: 'CAASpgIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCik4bdmt8Dj9luRgSSi5dejX2Uc3HpUkVmBzXmioEn69Int8fBN7E2OudyhmyE/OBbApWUbMBGBUbqDbmDwjcdXKaJQDBb6LLtNyakU+uwndqONalxaDAcxT7Kfi4+TnQrQe1/F4y7q+y6ntf78f+uqHPjPHM0astfeqUaB9ULIjNewaLezBWuBQ1D87KXoiv4V9xNGnPAU9egK5VRSU1HW+M9yTBJBG1OJ0UK1Y3s908XZufTENDWdnpZGvNKqiIKesQ3oAJ+1aAYLtPFVJj3k+vDbEu88FNJ3UO8z3o5kC5V7vnwAAKgqrtEwuVSsNLBizGI7xqYaNAZCJvStuE7AgMBAAE=',
  addresses:
   [ '/ip4/127.0.0.1/tcp/4002/ipfs/QmX8WSZZ3q1f8CCg4kenTvoT84j5rp6jcyhwE4ytkGkPVt',
     '/ip4/127.0.0.1/tcp/4003/ws/ipfs/QmX8WSZZ3q1f8CCg4kenTvoT84j5rp6jcyhwE4ytkGkPVt',
     '/ip4/192.168.25.7/tcp/4002/ipfs/QmX8WSZZ3q1f8CCg4kenTvoT84j5rp6jcyhwE4ytkGkPVt' ],
  agentVersion: 'js-ipfs/0.28.2',
  protocolVersion: '9000' }

issue #843
ipfs/notes#256

@@ -2,8 +2,6 @@

> This example is heavily inspired by [electron-quick-start](https://github.com/electron/electron-quick-start).

**DISCLAIMER:** This example is still a work in progress, it currently doesn't work due to the usage of native dependencies that Electron is not supporting.
Copy link
Member

@daviddias daviddias May 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exciting that it now works on Electron Main Process as well!

ipfs/notes#256

@daviddias daviddias closed this May 15, 2018
@daviddias daviddias reopened this May 15, 2018
@ghost ghost assigned daviddias May 15, 2018
@ghost ghost added the status/in-progress In progress label May 15, 2018
@leo6104
Copy link
Contributor Author

leo6104 commented May 16, 2018 via email

@daviddias daviddias merged commit fe51c47 into ipfs:master May 23, 2018
@ghost ghost removed the status/in-progress In progress label May 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants