-
Notifications
You must be signed in to change notification settings - Fork 34
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: implement querying for commit hash and proofs #156
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, two minor comments!
store/rootmulti/store.go
Outdated
@@ -567,19 +570,37 @@ func (rs *Store) getStoreByName(name string) types.Store { | |||
// TODO: add proof for `multistore -> substore`. |
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.
Lets update the godoc for the proofs
special case?
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.
Wdym by that exactly? Updating the method comment or anything else?
godoc
seems to be deprecated: https://pkg.go.dev/golang.org/x/tools/cmd/godoc
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.
Going to merge, will update this in another PR if I didn't get it right
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.
Oh, it just means adding a comment about the function for any exported token.
Theres sites that auto-compile this into a docs site. https://godocs.io/github.com/osmosis-labs/osmosis
Context
osmosis-labs/osmosis#1137
Sample Query: