core-lightning/wallet
William Casarin 7ecccd50b9 wireaddr: add ip[:port] parsing
* Add port parsing support to parse_wireaddr. This is in preparation for storing
addresses in the peers table. This also makes parse_wireaddr a proper inverse of
fmt_wireaddr.

* Move parse_wireaddr to common/wireaddr.c this seems like a better place for
it. I bring along parse_ip_port with it for convenience. This also fixes some
issues with the upcoming ip/port parsing tests.

Signed-off-by: William Casarin <jb55@jb55.com>
2017-12-21 09:56:20 +00:00
..
test wireaddr: add ip[:port] parsing 2017-12-21 09:56:20 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c database: don't leak query string. 2017-12-13 22:46:10 +01:00
db.h db: make db_exec() an internal function. 2017-11-06 10:24:34 +01:00
Makefile wallet: move tests into test/ dir like other unit tests. 2017-12-13 22:46:10 +01:00
wallet.c build_utxos: fix weight calculation, and make more accurate. 2017-12-20 12:56:15 +01:00
wallet.h build_utxos: fix weight calculation, and make more accurate. 2017-12-20 12:56:15 +01:00
walletrpc.c build_utxos: fix weight calculation, and make more accurate. 2017-12-20 12:56:15 +01:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30