Olaoluwa Osuntokun
Olaoluwa Osuntokun
Related-ish issue: https://github.com/golang/go/issues/58141
Yeah it looks like `wasmer` is basically a specific `wasm` runtime, looks like there's a Go library to create/interact with wasm blobs compiled for that runtime: https://github.com/wasmerio/wasmer-go
Here's another wasm runtime (based on WASi related to that go stdlib issue above): https://wazero.io/
Also re the bLIP: we want to make sure things are stable-ish (eg we changed up the handshake) before committing to a public standard for it. Developing as is now,...
> You can also set up a matching HTLC (with no anchored assets) in the opposite direction to net out the BTC amount transferred. Yep, this was a very early...
Ran into this myself, pretty annoying. Here's a suggestion on how to resolve this: * Separate the config for allowed actions to your own personal universe server vs how to...
One other thing: the `channel_reest` message should include the current balance distribution (assetID+val) to allow sweeping after remote party force close.
Fixed by https://github.com/lightninglabs/taproot-assets/pull/1048
The hard coded max page size of `512`: https://github.com/lightninglabs/taproot-assets/blob/d70bccd2714a3f808e070a080c510cf396a11284/universe/interface.go#L38-L42
The ''populating root cache" you see comes from this section: https://github.com/lightninglabs/taproot-assets/blob/d70bccd2714a3f808e070a080c510cf396a11284/tapdb/multiverse.go#L713-L732 Are those the remote Universe sever's logs, or your own? In that case, it tries to read the cache...