Facundo Medica

Results 29 issues of Facundo Medica

## Description In this PR we go for an extension interface approach. Would like to get some feedback (especially in names, I suck at naming stuff) :) Previous PR: https://github.com/cosmos/cosmos-sdk/pull/12700...

C:x/staking
C:x/gov
C:x/slashing
C:x/distribution
C:x/mint
C:x/bank
C:x/params
C:x/crisis
C:x/auth
C:x/evidence
C:x/upgrade
C:x/feegrant
C:x/capability
C:x/genutil
C:x/authz
C:x/group
C:x/nft

## 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:x/distribution
Type: Build

When a code is scanned, I want to know what format it is.

enhancement
help wanted
good first issue

I suspect it's because `onPause` isn't called on Flutter apps when rotating the screen.

Adding 3 simple tests that will fail if any new change makes the current situation with concurrency worse. These 3 always fail if the fast node is enabled (can be...

## Description This PR adds a `spendable-balances` to x/bank's queries. Questions: 1. Should we move this command under `balances` and activate it with a bool flag (`--only-spendable`)? This would invalidate...

C:CLI
C:x/bank
T:Sprint

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

T: Audit
T:Sprint
R:Twilight

## Summary When a chain halts we need to get as much information as possible and as easy as possible. ## Problem Definition Currently, the usual way to debug a...

tooling
T: Dev UX

## Summary Add benchmarks that run queries against a pre-defined data directory in order to know wether a PR results in an improvement or deterioration in performance. ## Problem Definition...

T: Tests