mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 23:21:12 +02:00
Merge branch '0-19-2-branch-rc1-9996' into 0-19-2-branch-rc1
This commit is contained in:
@@ -878,8 +878,8 @@ var (
|
|||||||
ChainDNSSeeds = map[chainhash.Hash][][2]string{
|
ChainDNSSeeds = map[chainhash.Hash][][2]string{
|
||||||
BitcoinMainnetGenesis: {
|
BitcoinMainnetGenesis: {
|
||||||
{
|
{
|
||||||
"nodes.lightning.directory",
|
"nodes.lightning.wiki",
|
||||||
"soa.nodes.lightning.directory",
|
"soa.nodes.lightning.wiki",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"lseed.bitcoinstats.com",
|
"lseed.bitcoinstats.com",
|
||||||
@@ -888,14 +888,22 @@ var (
|
|||||||
|
|
||||||
BitcoinTestnetGenesis: {
|
BitcoinTestnetGenesis: {
|
||||||
{
|
{
|
||||||
"test.nodes.lightning.directory",
|
"test.nodes.lightning.wiki",
|
||||||
"soa.nodes.lightning.directory",
|
"soa.nodes.lightning.wiki",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
BitcoinTestnet4Genesis: {
|
||||||
|
{
|
||||||
|
"test4.nodes.lightning.wiki",
|
||||||
|
"soa.nodes.lightning.wiki",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
BitcoinSignetGenesis: {
|
BitcoinSignetGenesis: {
|
||||||
{
|
{
|
||||||
"ln.signet.secp.tech",
|
"signet.nodes.lightning.wiki",
|
||||||
|
"soa.nodes.lightning.wiki",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@@ -44,6 +44,11 @@
|
|||||||
`FeeForWeightRoundUp` to the `chainfee` package which rounds up a calculated
|
`FeeForWeightRoundUp` to the `chainfee` package which rounds up a calculated
|
||||||
fee value to the nearest satoshi.
|
fee value to the nearest satoshi.
|
||||||
|
|
||||||
|
- [Update](https://github.com/lightningnetwork/lnd/pull/9996) lnd to point at
|
||||||
|
the new deployment of the lightning seed service which is used to provide
|
||||||
|
candidate peers during initial network bootstrap. The lseed service now
|
||||||
|
supports `testnet4` and `signet` networks as well.
|
||||||
|
|
||||||
## RPC Additions
|
## RPC Additions
|
||||||
|
|
||||||
* When querying
|
* When querying
|
||||||
|
Reference in New Issue
Block a user