Brendan Chou
Brendan Chou
**Description** The `max-len` rule doesn't catch too-long lines in some cases. Notably, it seems to only check the first line of a statement, not any other lines of a multi-line...
### Summary Allow for non-sequential `x/auth` sequence numbers. That is, allow sequence numbers to skip values. ### Problem Definition The main issue right now is that sending transactions is a...
# Description The `id` field is [deprecated](https://github.com/cosmos/cosmos-sdk/blob/ca14b2847836ea098c15f691769e7ee6e6026b26/x/auth/keeper/grpc_query.go#L33), so use `account_id` instead which can actually let the query succeed. Lastly, allow the keeper to query accounts by `uint64 number`. This allows...