Aleksandr Bezobchuk

Results 47 issues of Aleksandr Bezobchuk

Currently the SS layer has zero explicit caching (the underlying DB itself may of course cache but that is opaque to us). This issue is to mainly explore if we...

C:Store

This issue is to mainly track the requirements needed in order to integrate store v2 into the wider SDK framework. I.e. replace store v1 usage with store v2 usage. This...

C:Store

The Rust implementation to https://github.com/osmosis-labs/osmosis/pull/1645

I'm not sure if this was the intended functionality, but when it comes to JSON marshaling a struct which contains an embedded struct(s), the resulting JSON output is not directly...

Currently, the `TestPruning` in the PM package sets sync=true for both SS and SC, meaning each prune is executed synchronously. We should either refactor OR introduce a new sync=false test,...

C:Store

With https://github.com/cosmos/cosmos-sdk/pull/19012, we removed all `KVStore` implementations and the type itself. There may be a need for certain KVStore `implementations`. The `KVStore` type itself may still be defined in server/v2,...

C:Store

Move away from Netlify and to GitHub pages, where we deploy via github actions on a dedicated branch, perhaps `gh-pages` branch. /cc @marbar3778 @helder-moreira

Implement a page to view "teams". Although Atlas does not currently treat a "team" as a first-class citizen, we can have a page where we list all modules published by...

Not necessary for the MVP, but it would be beneficial for a registered module to document it's (versioned) dependencies.

We probably won't need this in the beginning, especially before having any meaningful usage data. But it is something to keep in mind as the service gains traction and use....