Skip to content

Commit

Permalink
Bump network image and mirror node image versions (#376)
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <[email protected]>
  • Loading branch information
natanasow authored Aug 8, 2023
1 parent 86cc538 commit 3d343ca
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
3 changes: 2 additions & 1 deletion compose-network/network-node/config.multinode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ app, HederaNode.jar
address, 0, n0, node0, 1, 172.27.0.3, 50111, 172.27.0.3, 50111, 0.0.3
address, 1, n1, node1, 1, 172.27.0.11, 50111, 172.27.0.11, 50111, 0.0.4
address, 2, n2, node2, 1, 172.27.0.12, 50111, 172.27.0.12, 50111, 0.0.5
address, 3, n3, node3, 1, 172.27.0.13, 50111, 172.27.0.13, 50111, 0.0.6
address, 3, n3, node3, 1, 172.27.0.13, 50111, 172.27.0.13, 50111, 0.0.6
nextNodeId, 5
3 changes: 2 additions & 1 deletion compose-network/network-node/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
###############################################################################################
swirld, hedera
app, HederaNode.jar
address, 0, n0, node0, 1, network-node, 50111, network-node, 50111, 0.0.3
address, 0, n0, node0, 1, network-node, 50111, network-node, 50111, 0.0.3
nextNodeId, 1
13 changes: 7 additions & 6 deletions configs/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"maxSizeKb": 2048,
"streamExtension": "rcd.gz",
"sidecarEnabled": true,
"nodeImageTag": "0.40.1",
"havegedImageTag": "0.40.1",
"nodeImageTag": "0.41.0-alpha.3",
"havegedImageTag": "0.41.0-alpha.3",
"uploaderImageTag": "0.7.0",
"mirrorImageTag": "0.85.0-rc2",
"relayImageTag": "0.28.0-rc3",
"mirrorNodeExplorerImageTag": "23.5.0",
"mirrorImageTag": "0.86.0-beta1",
"relayImageTag": "0.29.1",
"mirrorNodeExplorerImageTag": "23.7.0",
"timeout": "180s",
"pythonVersion": "python3.7",
"transactionMaxBytes": "30720",
Expand All @@ -28,6 +28,7 @@
"hbarLimitDuration": "60000",
"blockRangeLimit": "2000",
"features": {
"atomicCryptoTransfer": true
"atomicCryptoTransfer": true,
"eip2930": true
}
}
3 changes: 2 additions & 1 deletion configs/post-0.40-config.multinode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ app, HederaNode.jar
address, 0, n0, node0, 1, 172.27.0.3, 50111, 172.27.0.3, 50111, 0.0.3
address, 1, n1, node1, 1, 172.27.0.11, 50111, 172.27.0.11, 50111, 0.0.4
address, 2, n2, node2, 1, 172.27.0.12, 50111, 172.27.0.12, 50111, 0.0.5
address, 3, n3, node3, 1, 172.27.0.13, 50111, 172.27.0.13, 50111, 0.0.6
address, 3, n3, node3, 1, 172.27.0.13, 50111, 172.27.0.13, 50111, 0.0.6
nextNodeId, 5
3 changes: 2 additions & 1 deletion configs/post-0.40-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
###############################################################################################
swirld, hedera
app, HederaNode.jar
address, 0, n0, node0, 1, network-node, 50111, network-node, 50111, 0.0.3
address, 0, n0, node0, 1, network-node, 50111, network-node, 50111, 0.0.3
nextNodeId, 1
1 change: 1 addition & 0 deletions templates/local/bootstrap.template.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ balances.exportPeriodSecs={{exportPeriodSecs}}
files.maxSizeKb={{maxSizeKb}}
{{#features}}
contracts.precompile.atomicCryptoTransfer.enabled={{atomicCryptoTransfer}}
hedera.transaction.eip2930.enabled={{eip2930}}
{{/features}}
3 changes: 2 additions & 1 deletion templates/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ useLoopbackIp, false
waitAtStartup, false
jasperDb.iteratorInputBufferBytes, 16777216
prometheusEndpointEnabled, true
transactionMaxBytes, {{transactionMaxBytes}}
transactionMaxBytes, {{transactionMaxBytes}}
event.creation.maxCreationRate, 20

0 comments on commit 3d343ca

Please sign in to comment.