-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
Depends on: #110 |
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.
mostly LGTM, had one blocking question though
// TODO: make the timeout configurable | ||
time.Sleep(10 * time.Second) |
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.
what is this for?
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.
Just to keep a delay between the different calls to querying 2/3. I wanna change it with a ticker, what do you think? every 10sec
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.
I see, a ticker could be more explicit yeah, but can certainly be done outside of this PR and not the highest priority as you've indicated
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.
# Conflicts: # relayer/relayer.go
@evan-forbes Can you re-approve please? just resolved the conflicts |
Overview
Closes #90
Contributes to: #108
Checklist