Olaoluwa Osuntokun

Results 793 comments of Olaoluwa Osuntokun

Thanks for the review so far! Pushed up a fixup commit implementing changes/clarifications.

Thanks for the feedback @niftynei! > This doc contains way more than necessary to implement the L402 protocol The latest push significantly cuts down on the size of the document....

@slavakurilyak Hi, I've been gathering some significant feedback from a dozen or so teams/companies actively working on integrating the protocol into their offerings. We've been meeting once a month or...

Re OpenTelemetry, looks like it's just a dep brought in thru aperture: ``` ⛰ go mod why go.opentelemetry.io/contrib # go.opentelemetry.io/contrib github.com/lightninglabs/lightning-node-connect/itest github.com/lightninglabs/aperture github.com/lightninglabs/aperture.test go.etcd.io/etcd/server/v3/embed go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc go.opentelemetry.io/contrib ``` In this case,...

Not being able to import `net/http` seems like a pretty fundamental barrier. However, I wonder if it's possible for us to take a multi-pronged approach here. With this hypothetical path,...

In terms of shrinking things _after_ the fact, looks like we might be able to use this `wasm-opt` tool to strip things down a bit more (namely the debug information):...

I tried gzip'ing locally, and got a pretty nice size reduction: ``` -rwxr-xr-x 1 roasbeef staff 42M Jul 14 15:32 wasm-client.wasm -rwxr-xr-x 1 roasbeef staff 8.9M Jul 14 15:32 wasm-client.wasm.gz...

> For fun, I did just try gopy to see what it it would do and am getting stumped with the following error: That looks fine, it's just skipping the...

Relevant to this document perhaps issue perhaps: https://github.com/lightning/blips/pull/26