Skip to content

Commit 064f7c9

Browse files
authored
Merge pull request #12 from compojoom/update_1.4.1
Update tlbc image to release27370
2 parents 4a4b281 + 6c48ebe commit 064f7c9

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# DAppNodeSDK release directories
22
build_*
3+
/.idea

build-node/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM trustlines/tlbc-node:release24493
1+
FROM trustlines/tlbc-node:release27370
22

33
WORKDIR /config/custom/keys/tlbc
44

55
ADD start_trustlines.sh /usr/local/bin/start_trustlines
66

7-
ENTRYPOINT ["start_trustlines"]
7+
ENTRYPOINT ["start_trustlines"]

build-node/start_trustlines.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if [ "$ROLE" == "validator" ]; then
2626
echo "#####################################################################################################"
2727
while true; do sleep 5; done
2828
else
29-
/home/parity/parity_wrapper.sh --role $ROLE --address $ADDRESS --parity-args $PARITY_ARGS
29+
/home/openethereum/client_wrapper.sh --role $ROLE --address $ADDRESS --client-args $CLIENT_ARGS
3030
fi
3131
else
32-
/home/parity/parity_wrapper.sh --role $ROLE --parity-args $PARITY_ARGS
33-
fi
32+
/home/openethereum/client_wrapper.sh --role $ROLE --client-args $CLIENT_ARGS
33+
fi

dappnode_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trustlines.dnp.dappnode.eth",
33
"version": "1.0.0",
4-
"upstreamVersion": "release21542",
4+
"upstreamVersion": "release27370",
55
"shortDescription": "Financial inclusion through OS decentralized systems",
66
"description": "Trustlines node to participate and securitize the network.\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",
@@ -35,4 +35,4 @@
3535
"url": "https://github.com/dappnode/DAppNodePackage-trustlines/issues"
3636
},
3737
"license": "GPL-3.0"
38-
}
38+
}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- ROLE=observer
88
- ADDRESS=
99
- PASSWORD=
10-
- PARITY_ARGS=
10+
- CLIENT_ARGS=
1111
restart: unless-stopped
1212
ports:
1313
- "30302"

0 commit comments

Comments
 (0)