Commit 5b5c874
committed
Expose
A client node might choose not to handle `Event::BumptTransaction`
events and leave bumping / Anchor output spending to a trusted
counterparty.
However, `Event::BumptTransaction` currently doesn't offer any clear
indication what channel and/or counterparty it is referring to. In order
to allow filtering these events, we here expose the `channel_id` and
`counterparty_node_id` fields.channel_id / counterparty_node_id in BumpTransaction event1 parent 7c94636 commit 5b5c874
File tree
2 files changed
+27
-4
lines changed- lightning/src
- chain
- events
2 files changed
+27
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1416 | 1416 | | |
1417 | 1417 | | |
1418 | 1418 | | |
1419 | | - | |
1420 | | - | |
| 1419 | + | |
| 1420 | + | |
1421 | 1421 | | |
1422 | 1422 | | |
1423 | 1423 | | |
| |||
2931 | 2931 | | |
2932 | 2932 | | |
2933 | 2933 | | |
| 2934 | + | |
| 2935 | + | |
| 2936 | + | |
| 2937 | + | |
| 2938 | + | |
2934 | 2939 | | |
2935 | 2940 | | |
2936 | 2941 | | |
2937 | 2942 | | |
2938 | 2943 | | |
2939 | 2944 | | |
| 2945 | + | |
| 2946 | + | |
2940 | 2947 | | |
2941 | 2948 | | |
2942 | 2949 | | |
| |||
2958 | 2965 | | |
2959 | 2966 | | |
2960 | 2967 | | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
| 2971 | + | |
| 2972 | + | |
2961 | 2973 | | |
2962 | 2974 | | |
2963 | 2975 | | |
| |||
2978 | 2990 | | |
2979 | 2991 | | |
2980 | 2992 | | |
| 2993 | + | |
| 2994 | + | |
2981 | 2995 | | |
2982 | 2996 | | |
2983 | 2997 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
150 | 155 | | |
151 | 156 | | |
152 | 157 | | |
| |||
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
203 | 212 | | |
204 | 213 | | |
205 | 214 | | |
| |||
797 | 806 | | |
798 | 807 | | |
799 | 808 | | |
800 | | - | |
| 809 | + | |
801 | 810 | | |
802 | 811 | | |
803 | 812 | | |
| |||
0 commit comments