Skip to content
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

DEV_MODE needs to be set to true in the local node. #456

Open
ebadiere opened this issue Dec 5, 2023 · 0 comments
Open

DEV_MODE needs to be set to true in the local node. #456

ebadiere opened this issue Dec 5, 2023 · 0 comments
Assignees
Labels
Bug An error that causes the feature to behave differently than what was expected based on design.
Milestone

Comments

@ebadiere
Copy link
Contributor

ebadiere commented Dec 5, 2023

Description

Currently the local node is meant for iterative development and CI, and DEV_MODE is set to false. DEV_MODE needs to be set to true in order for contract revert reasons to be returned to the test app.

Steps to reproduce

  1. The current .env file has RELAY_DEV_MODE set to false
  2. Once the local node is started you can get into the container and verify that DEV_MODE is set to false.
    docker exec -it <container ID> /bin/bash
    env
REDIS_URL=redis://127.0.0.1:6379
HOSTNAME=0c651e8c172a
LOCAL_NODE=true
FEE_HISTORY_MAX_RESULTS=10
DEV_MODE=false
YARN_VERSION=1.22.19
OPERATOR_ID_MAIN=0.0.2...

Additional context

No response

Hedera network

other

Version

v2.16.0

Operating system

macOS

@ebadiere ebadiere self-assigned this Dec 5, 2023
@ebadiere ebadiere added the Bug An error that causes the feature to behave differently than what was expected based on design. label Dec 5, 2023
@ebadiere ebadiere added this to the 2.17.0 milestone Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An error that causes the feature to behave differently than what was expected based on design.
Projects
Status: No status
1 participant