Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}
20 changes: 12 additions & 8 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,7 +17,9 @@
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
],
"categories": ["Blockchain"],
"categories": [
"Blockchain"
],
"links": {
"homepage": "https://trustlines.network",
"readme": "https://github.com/dappnode/DAppNodePackage-trustlines#readme",
Expand All @@ -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"
}
}

}
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}