Description
Summary of Bug
int64
range : -2^63
to 2^63-1
uint64
range: 0
to 2^64-1
https://github.com/cosmos/cosmos-sdk/blob/main/x/auth/keeper/grpc_query.go#L22-L38
Here we are converting (ingnoring -ve values) the int64
values to uint64
, that limits the range to 0 to 2^63-1
Version
main