benthecarman

Results 168 issues of benthecarman

Technially we allowed for creating multi oracle offers if you input a contract info so we should do the same for the accept flow https://github.com/bitcoin-s/bitcoin-s/blob/253f7444c6e61131bd840b48d6e901646ce1e2eb/app/gui/src/main/scala/org/bitcoins/gui/dlc/dialog/CreateDLCOfferDialog.scala#L324

gui

Should help with performance and I think this is an acceptable default

gui

https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki Need #3366 until we can add the output key and need to implement basic taproot spks until we can implement the spk and address checks

core
taproot

impl: https://github.com/discreetlogcontracts/dlcspecs/pull/170 This doesn't have the extraInputs implemented on the create mutual close side, that could be done later still waiting on a number for the type number of `DLCMutualCloseTLV`

dlc
dlc-wallet

Implementation of the coin selection waste metric from https://github.com/bitcoin/bitcoin/pull/22009 Later this can be used in the wallet to select the most optimal coin selection algo. I plan on adding more...

I am working on a project and need to make requests to a esplora backend. Would be nice if I could use bdk's implementation.

module-blockchain

I access my Lightning terminal through tor and it would be nice to have the certficate sign the tor hidden service address that I am using

Akin to https://github.com/lightninglabs/pool/issues/266 **Is your feature request related to a problem? Please describe.** It is possible for the user to accidentially make an unprofitable lease. **Describe the solution you'd like**...

enhancement

**Is your feature request related to a problem? Please describe.** Currently you can need to guestimate if your lease will profitable or not dependent on on-chain fees and the execution...

enhancement
orders
rpc
leases

It would be nice to have docs on how to use the new gRPC server. Some non-obvious this I have noticied: No default port, only enabled if port is set...

docs