Skip to content

Commit

Permalink
Bump node images (#260)
Browse files Browse the repository at this point in the history
* bump images

Signed-off-by: georgi-l95 <[email protected]>

* remove evm version

Signed-off-by: georgi-l95 <[email protected]>

Signed-off-by: georgi-l95 <[email protected]>
  • Loading branch information
georgi-l95 authored Jan 20, 2023
1 parent 3554ba6 commit 65a1b70
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ NETWORK_NODE_IMAGE_PREFIX=gcr.io/hedera-registry/
NETWORK_NODE_IMAGE_NAME=main-network-node

#### Image Tags/Hashes ####
NETWORK_NODE_IMAGE_TAG=0.33.2
HAVEGED_IMAGE_TAG=0.33.2
NETWORK_NODE_IMAGE_TAG=0.35.0-alpha.1
HAVEGED_IMAGE_TAG=0.35.0-alpha.1

#### Java Process Settings ####
PLATFORM_JAVA_HEAP_MIN=256m
Expand All @@ -28,7 +28,7 @@ PYTHON_VERSION=python3.7

#### MirrorNode Prefixes & Tags ####
MIRROR_IMAGE_PREFIX=gcr.io/mirrornode/
MIRROR_IMAGE_TAG=0.72.0-rc1
MIRROR_IMAGE_TAG=0.73.0-rc1

#### MirrorNode settings ####
MIRROR_POSTGRES_IMAGE=postgres:13.5-alpine
Expand Down
3 changes: 3 additions & 0 deletions compose-network/network-node/data/config/bootstrap.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ hedera.recordStream.enableTraceabilityMigration=true
hedera.recordStream.compressFilesOnCreation=true
contracts.sidecars=CONTRACT_STATE_CHANGE,CONTRACT_BYTECODE
contracts.precompile.atomicCryptoTransfer.enabled=true
autoCreation.enabled=true
lazyCreation.enabled=true
cryptoCreateWithAliasAndEvmAddress.enabled=true
11 changes: 7 additions & 4 deletions configs/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"maxSizeKb": 2048,
"streamExtension": "rcd.gz",
"sidecarEnabled": true,
"nodeImageTag": "0.33.2",
"havegedImageTag": "0.33.2",
"nodeImageTag": "0.35.0-alpha.1",
"havegedImageTag": "0.35.0-alpha.1",
"uploaderImageTag": "0.7.0",
"mirrorImageTag": "0.72.0-rc1",
"mirrorImageTag": "0.73.0-rc1",
"relayImageTag": "0.15.0",
"mirrorNodeExplorerImageTag": "0.0.1-b01",
"timeout": "180s",
Expand All @@ -31,6 +31,9 @@
"enableTraceabilityMigration": true,
"compressFilesOnCreation": true,
"sidecars": "CONTRACT_STATE_CHANGE,CONTRACT_BYTECODE",
"atomicCryptoTransfer": true
"atomicCryptoTransfer": true,
"autoCreation": true,
"lazyCreation": true,
"cryptoCreateWithAliasAndEvmAddress": true
}
}
8 changes: 4 additions & 4 deletions configs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"maxSizeKb": 2048,
"streamExtension": "rcd.gz",
"sidecarEnabled": true,
"nodeImageTag": "0.31.0",
"havegedImageTag": "0.31.0",
"nodeImageTag": "0.33.3",
"havegedImageTag": "0.33.3",
"uploaderImageTag": "0.7.0",
"mirrorImageTag": "0.69.1",
"relayImageTag": "0.13.0",
"mirrorImageTag": "0.72.0",
"relayImageTag": "0.15.0",
"pythonVersion": "python3.7",
"mirrorNodeExplorerImageTag": "0.0.1-b01",
"transactionMaxBytes": "6144",
Expand Down
8 changes: 4 additions & 4 deletions configs/previewnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"maxSizeKb": 2048,
"streamExtension": "rcd.gz",
"sidecarEnabled": true,
"nodeImageTag": "0.33.2",
"havegedImageTag": "0.33.2",
"nodeImageTag": "0.34.1",
"havegedImageTag": "0.34.1",
"uploaderImageTag": "0.7.0",
"mirrorImageTag": "0.69.1",
"relayImageTag": "0.13.0",
"mirrorImageTag": "0.72.0",
"relayImageTag": "0.15.0",
"pythonVersion": "python3.7",
"mirrorNodeExplorerImageTag": "0.0.1-b01",
"transactionMaxBytes": "6144",
Expand Down
8 changes: 4 additions & 4 deletions configs/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"maxSizeKb": 2048,
"streamExtension": "rcd.gz",
"sidecarEnabled": true,
"nodeImageTag": "0.31.0",
"havegedImageTag": "0.31.0",
"nodeImageTag": "0.33.3",
"havegedImageTag": "0.33.3",
"uploaderImageTag": "0.7.0",
"mirrorImageTag": "0.70.1",
"relayImageTag": "0.13.0",
"mirrorImageTag": "0.72.0",
"relayImageTag": "0.15.0",
"pythonVersion": "python3.7",
"mirrorNodeExplorerImageTag": "0.0.1-b01",
"transactionMaxBytes": "6144",
Expand Down
3 changes: 3 additions & 0 deletions templates/local/bootstrap.template.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ hedera.recordStream.enableTraceabilityMigration={{enableTraceabilityMigration}}
hedera.recordStream.compressFilesOnCreation={{compressFilesOnCreation}}
contracts.sidecars={{sidecars}}
contracts.precompile.atomicCryptoTransfer.enabled={{atomicCryptoTransfer}}
autoCreation.enabled={{autoCreation}}
lazyCreation.enabled={{lazyCreation}}
cryptoCreateWithAliasAndEvmAddress.enabled={{cryptoCreateWithAliasAndEvmAddress}}
{{/features}}

0 comments on commit 65a1b70

Please sign in to comment.