|
42 | 42 | send unnecessary `channel_announcement` and `node_announcement` messages when |
43 | 43 | replying to a `gossip_timestamp_filter` query. |
44 | 44 |
|
| 45 | +- [Fixed](https://github.com/lightningnetwork/lnd/pull/10189) a case in the |
| 46 | + sweeper where some outputs would not be resolved due to an error string |
| 47 | + mismatch. |
| 48 | + |
45 | 49 | # New Features |
46 | 50 |
|
47 | 51 | * Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825) |
@@ -152,22 +156,22 @@ circuit. The indices are only available for forwarding events saved after v0.20. |
152 | 156 | * Only [fetch required |
153 | 157 | fields](https://github.com/lightningnetwork/lnd/pull/9923) during graph |
154 | 158 | cache population. |
155 | | - * Add graph schemas, queries and CRUD: |
156 | | - * [1](https://github.com/lightningnetwork/lnd/pull/9866) |
157 | | - * [2](https://github.com/lightningnetwork/lnd/pull/9869) |
158 | | - * [3](https://github.com/lightningnetwork/lnd/pull/9887) |
159 | | - * [4](https://github.com/lightningnetwork/lnd/pull/9931) |
160 | | - * [5](https://github.com/lightningnetwork/lnd/pull/9935) |
161 | | - * [6](https://github.com/lightningnetwork/lnd/pull/9936) |
162 | | - * [7](https://github.com/lightningnetwork/lnd/pull/9937) |
163 | | - * [8](https://github.com/lightningnetwork/lnd/pull/9938) |
164 | | - * [9](https://github.com/lightningnetwork/lnd/pull/9939) |
165 | | - * [10](https://github.com/lightningnetwork/lnd/pull/9971) |
166 | | - * [11](https://github.com/lightningnetwork/lnd/pull/9972) |
| 159 | + * Add graph schemas, queries and CRUD: |
| 160 | + [[1](https://github.com/lightningnetwork/lnd/pull/9866), |
| 161 | + [2](https://github.com/lightningnetwork/lnd/pull/9869), |
| 162 | + [3](https://github.com/lightningnetwork/lnd/pull/9887), |
| 163 | + [4](https://github.com/lightningnetwork/lnd/pull/9931), |
| 164 | + [5](https://github.com/lightningnetwork/lnd/pull/9935), |
| 165 | + [6](https://github.com/lightningnetwork/lnd/pull/9936), |
| 166 | + [7](https://github.com/lightningnetwork/lnd/pull/9937), |
| 167 | + [8](https://github.com/lightningnetwork/lnd/pull/9938), |
| 168 | + [9](https://github.com/lightningnetwork/lnd/pull/9939), |
| 169 | + [10](https://github.com/lightningnetwork/lnd/pull/9971), |
| 170 | + [11](https://github.com/lightningnetwork/lnd/pull/9972)] |
167 | 171 | * Add graph SQL migration logic: |
168 | | - * [1](https://github.com/lightningnetwork/lnd/pull/10036) |
169 | | - * [2](https://github.com/lightningnetwork/lnd/pull/10050) |
170 | | - * [3](https://github.com/lightningnetwork/lnd/pull/10038) |
| 172 | + [[1](https://github.com/lightningnetwork/lnd/pull/10036), |
| 173 | + [2](https://github.com/lightningnetwork/lnd/pull/10050), |
| 174 | + [3](https://github.com/lightningnetwork/lnd/pull/10038)] |
171 | 175 |
|
172 | 176 | ## RPC Updates |
173 | 177 | * Previously the `RoutingPolicy` would return the inbound fee record in its |
|
0 commit comments