Denis Fadeev

Results 72 comments of Denis Fadeev

The `liquidity` proto files are written in a different way and we needed to make sure that code gen works with this style of writing proto files. Right now we...

What would the module list do? Analyze `app.go` dynamically and tell, which modules are installed? Could be useful, perhaps.

@bensooraj I don't see why not! 🙂 Since this is a non-trivial issue (from my perspective), I think the best way to approach this is to make a small PR...

This is an interesting idea, but we'll definitely need to figure out first how to deal with huge genesis files (like the Cosmos Hub one).

Do you think it's possible to use a different function for bech32? (not `AccAddressFromBech32`, maybe the one that doesn't block)

@RaulBernal can you, please, tell us the values of ENV variables you're using, and can you make sure that the account used by the faucet has funds.

Sounds good! The behavior can be the same as in Emeris: you have to click the button to sign in for the first time, upon further page reloads the app...

This is a good idea. We do need a SPI component that lists all the data available through API endpoints and shows this data in a table. Sort of like...

Yes, this will come once we update the frontend. We're working on it 🙂