Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
d12b1f07
Commit
d12b1f07
authored
2 years ago
by
catShaark
Browse files
Options
Download
Email Patches
Plain Diff
debugging code
parent
4a8f8b1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wasmbinding/stargate_whitelist.go
+4
-0
wasmbinding/stargate_whitelist.go
with
4 additions
and
0 deletions
+4
-0
wasmbinding/stargate_whitelist.go
+
4
-
0
View file @
d12b1f07
...
...
@@ -142,6 +142,10 @@ func init() {
g
.
RegisterQueryReponse
((
*
twapquerytypes
.
QueryServer
)(
nil
))
g
.
GRPCQueriesInfo2StargateWhitelist
()
stargateWhitelist
.
Range
(
func
(
key
,
value
any
)
bool
{
fmt
.
Println
(
key
,
reflect
.
TypeOf
(
value
.
(
codec
.
ProtoMarshaler
))
.
String
())
return
true
})
}
// GetWhitelistedQuery returns the whitelisted query at the provided path.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets