Nick Hynes

Results 61 comments of Nick Hynes

Cool, makes sense. > methods for loading a fd of the type func_ref into the anyfunc table Hmm, are these functions actually required? What if the funcref described by the...

w.r.t. the above comment, the current proposal does not relate to storage. However, I agree that exposing the MKVS in the blockchain module is very appropriate. > smart contract are...

Thanks for the comment; you raise some very pertinent questions. However, I think that your perspective misses that abstractions like WASI foster productive platform and developer ecosystems. For example, although...

Thanks. Can you please add a test for this?

I believe that you can `sapphire.wrap(window.ethereum)` before wagmi loads and that will generally work. I have a [PR](https://github.com/oasisprotocol/sapphire-paratime/pull/164) that adds explicit Viem support, but you could also `sapphire.wrap` your Viem...

> recommend using the Celer IM SDK The reason it's not like that is because giving up your primary interaction surface (i.e. API) to a third party is bad for...

Well, the 100% guaranteed-to-work solution is to run your own node, but that's certainly not easy. We're working on getting Alchemy (or similar) support. I'll keep you posted in this...

> and must be enabled on Mainnet. I agree with the sentiment, but it's important to remember that different people may have different trust assumptions. For example, it is perfectly...

[Here's my take on it.](https://github.com/nhynes/nsm/blob/main/src/lib.rs) Maybe it'll prove useful to someone else.

Thanks @06chaynes for the PR and @mcronce for the ping! Once CI on #18 (which incorporates this PR) passes, I'll make a `0.4` release.