diff --git a/build/Dockerfile b/build/Dockerfile index e5d78b0..3e5a7cc 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -#FROM trustlines/tlbc-node:release20421 -FROM trustlines/tlbc-node@sha256:c78147db3f7e477c9462f41f7f4de0dd6c738089abda771b55799df66c5da4e4 +#FROM trustlines/tlbc-node:release21542 +FROM trustlines/tlbc-node@sha256:2fb59b66785682d5b2507a9b540df8f4e7544ed6e535f46aa916e3f02e95c06a ENTRYPOINT /home/parity/parity_wrapper.sh --parity-args ${PARITY_ARGS} \ No newline at end of file diff --git a/dappnode_package.json b/dappnode_package.json index e5fec8b..35c065f 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "trustlines.dnp.dappnode.eth", - "version": "0.1.0", - "upstreamVersion": "release20421", + "version": "0.1.2", + "upstreamVersion": "release21542", "shortDescription": "Financial inclusion through OS decentralized systems", "description": "Trustlines node to participate and securitize the network.\n\nValidators should install the Validator package http://my.dappnode/#/installer/trustlines-validator.dnp.dappnode.eth instead of this one.\n\nThe Trustlines Protocol aims to provide the service of “transfer of value” without actually transferring value. This can be accomplished by leveraging networks of mutual-trust. The Trustlines Protocol is being built to support a range of use cases by leveraging existing networks of mutual trust and mapping trust-based relationships onto trustless infrastructure", "type": "service", @@ -17,7 +17,9 @@ "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)" ], - "categories": ["Blockchain"], + "categories": [ + "Blockchain" + ], "links": { "homepage": "https://trustlines.network", "readme": "https://github.com/dappnode/DAppNodePackage-trustlines#readme", @@ -32,9 +34,11 @@ "url": "https://github.com/dappnode/DAppNodePackage-trustlines/issues" }, "license": "GPL-3.0", - "runOrder": ["trustlines.dnp.dappnode.eth","trustlines-monitor.dnp.dappnode.eth"], - "dependencies" : { - "trustlines-monitor.dnp.dappnode.eth":"latest" + "runOrder": [ + "trustlines.dnp.dappnode.eth", + "trustlines-monitor.dnp.dappnode.eth" + ], + "dependencies": { + "trustlines-monitor.dnp.dappnode.eth": "latest" } -} - +} \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 9d6c962..042331a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,18 +1,15 @@ version: '3.4' services: trustlines.dnp.dappnode.eth: - image: 'trustlines.dnp.dappnode.eth:0.1.0' + image: 'trustlines.dnp.dappnode.eth:0.1.2' build: ./build ports: - '30302:30302' - '30302:30302/udp' volumes: - 'tlbc:/data' - - 'shared:/shared' environment: - PARITY_ARGS= restart: unless-stopped volumes: tlbc: {} - shared: - name: trustlines_shared diff --git a/releases.json b/releases.json index ddd7142..b79cb20 100644 --- a/releases.json +++ b/releases.json @@ -6,5 +6,13 @@ "dappnode": "Thu, 21 Nov 2019 14:25:22 GMT" }, "link": "http://my.dappnode/#/sdk/publish/r=trustlines.dnp.dappnode.eth&v=0.1.0&h=%2Fipfs%2FQmSdXygPbVWFc6mMWQStkkqxDRHgiAyW8Ubcp9koyk8yxt&d=0xF35960302a07022aBa880DFFaEC2Fdd64d5BF1c1" + }, + "0.1.1": { + "hash": "/ipfs/QmaUbGt8G9ocoUiMMKa4gxk5quTHQJwxT83YgW7tTcrCfP", + "type": "directory", + "uploadedTo": { + "dappnode": "Mon, 09 Dec 2019 15:48:13 GMT" + }, + "link": "http://my.dappnode/#/sdk/publish/r=trustlines.dnp.dappnode.eth&v=0.1.1&h=%2Fipfs%2FQmaUbGt8G9ocoUiMMKa4gxk5quTHQJwxT83YgW7tTcrCfP" } } \ No newline at end of file