dstadulis
dstadulis
Currently the RFQ system handles quote specified by asset ID but ultimately the market will submit and reply to quotes by group key functionality. This is a place holder issue...
## Background To simplify the necessary calls made when handling LN functionality, a new sub-server RPC functionality in Tapd can be added. The goal of the RPC will be to...
Tracking issue for https://github.com/lightningnetwork/lnd/issues/8769 https://github.com/lightningnetwork/lnd/commit/4f2c75f62047579f249ed5914042a0cc6337f342 https://github.com/lightningnetwork/lnd/commit/4f2c75f62047579f249ed5914042a0cc6337f342/hovercard https://github.com/lightningnetwork/lnd/issues/8509 https://github.com/lightningnetwork/lnd/issues/8632 https://github.com/lightningnetwork/lnd/issues/8660 https://github.com/lightningnetwork/lnd/issues/8771 https://github.com/lightningnetwork/lnd/pull/8509 https://github.com/lightningnetwork/lnd/pull/8632 https://github.com/lightningnetwork/lnd/pull/8660 https://github.com/lightningnetwork/lnd/pull/8771
## Context Given the scope of https://github.com/lightninglabs/taproot-assets/issues/956 is board, @roasbeef proposed an alternative strategy to achieve, eventual, protocol-level enforcement of an asset decimal display TLV ## Description As proposed by...
## Description: To ensuring correct decimal display usage the daemon has recently added checks inside the planter (added in #952) this should catch inadvertent user errors (if a user is...
In discussing optimizations regarding https://github.com/lightninglabs/taproot-assets/issues/1009 Various proof delivery optimization ideas were discussed: - [ ] Hasten more transaction-validation steps, prior to transaction broadcast - [ ] Add transaction-generation fault if...
- [ ] Refactor/Move funding output import to `lnd` `chainvalidate` package**: - [ ] Validate that final verification and import occurs before using the channel - [ ] Validate that...
I think so, yes. Or maybe not, given that with this it should be pretty easy to do the RPC calls in any language. I guess the question is: how...
Consolidate the fn package between lnd and tapd, then only use one When using `WhenSome()` closures the two sources can lead to confusion and compilation errors if the wrong `fn`...
Tracking Issue for https://github.com/Roasbeef/blips/pull/3