You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a basic test in server/grpc/server_test.go. I might be a good idea to add a better test: make sure the gRPC query results before and after a tx are not the same.
I was wondering if it's possible querying by height using the gRPC client.
I've seen there's a special header defined here https://github.com/cosmos/cosmos-sdk/blob/master/types/grpc/headers.go
But it does not seem to work with grpc queriers.
Example: https://github.com/cosmos/cosmos-sdk/blob/master/x/bank/keeper/grpc_query.go
The text was updated successfully, but these errors were encountered: