Aleksandr Bezobchuk

Results 47 issues of Aleksandr Bezobchuk

Implement the initial CLI command functionality. Initially it should support primitive functionality such as being able to view accounts, keys, status, send txs, and interact with the rest of the...

pre-release

The spec and scope of this is very much up in the air, but we will need a light client implementation similar to the one for Gaia.

pre-release
spec

Hello! I've been reading through the documentation and various examples extensively, but have been having trouble getting an example working with using TLS over TCP as the transport and PAIR...

Not sure if this is a configuration error, but when trying to add this action to my workflow, I get the following error: ``` go env GOPATH failed to initialize...

type: imperfection

More of a question/feature request. Have tools like OpsGenie and PagerDuty been explored as options for alerting? Many operators may use these tools to integrate with existing tooling such as...

improvement
postponed

## Description Document the store specification. 👉 [RENDERED](https://github.com/cosmos/cosmos-sdk/blob/bez/store-spec/docs/spec/store/README.md) 👈 TODO: Determine what to do with: * docs/core/store.md * store/README.md All of these documents have strong overlap with each other. I...

T: Docs
spec
C:Store

## Description ref: #13905 /cc @dwedul-figure Notes: * I don't understand why we need `MigrateGenState` (cc @dwedul-figure). There should never be a need to modify **_genesis_** state for new code....

C:x/bank
backport/v0.47.x

## Context Error registration in modules has proven to be pretty cumbersome, e.g. needing to avoid certain integers. ## Proposal There are two proposals floating around: 1. Use gRPC [error...

T: Dev UX
C:errors

Audit changes in `x/bank` (https://github.com/cosmos/cosmos-sdk/compare/release/v0.46.x...release/v0.47.x)

C:x/bank
T:Sprint
R:Twilight

## Summary This issue is meant to outline all the necessary checks and QA items for the next Cosmos SDK release -- Eden (v.50). ## Major Changes * ABCI++ 2.0...

T:Epic