Skip to content

Commit

Permalink
Merge branch 'master' of github.com:maiavictor/swarm-js
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTaelin committed Jul 13, 2017
2 parents 7284fe1 + fdfc179 commit e53f2d5
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 195 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const config = {
dataDir: process.env.HOME + "/Library/Ethereum/swarm-js",

// Path where geth.ipc is (that file is created when you start geth)
ethApi: process.env.HOME + "/Library/Ethereum/geth.ipc",
ensApi: process.env.HOME + "/Library/Ethereum/geth.ipc",

// Path where the swarm binary is (if there is nothing on this path, swarm-js
// will safely download and place it there). Add `.exe` to the end if you're
Expand Down
28 changes: 14 additions & 14 deletions archives/archives.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,66 +2,66 @@
"windows-amd64": {
"archive": "swarm-windows-amd64-1.6.7.exe",
"binaryMD5": "c2d827dc4553d9b91a7d6c1d5a6140fd",
"archiveMD5": "87c663113223ec417ed2d435609b1447"
"archiveMD5": "059196d21548060a18a12e17cc0ee59a"
},
"linux-amd64": {
"archive": "swarm-linux-amd64-1.6.7",
"binaryMD5": "85002d79b8ebc2d2f2f10fb198636a81",
"archiveMD5": "2f8f362f224bb74e72502823ae0f20e4"
"archiveMD5": "3e8874299ab8c0e3043d70ebb6673879"
},
"linux-386": {
"archive": "swarm-linux-386-1.6.7",
"binaryMD5": "35bc2ab976f60f96a2cede117e0df19d",
"archiveMD5": "826e35d63e6276944a9f40c55370ff66"
"archiveMD5": "7868a86c9cbdf8ac7ac2e5682b4ce40f"
},
"darwin-amd64": {
"archive": "swarm-darwin-amd64-1.6.7",
"binaryMD5": "c499b186645229260dd6ab685dd58f07",
"archiveMD5": "3feefb2f8989a0aa88f6b07da5144fdc"
"archiveMD5": "0794d111e5018eac3b657bcb29851121"
},
"linux-arm5": {
"archive": "swarm-linux-arm5-1.6.7",
"binaryMD5": "516fcd85246c905529442cd9b689c12f",
"archiveMD5": "77461fcef8de0b3b4974de9c3d54298a"
"archiveMD5": "47312708d417cb196b07ba0af1d3abb4"
},
"linux-arm6": {
"archive": "swarm-linux-arm6-1.6.7",
"binaryMD5": "82ff7bdbe388b4a190f4101c5150d3b4",
"archiveMD5": "7acb464cf5f66f9742fda75a7d20cfce"
"archiveMD5": "350276de7bb175a15c314cfc4cb7f8fd"
},
"linux-mips": {
"archive": "swarm-linux-mips-1.6.7",
"binaryMD5": "e1e95280441c0ca35633927792ef5317",
"archiveMD5": "7178f9df0d30c5c4e57c15c2c6810dbc"
"archiveMD5": "8fb4b64e94cd73aa718db787b9d4c53e"
},
"linux-arm7": {
"archive": "swarm-linux-arm7-1.6.7",
"binaryMD5": "bfc0b4d1c86d8a975af052fc7854bdd3",
"archiveMD5": "d8d8d9f221190afa4ee2f32cc1eb2156"
"archiveMD5": "4378641d8e1e1fbb947f941c8fca8613"
},
"linux-arm64": {
"archive": "swarm-linux-arm64-1.6.7",
"binaryMD5": "bbac21a6c6fa8208f67ca4123d3f948a",
"archiveMD5": "3c19130d4d3c4e7896a84b238b28be3c"
"archiveMD5": "4e503160327c5fbcca0414f17c54e5ee"
},
"linux-mipsle": {
"archive": "swarm-linux-mipsle-1.6.7",
"binaryMD5": "a82f191b2f9d2c470d0273219c820657",
"archiveMD5": "4f5f0b987c7fffd4df95e3c01489ef1e"
"archiveMD5": "3016bdb6d237ae654c0cdf36fe85dc7c"
},
"windows-386": {
"archive": "swarm-windows-386-1.6.7.exe",
"binaryMD5": "ce0b34640642e58068ae5a359faef102",
"archiveMD5": "3b53d814fda6a165804fb68352488448"
"archiveMD5": "640aede4da08a3a9d8a6ac0434ba7c0f"
},
"linux-mips64": {
"archive": "swarm-linux-mips64-1.6.7",
"binaryMD5": "9da967664f384817adb5083fd1ffe8f1",
"archiveMD5": "50f782198602b1866df76f7c17df58bc"
"archiveMD5": "357a33be470f8f89ba2619957a08deff"
},
"linux-mips64le": {
"archive": "swarm-linux-mips64le-1.6.7",
"binaryMD5": "ec1abcf7b216e87645ec83954d8344cd",
"archiveMD5": "7e8511756864b5f2031d25c88d45dfe0"
"archiveMD5": "a81fd0158190d99813c738ffa4f87627"
}
}
}
Loading

0 comments on commit e53f2d5

Please sign in to comment.