-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Begin implementing storage miner #61
Conversation
3a18c08
to
0fe19dd
Compare
5904920
to
d1c8870
Compare
91bcebf
to
d0cbf02
Compare
|
||
log.Info("Trying to connect to full node RPC") | ||
|
||
api, err := lcli.GetAPI(cctx) // TODO: consider storing full node address in config |
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.
+1 on this TODO
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.
This is going to be a bit tricky, I think we can handle this later - #76
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.
LGTM, i like how easy it is to break this up. We probably will want to use the same tactic to break things up even a little more down the road
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.
LGTM, ship it!
#36