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

Initial implementation #2

Merged
merged 1 commit into from
Apr 26, 2022
Merged

Initial implementation #2

merged 1 commit into from
Apr 26, 2022

Conversation

agaffney
Copy link
Contributor

No description provided.

Copy link
Member

@wolf31o2 wolf31o2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, but it can be addressed in a second pass.

NetworkMagic uint32 `yaml:"networkMagic" envconfig:"NODE_NETWORK_MAGIC"`
Address string `yaml:"address" envconfig:"NODE_ADDRESS"`
Port uint `yaml:"port" envconfig:"NODE_PORT"`
SocketPath string `yaml:"socketPath" envconfig:"NODE_SOCKET_PATH"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should use the "standard" Cardano variables, IMO... CARDANO_NODE_SOCKET_PATH is used in the upstream scripts. If we're going to have environment variables, they might as well match what the entrypoint scripts do in the cardano-submit-api image.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@agaffney agaffney merged commit 2835312 into main Apr 26, 2022
@agaffney agaffney deleted the feature/initial branch April 26, 2022 23:04
@wolf31o2 wolf31o2 mentioned this pull request Apr 28, 2022
@wolf31o2 wolf31o2 linked an issue Jan 20, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create initial framework
2 participants