-
Notifications
You must be signed in to change notification settings - Fork 4
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: parameters upgrade #31
Conversation
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
staker/types.go
Outdated
@@ -464,6 +462,19 @@ func parseWatchStakingRequest( | |||
currentParams *cl.StakingParams, | |||
network *chaincfg.Params, | |||
) (*stakingRequestedEvent, error) { | |||
// TODO: This check re-implements whole babylon validation logic. We should |
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.
Maybe add "Todo(konrad)", I feel like only putting "todo" gets lost quickly and setting your name/username next to it adds move ownership that this will eventually get done
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.
good point!
Actually I would go a step forward and say that every todo should have format //TODO(link_to_issue)
.
Created #32 and will link it there.
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.
Great work!
Note: merge only after babylonlabs-io/babylon#45 is merged