Alexander Shcherbakov

Results 28 issues of Alexander Shcherbakov

Whenever a trustee account is revoked, all pending entities (accounts, upgrade proposals, root certs, etc.) should be checked whether they have enough approvals. If so, all such entities must be...

enhancement
good first issue
size: M

As a Trustee, I can still vote (approve or reject) for proposals that have already reached a quorum for approvals/reject, so that all Trustees have a chance to vote and...

enhancement
size: L

Recently it was discovered that openapi automatically generated by Starport is not 100% correct, see #264. It would be great to have integration tests making sure that openapi is valid.

enhancement
help wanted
size: L

We need to implement a governance module similar to https://github.com/cosmos/cosmos-sdk/tree/master/x/gov which can be used as a general way for propose-approve by Trustees approach. Propose-approve approach is used in multiple modules,...

**Motivation** It's possible to use gRPC/REST for communication with nodes - query (read requests) via REST (no specific SDK is needed, everything is quite standard) - write requests: generate and...

stateproofs

Once #185 is implemented, a state proof will be returned by gRPC/REST queries. All clients using REST or gRPC need a way to verify the proofs. 1. Find out what...

stateproofs

Cosmos-sdk doesn't return any state proofs in gRPC/REST queries, see https://github.com/cosmos/cosmos-sdk/issues/7036. As REST is supposed to be one of the main ways for communication with nodes, we need to return...

stateproofs

After migration to the latest cosmos-sdk, the CLI doesn't verify state proofs for queries to store even if they are returned. See https://github.com/cosmos/cosmos-sdk/issues/6563. We need to change it, so that...

stateproofs

It should be possible to edit roles in existing accounts by Trustees. Edit means appending new roles, or removing existing roles. A trustee should propose the edit, and a quorum...

enhancement
size: M

Make sure that we can trust a result in cases where multiple results are returned (for example `get-all-models`). **Options** O1: Do not use Cosmos queriers to return multiple entries. Have...

stateproofs