-
Notifications
You must be signed in to change notification settings - Fork 339
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: time based settlements #1711
Conversation
a6a3748
to
8433d93
Compare
d86278f
to
324133d
Compare
8433d93
to
7c9719d
Compare
cd54501
to
e9e591b
Compare
a101ae8
to
951b3a8
Compare
pkg/debugapi/router.go
Outdated
|
||
router.Handle("/settlements/{peer}", jsonhttp.MethodHandler{ | ||
"GET": http.HandlerFunc(s.peerSettlementsHandler), | ||
router.Handle("/pseudosettlements", jsonhttp.MethodHandler{ |
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.
Let's give this variable (user-exposed) a more proper name. We can leave the internal names at pseudosettlements.
suggestion: timesettlements
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.
done
9df590e
to
12ba9ea
Compare
12ba9ea
to
ee8fff0
Compare
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. Reviewed together with @anatollupacescu .
This change is