Facundo Medica
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...
## 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...
When a code is scanned, I want to know what format it is.
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...
## 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...
## 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...
## 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...