-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Gateway] Implement StakeGateway Message and Add Tests #68
Conversation
2490607
to
ce085b0
Compare
ce085b0
to
c91d50a
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.
Overall LGTM, but I think the big piece is just catching up with the changes I made in the other PR.
@h5law Also note that this is not "Hydration," but this is an implementation of the StakeGateway message. I recommend asking ChatGPT about the difference if you want to learn more. |
@Olshansk have addressed the comments and caught up with #59 only thing I removed one of your helpers in the network test utils, I couldn't get it to work with the types. It only worked for the application genesis state and I couldn't figure out a good way to make it generic without stepping into encoding and decoding |
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 but PTAL at the two tiny comments before merging.
* main: [Miner, Supplier] chore: scaffold submit-proof message (#44) [Application] Implement MsgUnstakeApplication & Add Extensive Tests (#72) [Gateway] Implement UnstakeGateway message and add Tests (#75) [Gateway] Implement StakeGateway Message and Add Tests (#68) [Application] Implement MsgStakeApplication & Add Extensive Tests (#59) [CI] fix: run `make go_mockgen` step (#63)
* feat/observable: chore: last minute improvements chore: review improvements chore: improve comment chore: misc. review feedback improvements chore: improve comments refactor: rename `Observable#Close()` to `#UnsubscribeAll()` chore: improve comments chore: improve comments chore: cleanup, simplification, review improvements [Miner, Supplier] chore: scaffold submit-proof message (#44) [Application] Implement MsgUnstakeApplication & Add Extensive Tests (#72) [Gateway] Implement UnstakeGateway message and add Tests (#75) [Gateway] Implement StakeGateway Message and Add Tests (#68) [Application] Implement MsgStakeApplication & Add Extensive Tests (#59) [CI] fix: run `make go_mockgen` step (#63)
Co-authored-by: DK <[email protected]>
Summary
Human Summary
Issue
Fixes (in part) 19
Type of change
Select one or more:
Testing
make test_all_unit
Sanity Checklist