Skip to content

Commit

Permalink
Updated config for build 6b1a810a33
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-dtk committed May 8, 2020
1 parent cd96917 commit 1e53422
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions cmds/bootstrap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
ipv4_address: 172.20.0.10

generate-raw-addresses:
image: techbureau/catapult-tools-private:gcc-master-8ff8de46c0
image: techbureau/catapult-tools-private:gcc-master-6b1a810a33
command: bash -c "/bin-mount/generate-raw-addresses-if-needed 53 /addresses/raw-addresses.txt /addresses/addresses.yaml"
volumes:
- ../../bin/bash:/bin-mount
Expand All @@ -64,8 +64,8 @@ services:
build:
context: ../../ruby
dockerfile: Dockerfile-dev
# command: bash -c "sleep infinity"
command: bash -c "/bin-mount/wait /addresses/addresses.yaml && /usr/app/bin/generate-and-write-configurations.rb /addresses/addresses.yaml /config-build /nemesis && touch /state/configs-generated"
command: bash -c "sleep infinity"
# command: bash -c "/bin-mount/wait /addresses/addresses.yaml && /usr/app/bin/generate-and-write-configurations.rb /addresses/addresses.yaml /config-build /nemesis && touch /state/configs-generated"
volumes:
- ../../bin/bash:/bin-mount
- ../../ruby:/usr/app
Expand Down
2 changes: 1 addition & 1 deletion cmds/bootstrap/dockerfiles/catapult/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM techbureau/catapult-server-private:gcc-master-8ff8de46c0
FROM techbureau/catapult-server-private:gcc-master-6b1a810a33
ADD ./userconfig /userconfig
2 changes: 1 addition & 1 deletion cmds/bootstrap/dockerfiles/nemgen/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM techbureau/catapult-tools-private:gcc-master-8ff8de46c0
FROM techbureau/catapult-tools-private:gcc-master-6b1a810a33
ADD ./userconfig /userconfig
6 changes: 1 addition & 5 deletions ruby/Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM techbureau/catapult-tools-private:gcc-master-8ff8de46c0
FROM techbureau/catapult-tools-private:gcc-master-6b1a810a33
RUN apt update
RUN apt install -y ruby
# for debug
Expand All @@ -19,8 +19,4 @@ RUN bundle install
# when dbugging this will be mounted
RUN rm -rf /usr/app/*

# TEMP
COPY catapult.tools.linker /usr/catapult/bin/catapult.tools.linker
RUN chmod 755 /usr/catapult/bin/catapult.tools.linker


Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ maxMosaicAtomicUnits = 9'000'000'000'000'000
totalChainImportance = {{total_chain_importance}}
minHarvesterBalance = 500
maxHarvesterBalance = 50'000'000'000'000

harvestBeneficiaryPercentage = 10
harvestNetworkPercentage = 5
harvestNetworkFeeSinkPublicKey = FF5563F1C5824EE0CD868799FBE8744B46D5549973FDA499939C952D951494E4

blockPruneInterval = 360
maxTransactionsPerBlock = 6'000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ maxMosaicAtomicUnits = 9'000'000'000'000'000
totalChainImportance = {{{total_chain_importance}}}
minHarvesterBalance = 500
maxHarvesterBalance = 50'000'000'000'000

harvestBeneficiaryPercentage = 10
harvestNetworkPercentage = 5
harvestNetworkFeeSinkPublicKey = FF5563F1C5824EE0CD868799FBE8744B46D5549973FDA499939C952D951494E4

blockPruneInterval = 360
maxTransactionsPerBlock = 6'000
Expand Down

0 comments on commit 1e53422

Please sign in to comment.