Skip to content

Commit d79bb6c

Browse files
authored
Merge pull request #6 from dappnode/v0.1.2
v0.1.2 Release
2 parents 1c0ae6e + 19540ca commit d79bb6c

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#FROM trustlines/tlbc-node:release20421
2-
FROM trustlines/tlbc-node@sha256:c78147db3f7e477c9462f41f7f4de0dd6c738089abda771b55799df66c5da4e4
1+
#FROM trustlines/tlbc-node:release21542
2+
FROM trustlines/tlbc-node@sha256:2fb59b66785682d5b2507a9b540df8f4e7544ed6e535f46aa916e3f02e95c06a
33

44
ENTRYPOINT /home/parity/parity_wrapper.sh --parity-args ${PARITY_ARGS}

dappnode_package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trustlines.dnp.dappnode.eth",
3-
"version": "0.1.0",
4-
"upstreamVersion": "release20421",
3+
"version": "0.1.2",
4+
"upstreamVersion": "release21542",
55
"shortDescription": "Financial inclusion through OS decentralized systems",
66
"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",
77
"type": "service",
@@ -17,7 +17,9 @@
1717
"contributors": [
1818
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
1919
],
20-
"categories": ["Blockchain"],
20+
"categories": [
21+
"Blockchain"
22+
],
2123
"links": {
2224
"homepage": "https://trustlines.network",
2325
"readme": "https://github.com/dappnode/DAppNodePackage-trustlines#readme",
@@ -32,9 +34,11 @@
3234
"url": "https://github.com/dappnode/DAppNodePackage-trustlines/issues"
3335
},
3436
"license": "GPL-3.0",
35-
"runOrder": ["trustlines.dnp.dappnode.eth","trustlines-monitor.dnp.dappnode.eth"],
36-
"dependencies" : {
37-
"trustlines-monitor.dnp.dappnode.eth":"latest"
37+
"runOrder": [
38+
"trustlines.dnp.dappnode.eth",
39+
"trustlines-monitor.dnp.dappnode.eth"
40+
],
41+
"dependencies": {
42+
"trustlines-monitor.dnp.dappnode.eth": "latest"
3843
}
39-
}
40-
44+
}

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
version: '3.4'
22
services:
33
trustlines.dnp.dappnode.eth:
4-
image: 'trustlines.dnp.dappnode.eth:0.1.0'
4+
image: 'trustlines.dnp.dappnode.eth:0.1.2'
55
build: ./build
66
ports:
77
- '30302:30302'
88
- '30302:30302/udp'
99
volumes:
1010
- 'tlbc:/data'
11-
- 'shared:/shared'
1211
environment:
1312
- PARITY_ARGS=
1413
restart: unless-stopped
1514
volumes:
1615
tlbc: {}
17-
shared:
18-
name: trustlines_shared

releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,13 @@
66
"dappnode": "Thu, 21 Nov 2019 14:25:22 GMT"
77
},
88
"link": "http://my.dappnode/#/sdk/publish/r=trustlines.dnp.dappnode.eth&v=0.1.0&h=%2Fipfs%2FQmSdXygPbVWFc6mMWQStkkqxDRHgiAyW8Ubcp9koyk8yxt&d=0xF35960302a07022aBa880DFFaEC2Fdd64d5BF1c1"
9+
},
10+
"0.1.1": {
11+
"hash": "/ipfs/QmaUbGt8G9ocoUiMMKa4gxk5quTHQJwxT83YgW7tTcrCfP",
12+
"type": "directory",
13+
"uploadedTo": {
14+
"dappnode": "Mon, 09 Dec 2019 15:48:13 GMT"
15+
},
16+
"link": "http://my.dappnode/#/sdk/publish/r=trustlines.dnp.dappnode.eth&v=0.1.1&h=%2Fipfs%2FQmaUbGt8G9ocoUiMMKa4gxk5quTHQJwxT83YgW7tTcrCfP"
917
}
1018
}

0 commit comments

Comments
 (0)