-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: add datalayer
connection
#91
feat: add datalayer
connection
#91
Conversation
Thanks for the PR. I see there is the details in here for getting the http client for datalayer, etc, but no actual datalayer endpoints. Are you planning to add anything RPC calls to datalayer in this PR? (Farmer, for example: https://github.com/Chia-Network/go-chia-libs/blob/main/pkg/rpc/farmer.go) |
In response, I'd like to clarify that in this PR, I didn't intend to implement any actual RPC calls. However, I realize that I overlooked the inclusion of the |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. One minor (but important) change and I think we can merge
Co-authored-by: Chris Marslender <[email protected]>
In this PR, we aim to add a data layer connection in the
HttpClient
and read thedata_layer
configuration fromchia-config
.