Simon Warta
Simon Warta
The optional chaining operator should be available starting from Node.js 14 (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining#browser_compatibility). Not sure what the issue is. Can you explain more what you are trying to do? What is...
CosmJS 0.34 required node.js 18 CosmJS 0.35 required node.js 20 So optional chaining should be natively available in all supported environments. If you are still experiencing this issue feel free...
Libsodium was refactored away which is great. Thanks everyone for those efforts! I don't see how a pure-JS implementation of Argon2 can ever give us sufficient speed for production grade...
To make users' lives easier after this change, I think it would be great if TypeScript offered a way to narrow down `Uint8Array` to e.g. `Uint8Array`. Use case is: I...
Can you share the full error message? Error sdk/7 is probably this one: ```go // ErrInvalidAddress to doc ErrInvalidAddress = errorsmod.Register(RootCodespace, 7, "invalid address") ``` Not sure what it means...
On which chains do you have this problem? The error is returned if the account does not exist in the auth module
Last time I tried we ran into issues because of the dependency of the crypto module. I have not checked the lastest versions of the library yet.
CosmJS was pretty much unmaintained/unfunded for the last two years. This change very recently. I will include this work in the next release.
An updates version of this PR was merged in #1698 using noble-curves. Thank you
The commit cab1af03797ebbe5d9eaed6ea85d49cb4fc5b584 contains copies of a lot of dependencies. This is not needed and should not be done. Did you setup git-lfs? See also https://github.com/cosmos/cosmjs/blob/main/HACKING.md#checking-out-code. We need to ensure...