Olaoluwa Osuntokun

Results 793 comments of Olaoluwa Osuntokun

After digging a bit more, I think we need to rethink the root cache design. So the `allRoots` field which stores an LRU cache that maps a `rootPageQuery` to the...

> We'll also need more validation logic around group witnesses, to fail early for incorrect user-provided witnesses, but also to reject batch finalization if tapd can't produce a group witness...

Great question! I think the best way to create a collection is using the group key system. What this does is assign a unique public key that's capable of minting...

@weltitob I made this PR to make the JSON meta standard in the API: https://github.com/lightninglabs/taproot-assets/pull/794

Just to clarify: would the negotiation process happen _before_ the transaction is actually sent on chain?

You can add this via the meta field: https://lightning.engineering/api-docs/api/taproot-assets/mint/mint-asset#mintrpcmintasset See `asset_meta` there. You can fetch that with this call for a given asset: https://lightning.engineering/api-docs/api/taproot-assets/taproot-assets/fetch-asset-meta We're working on making this area...

I take it this would be an `OP_RETURN` or something else?

Has some linter failures: ``` itest/loadtest/config.go:64: line is 102 characters (lll) Enabled bool `long:"enabled" description:"Enable pushing metrics to Prometheus PushGateway"` itest/loadtest/config.go:65: line is 86 characters (lll) Host string `long:"host" description:"Prometheus...

Was this due to a partially botched migration? We already have the pragama to enforce the foreign key constraints. Did they try to manually modify the db?