Commit b8682c5
committed
Add
Add a new `Splice` variant to `TransactionType` to distinguish splice
transactions from regular funding transactions when broadcasting.
Update `FundingTxSigned` to include the transaction type alongside the
funding transaction, allowing the channel manager to broadcast with the
correct type information for both initial funding and splice operations.
Co-Authored-By: HAL 9000TransactionType::Splice variant for splice transactions1 parent 59aaa89 commit b8682c5
3 files changed
Lines changed: 38 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
2103 | 2103 | | |
2104 | 2104 | | |
2105 | 2105 | | |
| 2106 | + | |
| 2107 | + | |
2106 | 2108 | | |
2107 | 2109 | | |
2108 | 2110 | | |
| |||
2213 | 2215 | | |
2214 | 2216 | | |
2215 | 2217 | | |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
2216 | 2227 | | |
2217 | 2228 | | |
2218 | 2229 | | |
| |||
6919 | 6930 | | |
6920 | 6931 | | |
6921 | 6932 | | |
6922 | | - | |
6923 | | - | |
| 6933 | + | |
| 6934 | + | |
6924 | 6935 | | |
6925 | 6936 | | |
6926 | 6937 | | |
| |||
9143 | 9154 | | |
9144 | 9155 | | |
9145 | 9156 | | |
| 9157 | + | |
| 9158 | + | |
| 9159 | + | |
| 9160 | + | |
| 9161 | + | |
| 9162 | + | |
| 9163 | + | |
| 9164 | + | |
| 9165 | + | |
9146 | 9166 | | |
9147 | 9167 | | |
9148 | 9168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6429 | 6429 | | |
6430 | 6430 | | |
6431 | 6431 | | |
6432 | | - | |
| 6432 | + | |
6433 | 6433 | | |
6434 | 6434 | | |
6435 | 6435 | | |
6436 | 6436 | | |
6437 | 6437 | | |
6438 | 6438 | | |
| 6439 | + | |
6439 | 6440 | | |
6440 | 6441 | | |
6441 | 6442 | | |
| |||
6563 | 6564 | | |
6564 | 6565 | | |
6565 | 6566 | | |
6566 | | - | |
| 6567 | + | |
| 6568 | + | |
6567 | 6569 | | |
6568 | 6570 | | |
6569 | 6571 | | |
6570 | 6572 | | |
6571 | 6573 | | |
6572 | 6574 | | |
6573 | 6575 | | |
6574 | | - | |
6575 | | - | |
6576 | | - | |
6577 | | - | |
| 6576 | + | |
| 6577 | + | |
| 6578 | + | |
| 6579 | + | |
6578 | 6580 | | |
6579 | 6581 | | |
6580 | 6582 | | |
| |||
11402 | 11404 | | |
11403 | 11405 | | |
11404 | 11406 | | |
11405 | | - | |
11406 | | - | |
| 11407 | + | |
| 11408 | + | |
11407 | 11409 | | |
11408 | 11410 | | |
11409 | 11411 | | |
| |||
0 commit comments