Alexander Shcherbakov

Results 28 issues of Alexander Shcherbakov

There are AWS Terraform scripts for Validator node setup (plus optionally sentries and observers), but there is no obvious setup for Observer only mode.

- Currently CLI tests are written in bash. This is not very convenient. - Re-write them in Python or Go. Consider Go and https://github.com/onsi/ginkgo - Example: https://github.com/cheqd/cheqd-node/tree/main/tests/integration

enhancement
good first issue
DCL 1.6

We have docs with CLI commands and REST endpoints for queries. However, some clients may need to work with the Ledger from code (programmatically). In particular, there is no way...

enhancement
size: XL

- Run the tests against the Main Net in read-only mode (see #229) - Analyse results

size: M
loadtests

The error: `post failed: Post "http://localhost:26620": EOF`. This is intermittent issue, not easily reproducible manually. Although it may happen in light_client_proxy integration tests. Usually re-sending the query request helps and...

There is a number of follow-ups and TODOs after update to the latest Cosmos SDK - ~~Update to the latest version of Cosmos SDK and Tendermint (the current on is...