Rusty Russell
4ffda340d3
check: make sure all files outside contrib/ include "config.h" first.
...
And turn "" includes into full-path (which makes it easier to put
config.h first, and finds some cases check-includes.sh missed
previously).
config.h sets _GNU_SOURCE which really needs to be done before any
'#includes': we mainly got away with it with glibc, but other platforms
like Alpine may have stricter requirements.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-12-06 10:05:39 +10:30
lisa neigut
496d2cae5f
varint: Add helper function for getting varlen size
...
Needed to calculate somethings for building dual funding txs
2019-10-10 05:57:45 +00:00
Rusty Russell
3fa375881a
bigsize: make it a proper first-class type.
...
It doesn't belong in bitcoin, and should not be confused with varint_t.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-07-31 23:25:59 +00:00
Christian Decker
78c7edb889
sphinx: Switch to big-endian number encoding
...
See https://github.com/lightningnetwork/lightning-rfc/pull/619 and
https://github.com/lightningnetwork/lightning-rfc/pull/619 for discussion.
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-07-30 02:14:49 +00:00
Rusty Russell
78174a09e2
bitcoin/varint: fix varint reading for multibyte varints.
...
Embarrassing error.
Reported-by: throckmorton on #lightning-dev
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-07-07 11:55:32 +09:30
Rusty Russell
6b956ea22a
varint: new file.
...
Move varint handling from tx.c and generalize it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-04-12 13:07:03 +09:30