Simon Warta

Results 384 comments of Simon Warta

Right. Saw this too along the way. I deprecated it now.

Contributions are welcome, especially researching what the core problem is here and what the library can do. I'll not work on this myself any time soon.

Sorry for keeping you wait so long. I just wanted to implement this change in a new PR but ran into this upcoming Cosmos SDK change, which opens up a...

From CosmJS 0.30.0 onwards we target es2020 and make use of BigInt in more and more places. Happy to hear that there are solutins emerging for the React Native ecosystem.

`wasmer::MemoryView::read` and `wasmer::MemoryView::write` implemented via `volatile_memcpy_read` and `volatile_memcpy_write` do this in recent versions of Wasmer. Thank you!

Given that the current base denom system is already a decimal (e.g. uatom = 0.000001 ATOM), this change would create two levels of decimals (ATOM -> uatom -> fraction of...

I don't know. Signature verification errors can have a lot of different causes. You can try DirectSecp256k1Wallet instead of Secp256k1Wallet to see if it works with direct sign mode instead...

> Would it be enough for [artifacts](https://docs.rs/wasmer-engine/2.3.0/wasmer_engine/trait.Artifact.html) to tell you how much memory they consume? I'd love to switch the entire caching from `Module`s to `Artifact`s. In this case only...

As part of [this discussion](https://github.com/wasmerio/wasmer/discussions/3829) during our Wasmer 2.3 -> Wasmer 4 upgrade it turned out that a given `Module` instance can be instantiated with a new store **as long...

> I'm still running into a `memory access out of bounds` error when applying this approach in my complex system. We had this too. The trick is you need to...