Olaoluwa Osuntokun

Results 793 comments of Olaoluwa Osuntokun

I think we have a good idea of how we'll aim to update the commitment for issuance, but what about burns and ignored assets? ## Burns ### The Two Types...

> By committing to the genesis ID in the output TapScript, we could potentially enable universe commitments for batches involving multiple asset groups in the future But what about the...

> Since the linter isn’t part of the pipeline yet, would you prefer merging this PR as-is and handling the fixes in follow-up PRs? Usually what we do is set...

Ah I'm on Go 1.23.6 locally. So seems that we'll need to update the top level `go.mod` to use Go 1.24. [Go 1.25 comes out in August](https://tip.golang.org/doc/go1.25), so that should...

@weltitob do you have a repro scenario?

How many assets does the node have? How long does it take to fetch? Is the request for something to fetch the assets on demand, or pagination here?

Ok, discussed offline a bit, and I understand now the need to limit on the asset ID basis. Rather than asset ID, it's more accurate to say that we need...

Note that you can create your own cert, and drop it into place (with the proper name) and `lnd` will just run with it and use it as normal. I...

It looks like this came up in the past: https://github.com/lightningnetwork/lnd/issues/4201 We eventually resolved things by specifying some additional attributes to specify `ExtendedKeyUsage`: https://github.com/lightningnetwork/lnd/pull/4209