-
create a tutorial for a wallet/dapp developer to use CosmJS and accepts an account address for some network (probably Cosmos Hub). What are the necessary steps to query that user account and see that …
okwme updated
3 years ago
-
Seems like the version 7 has `gamm.MsgCreatePool` message type completely removed.
Without this structure the node wouldn't be able to return/decode the old data. It would be also problematic for …
-
**Describe the bug**
Hi, apologies in advance if the answer to my question is trivial but I don't have any experience with gRpc and protobufs.
What I would like to achieve is:
- Simulate an err…
-
I suggest that we add another parameter to ALL querys, using which you can execute queries not automatically to the current blockheight but to a lower blockheight.
This needs an archive node, since…
-
macOS Monterey (12.3) here- installing fails:
```
$ go install github.com/fullstorydev/grpcui/cmd/grpcui@latest
# golang.org/x/sys/unix
../../go/pkg/mod/golang.org/x/sys@v0.0.0-20200331124033-c3…
-
rel: https://zube.io/oursky/likecoin-chain/c/242
-
From https://developers.google.com/protocol-buffers/docs/proto3#json
> If the Any contains a value that has a special JSON mapping, it will be converted as follows: {"@type": xxx, "value": yyy}. Ot…
-
on cmd/serve.go: (line 84)
https://github.com/philips/grpc-gateway-example/blob/master/cmd/serve.go#L84
` dcreds := credentials.NewTLS(&tls.Config{
ServerName: demoAddr,
RootCAs: demoCertP…
-
## Describe the bug
When a request is canceled—either due to manual intervention or connectivity issues—while waiting for a response from one of the following endpoints: `/api/v1/task/classificatio…
-
### Before Creating the Bug Report
- [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions).
- [X] I have …