Rusty Russell
3ac0e814d0
daemons: use amount_msat/amount_sat in all internal wire transfers.
...
As a side-effect of using amount_msat in gossipd/routing.c, we explicitly
handle overflows and don't need to pre-prune ridiculous-fee channels.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-21 08:01:37 +00:00
Rusty Russell
59febcb968
sphinx: explain why parse_onionpacket fails.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-01-08 19:20:28 +01:00
practicalswift
abf510740d
Force the use of the POSIX C locale for all commands and their subprocesses
2018-04-27 14:02:59 +02:00
practicalswift
148aaa79d5
Check hex_decode(...) return value
2018-03-19 09:25:39 +00:00
Christian Decker
249464ccd2
sphinx: Print test vectors to stderr instead of stdout
2018-03-09 17:57:55 +01:00
Christian Decker
d701e52c81
sphinx: Fixed the onion generation and decoding tool
...
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-03-09 17:57:55 +01:00
Christian Decker
08bfb740f5
onion: Move cli onion tool to devtools/onion
...
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-03-09 17:57:55 +01:00