File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
8585 * [ 3] ( https://github.com/lightningnetwork/lnd/pull/9887 )
8686 * [ 4] ( https://github.com/lightningnetwork/lnd/pull/9931 )
8787 * [ 5] ( https://github.com/lightningnetwork/lnd/pull/9935 )
88+ * [ 6] ( https://github.com/lightningnetwork/lnd/pull/9936 )
89+ * [ 7] ( https://github.com/lightningnetwork/lnd/pull/9937 )
8890
8991## RPC Updates
9092
@@ -125,6 +127,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
125127
126128## Testing
127129
130+ * Previously, automatic peer bootstrapping was disabled for simnet, signet and
131+ regtest networks even if the ` --nobootstrap ` flag was not set. This automatic
132+ disabling has now been
133+ [ removed] ( https://github.com/lightningnetwork/lnd/pull/9967 ) meaning that any
134+ test network scripts that rely on bootstrapping being disabled will need to
135+ explicitly define the ` --nobootstrap ` flag.
136+
128137## Database
129138
130139## Code Health
You can’t perform that action at this time.
0 commit comments