Commit 3003963
committed
locktime: replace serde impl with u32-based one
This completely changes the serde format for `LockTime`, which in turn
changes the format for `Transaction`. This will break e.g. hal-elements.
However, the existing format is kinda ridiculous and I don't believe it
is used anywhere.
Alarmingly this change does not break a single test. We should add some
regression tests.1 parent 186515f commit 3003963
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
275 | 274 | | |
276 | 275 | | |
277 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
278 | 295 | | |
279 | 296 | | |
280 | 297 | | |
| |||
0 commit comments