Skip to content

feat: enabled mirror node modularized service #1109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ MIRROR_IMPORTER_MEM_LIMIT=768m
MIRROR_REST_MEM_LIMIT=512m
MIRROR_WEB3_MEM_LIMIT=1024m
MIRROR_MONITOR_MEM_LIMIT=512m
MIRROR_WEB3_EVM_MODULARIZEDSERVICES=true
MIRROR_WEB3_EVM_MODULARIZEDTRAFFICPERCENT=1

#### MINIO settings ####
MINIO_ROOT_USER=minioadmin
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ services:
environment:
HEDERA_MIRROR_WEB3_DB_HOST: db
HEDERA_MIRROR_WEB3_EVM_NETWORK: OTHER
HEDERA_MIRROR_WEB3_EVM_MODULARIZEDSERVICES: ${MIRROR_WEB3_EVM_MODULARIZEDSERVICES}
HEDERA_MIRROR_WEB3_EVM_MODULARIZEDTRAFFICPERCENT: ${MIRROR_WEB3_EVM_MODULARIZEDTRAFFICPERCENT}
SPRING_CONFIG_ADDITIONAL_LOCATION: file:/usr/etc/hedera-mirror-web3/
JAVA_TOOL_OPTIONS: "${GRPC_PLATFORM_JAVA_OPTS}"
ports:
Expand Down
Loading