Rusty Russell
Rusty Russell
See also: https://github.com/bitcoin/bips/blob/master/bip-0326.mediawiki
> This was discussed during yesterday's spec meeting, and there was rough consensus that the `sequence` should always be set to `0xfffffffd`. Then I believe we should update the `closing_signed`...
Breaks backwards compatibility.
Something like https://github.com/rustyrussell/bitcoin/commit/fa68b4a6341470614430f3df72e953fb7a9dd1a4 ?
Pieter Wuille [email protected] writes: > @btcdrak Technically, it is createrawtransaction that changed to produce > extended format transactions when there are 0 inputs in the result. > However, the only...
Nicolas Dorier [email protected] writes: > I hit the problem in nbitcoin as l often need to serialize transaction without input. The way I fixed that is by using a bit...
Pieter Wuille [email protected] writes: > Updated in commit dbe63919221d043cd5dd796a055c3fe4fc44f387. Decoderawtransaction and fundrawtransaction now first try deserializing without witness, and if that fails, or does not consume the entire string that...
Hmm, like a reduced-subset commando! (Yay, no JSON!). Types are 16 bit, so your numbers don't work? I prefer bearer tokens (runes/macaroons) but that does require more setup, so simple...
Sorry about the delay reviewing! I prefer to extend generatehsm to take the cmdline args if they are present? That ensures that the language list stays consistent, for example.
I rewrote this to extend the generatehsm command line instead.