Commit 97a3a50
committed
Remove counterparty_node_id from ChannelMonitorUpdate
The `counterparty_node_id` in `ChannelMonitorUpdate`s was only tracked
to guarantee we could backfill the `ChannelMonitor`'s field once the
update is applied. Now that we require the field to already be set at
the monitor level, we can remove it from the updates without backwards
compatibility concerns as it was written as an odd TLV.1 parent a73efd1 commit 97a3a50
File tree
4 files changed
+4
-28
lines changed- lightning/src
- chain
- ln
4 files changed
+4
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | | - | |
| 807 | + | |
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 77 | | |
87 | 78 | | |
88 | 79 | | |
| |||
117 | 108 | | |
118 | 109 | | |
119 | 110 | | |
120 | | - | |
| 111 | + | |
121 | 112 | | |
122 | 113 | | |
123 | 114 | | |
| |||
134 | 125 | | |
135 | 126 | | |
136 | 127 | | |
137 | | - | |
138 | 128 | | |
139 | 129 | | |
140 | | - | |
| 130 | + | |
141 | 131 | | |
142 | 132 | | |
143 | | - | |
| 133 | + | |
144 | 134 | | |
145 | 135 | | |
146 | 136 | | |
| |||
3191 | 3181 | | |
3192 | 3182 | | |
3193 | 3183 | | |
3194 | | - | |
3195 | | - | |
3196 | | - | |
3197 | | - | |
3198 | 3184 | | |
3199 | 3185 | | |
3200 | 3186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4386 | 4386 | | |
4387 | 4387 | | |
4388 | 4388 | | |
4389 | | - | |
4390 | 4389 | | |
4391 | 4390 | | |
4392 | 4391 | | |
| |||
4957 | 4956 | | |
4958 | 4957 | | |
4959 | 4958 | | |
4960 | | - | |
4961 | 4959 | | |
4962 | 4960 | | |
4963 | 4961 | | |
| |||
5665 | 5663 | | |
5666 | 5664 | | |
5667 | 5665 | | |
5668 | | - | |
5669 | 5666 | | |
5670 | 5667 | | |
5671 | 5668 | | |
| |||
5759 | 5756 | | |
5760 | 5757 | | |
5761 | 5758 | | |
5762 | | - | |
5763 | 5759 | | |
5764 | 5760 | | |
5765 | 5761 | | |
| |||
5952 | 5948 | | |
5953 | 5949 | | |
5954 | 5950 | | |
5955 | | - | |
5956 | 5951 | | |
5957 | 5952 | | |
5958 | 5953 | | |
| |||
7224 | 7219 | | |
7225 | 7220 | | |
7226 | 7221 | | |
7227 | | - | |
7228 | 7222 | | |
7229 | 7223 | | |
7230 | 7224 | | |
| |||
8506 | 8500 | | |
8507 | 8501 | | |
8508 | 8502 | | |
8509 | | - | |
8510 | 8503 | | |
8511 | 8504 | | |
8512 | 8505 | | |
| |||
8718 | 8711 | | |
8719 | 8712 | | |
8720 | 8713 | | |
8721 | | - | |
8722 | 8714 | | |
8723 | 8715 | | |
8724 | 8716 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7281 | 7281 | | |
7282 | 7282 | | |
7283 | 7283 | | |
7284 | | - | |
7285 | 7284 | | |
7286 | 7285 | | |
7287 | 7286 | | |
| |||
13704 | 13703 | | |
13705 | 13704 | | |
13706 | 13705 | | |
13707 | | - | |
13708 | 13706 | | |
13709 | 13707 | | |
13710 | 13708 | | |
| |||
0 commit comments