Robert Zaremba

Results 81 issues of Robert Zaremba

Let's say we use comments to group sql queries Example ``` -- file user.sql --- UPDATE QUERIES --- --name: EmailUpdate UPDATE users SET email = $1 where user_id = $2...

## Description Text `math.Uint` serialization doesn't work because YAML marshaler is not implemented. When someone will try to run YAML marshaler, it won't print `Uint` fields. In this PR I'm...

T: Bug
C:Types
backport/0.45.x
backport/0.46.x

## Problem Definition Cosmos SDK v0.46 introduced Genesis Txs check in genutil/CollectTx: https://github.com/cosmos/cosmos-sdk/pull/11500/files#diff-2229579c6bd4f3a72250a8aff043a3a0580097d284535719d08b0ea1bbfcbab5R114 This check was previously performed only in ValidateGenesis - called through `app validate-genesis` CLI. Adding it to...

C:x/genutil

### Is your feature request related to a problem? Please describe. It's easier to take care about code quality while developing, then doing later a big update. ### Describe the...

Status: Nice To Have
Type: CI

## Summary Our custom App Module type and Configurator doesn't have any benefits compared to the SDK 0.46 App Module. Let's remove it and migrate fully to SDK Module manager....

Scope: types
Type: Refactor

## Summary Orijtech created [bencher](https://dashboard.github.orijtech.com/) for Cosmos SDK based chains. The mission of that system is to help the Cosmos projects to run automatic benchmark and present performance regression in...

Status: Ice Box
Type: CI

### Is your feature request related to a problem? Please describe. DID is getting more and more adoption. Many blockchains already registered it's name. We should register regen. ### Describe...

Status: Ice Box

### Is your feature request related to a problem? Please describe. Currently we store most of the credit class and credit batch information in a `metadata`. However for analytics and...

Status: Ice Box
Scope: x/ecocredit

Currently we are using Apache-2 license which is a very good, general purpose open source license. Apache-2 is a permissive license, grants use rights, including right to relicense (allows proprietization)....

Status: Ice Box