From 67c2b4ff5e4b25efad8ecefbff29900707855fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= <20141918+eduadiez@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:48:27 +0100 Subject: [PATCH 1/3] Advance manifest to new version: 0.1.2 --- dappnode_package.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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 From 825cb225d29891434fd5bc16de01e8df3ef8c979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= <20141918+eduadiez@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:48:28 +0100 Subject: [PATCH 2/3] Advance compose to new version: 0.1.2 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9d6c962..e6a8b5c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ 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' From 19540ca149ec08d91a73891da04ca6071fcef2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= Date: Thu, 26 Dec 2019 20:43:08 +0100 Subject: [PATCH 3/3] Removed shared volume and bump version --- build/Dockerfile | 4 ++-- docker-compose.yml | 3 --- releases.json | 8 ++++++++ 3 files changed, 10 insertions(+), 5 deletions(-) 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/docker-compose.yml b/docker-compose.yml index e6a8b5c..042331a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,11 +8,8 @@ services: - '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