Simon Warta

Results 115 issues of Simon Warta

Hello everyone! I just tested keystation together with https://wallet.cosmostation.io/ I was very confused about the HD derivation path that is used. For Cosmos Hub, the path should be `m/44'/118'/0'/0/0`, so...

bug

In https://github.com/evmos/ethermint/blob/main/proto/ethermint/crypto/v1/ethsecp256k1/keys.proto we have ``` // PubKey defines a type alias for an ecdsa.PublicKey that implements // Tendermint's PubKey interface. It represents the 33-byte compressed public // key format. ```...

I'm not sure to what degree this is expected, but if I enable the `std` feature in argon2, it pulls in a random number generator via `getrandom`. This is unfortunately...

Unfortunately this seems to be causing installation issues.

This is what https://github.com/paulmillr/noble-hashes uses too and we want to use noble hashes. I guess applications can transpile this down to their supported target lists anyways.

Right now, the types are marked as not supported on chan ([authz messages](https://github.com/cosmos/cosmjs/blob/1499c4d1004b1ee483dfd85fddbc31c32b8a6864/packages/stargate/src/modules/authz/aminomessages.ts#L5-L7) / [feegrant messages](https://github.com/cosmos/cosmjs/blob/1499c4d1004b1ee483dfd85fddbc31c32b8a6864/packages/stargate/src/modules/feegrant/aminomessages.ts#L5-L6)). Once Cosmos SDK 0.46 is out, Amino JSON signing for those types can be...

cosmos-sdk-0.47-🤟
authz

The textual implementtion is tracked in https://github.com/cosmos/cosmos-sdk/issues/11970. This is the CosmJS implementation including shared test vectors. Note to SDK developers: heavy rebasing is happening here. Be warned.

High level roadmap of bigger topics we want to get done over the course of Q2/Q3 (unsoted): - [ ] Implement Sign mode textual (Cosmos SDK 0.47 or later) -...

meta 🪆