Ezequiel Raynaudo

Results 15 comments of Ezequiel Raynaudo

Seems that gh cannot show the link to the conversation properly, here's the original comment on that PR: > That means we need to create a new connection for each...

Hi, I was able to reproduce the issue on macos 12.5. The fix for me was to simply click on `Always allow` when keychain prompt asks for my password.

Is there really something that can be done in cosmos side ? IMO since this is a backend issue, you either change your OS' config or type the passwords each...

One idea, is to just avoid calling this two functions together: https://github.com/cosmos/cosmos-sdk/blob/184235e1a8a0bf922d729c7b3dbca70c92637187/crypto/keyring/keyring.go#L524 and https://github.com/cosmos/cosmos-sdk/blob/184235e1a8a0bf922d729c7b3dbca70c92637187/crypto/keyring/keyring.go#L539 I think that if we create a function `GetAll()` that uses `MatchLimitAll` like [here](https://github.com/cosmos/keyring/blob/35d2f7c47fadac2d9e0a9b2322d0dccb451b35d9/keychain.go#L259) and since...

Seems that is not possible, at least on macos: https://github.com/mogol/flutter_secure_storage/issues/70#issuecomment-518850439 I'll keep looking for another alternative that doesn't involve too much of a refactor

ok, I found an easy way to reduce to a half the times the password gets prompted. Since the [MigrateAll](https://github.com/cosmos/cosmos-sdk/blob/e380239e3bded0b559f52e6fd09421415a4dbc21/crypto/keyring/keyring.go#L873) function does fairly the same process regarding keychain queries as...

> @JulianToledano could you enable the maintainers to update your branch to latest?otherwise we are playing a chasing game with you updating the pr Should we add you as collaborators...

> I've recently almost entirely scrubbed the usage of the global config away from client (#17503) except for ledger, that requires `GetFullBIP44Path`. Where would this be defined if we remove...