Olaoluwa Osuntokun

Results 207 issues of Olaoluwa Osuntokun

This would put the bot at more or less feature parity with the now discontinued "official" Github IRC bot.

With this PR, we'll start to use taproot addresses by default when: sweeping all funds from the wallet, funding channels, and sending blobs to watch towers. Fixes https://github.com/lightningnetwork/lnd/issues/6666

In this commit, we implement the new `option_any_segwit` feature bit which enables us to start sending P2TR addresses for co-op closes as well as for upfront shutdown addresses. Along the...

channel closing
needs review

In this commit, we fix a small gap in the existing notification logic. Before this commit, if by the time we added a link to the switch, we hadn't yet...

rpc
funding
P3
bug fix

In this commit, we update to the `walletdb/bdb` version that now has mmap-pre-sizing. By sizing the memory map ahead of time, we aim to avoid the mass copies in the...

Tracking a follow up from the recent PR that supports P2TR inputs in the sweeper: https://github.com/lightningnetwork/lnd/pull/6632#discussion_r894698363 In a few areas, we still use p2wkh addr by default when generating funding...

beginner
intermediate
funding
utxo sweeping
taproot

This is a master tracking issue to track the follow ups for https://github.com/lightningnetwork/lnd/pull/5955. These were mentioned in the PR but are now buried by comments, so I'm lifting them up...

safety
spec
api

With [this PR](https://github.com/btcsuite/btcd/pull/1583) `btcd` has now gained support for being able to respond to batched JSON-RPC requests. The client has also been updated to allow several requests to be fired...

enhancement
intermediate
bitcoind
P2
optimization
btcd
json-rpc

Today whenever we send payments, `lnd` does all the onion construction internally. For certain uses case that implement custom meta-protocols on top of the base BOLT protocol, it can be...

rpc
onion routing
intermediate
advanced
P3

As usual, we keep with the last two Go versions, which means the last year of Go release (they release every 6 months or so). This change means we can...

golang/build system