Aleksandr Bezobchuk

Results 47 issues of Aleksandr Bezobchuk

R:Eden
T: Audit

Ref: https://github.com/cosmos/cosmos-sdk/pull/2694#discussion_r239100720 `Coins` should have a generic method that binary searches for a given `Coin`, so things like `AddCoinByDenom` and `SubCoinByDenom` can work more efficiently. /cc @cwgoes ____ #### For...

T: Performance
Type: Code Hygiene

# Description Closes: #XXXX --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...

Type: ADR

# Description Closes: #XXXX --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...

C:Store

## Context In the original store v2 ADR, we proposed functionality for modules to have the ability to directly write and read state that is outside of commitment, e.g. CW...

C:Store

## Context When store v2 nears completion, we'll need to devise a strategy for existing applications to migrate from store v1 to store v2. Specifically, the state that exists in...

C:Store

Add the ability to use `sdkmath.Int` and possibly `sdkmath.LegacyDec` as a key in collections.

C:collections

# Description ## Changelog * Add `VersionExists` method to SS closes: #19091 --- ## Author Checklist *All items are required. Please add a note to the item if the item...

C:Store