Daniel Farina

Results 27 issues of Daniel Farina

#### System information Osmosis version: latest from cloning repo OS & Version: OSX - Monterrey 12.3 (21E230) #### Expected behaviour ``` make build make install ``` should install the binary...

T:bug ๐Ÿ›

I think this is a great opportunity to add multi language support after the refactoring is done. We donโ€™t have to translate everything right away but having the language files...

enhancement

I'm starting this issue to discuss and brainstorm ideas that will further decentralize our frontend application. ### Multiple nodes per chain Currently the frontend relies on network information stored here:...

enhancement
design ๐ŸŽจ
icebox

This change on the codegen scripts allows adding default servers on this openapi swagger file which will be used on the official docs. closes #2979

T:build

Openapi spec files supports specifying servers, it would be useful to add the mainnet/testnet servers to to our swagger docs by default in order to make a working swagger ui...

This PR will close #809. - Allows overwriting Osmosis chain config with custom parameters set on a .env configuration file. They are only overwriten when present.

testnet ๐Ÿฆบ
developer-qol ๐Ÿ’ป

It seems Keplr extension is using `https://rpc-test.osmosis.zone/` instead of `https://rpc.testnet.osmosis.zone` which is currently blocking local environments from running queries against it due to CORS restrictions when selecting osmosistestnet default available...

bug
keplr-extension

Hello Keplr Team! I'm trying to figure out why [testnet.osmosis.zone ](https://testnet.osmosis.zone/)does not work on mobile and after much debugging I ended up with this error from my mobile device. {code:...

bug
keplr-mobile

For example when I get error code 81057 as shown here ![image](https://user-images.githubusercontent.com/13665117/43683739-c95858b2-985f-11e8-956c-e14c886ecc05.png) I would like to know what other errors are possible.

## Objective The project is looking to migrate from NextAuth to Supabase Auth for handling user authentication. This change aims to leverage Supabase Auth's features and streamline our backend services....

help wanted