Simon Warta
Simon Warta
The signature `export function decodePubkey(pubkey?: Any | null): Pubkey | null {` is not very helpful since the caller always has to handle the null case even if the input...
Implementation for ~https://github.com/CosmWasm/wasmd/issues/942~ https://github.com/CosmWasm/wasmd/pull/1014. The output is available here: https://gist.github.com/webmaster128/e4d401d414bd0e7e6f70482f11877fbe
## Summary of Bug Hi there! I seems like the JSON string in the `tx_result.log` field is wrong. Multiple events get merged together. The issue leads to problems with the...
For testing an `secp256k1_recover_pubkey` implementation (recover pubkey from message and signature), it would be very helpful to have the recovery ID that is available during the signing process. The recovery...
### Describe the bug When using a single long running headless engine in combination with many loads from a file system cache, the memory usage increases constantly. If modules are...
During Wasmer v1 and v2 times we could use [loupe](https://crates.io/crates/loupe) to get the in-memory size of a Module. This is important to us as it allows us to cache as...
When testing CosmJS against a Cosmos SDK simapp 0.50.1 chain, I see a few messages that cannot be signed anmore (e.g. Error sdk/4 _signature verification failed; please verify account number...
I recently started to play with using state-sync to create a fresh node in the Nois testnet. There we observed that applying the last chunk of the snapshot takes approximately...
Over the last couple of months, many users submitted issues or change requests regarding Ethermint support. I am not sure if supporting Ethermint is in scope of this project but...