This website requires JavaScript.
Explore
Help
Register
Sign In
btcpayserver
/
lightning
Watch
1
Star
0
Fork
0
You've already forked lightning
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fea03dbca9
lightning
/
wallet
History
Christian Decker
fea03dbca9
db: Add a table to track blockheaders
...
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-03-06 18:59:27 +01:00
..
test
Print node alias when listing peers
2018-03-02 02:25:30 +00:00
.gitignore
wallet: Create and manage a sqlite3 database for the wallet
2017-06-06 09:16:10 +09:30
db.c
db: Add a table to track blockheaders
2018-03-06 18:59:27 +01:00
db.h
lightningd: close and reopen db across fork for daemonize
2018-02-27 00:09:34 +01:00
invoices.c
Do preimage, hash and consequentially bolt11 generation before we store the invoice in db.
2018-03-01 03:55:48 +00:00
invoices.h
Do preimage, hash and consequentially bolt11 generation before we store the invoice in db.
2018-03-01 03:55:48 +00:00
Makefile
invoices: Extensive reorganization of invoice system.
2018-01-16 13:03:54 +01:00
wallet.c
Do preimage, hash and consequentially bolt11 generation before we store the invoice in db.
2018-03-01 03:55:48 +00:00
wallet.h
Do preimage, hash and consequentially bolt11 generation before we store the invoice in db.
2018-03-01 03:55:48 +00:00
walletrpc.c
jsonrpc: Let Base58 '2..' address work on both regtest and testnet.
2018-02-26 03:09:15 +00:00
walletrpc.h
walletrpc: Implemented the withdrawal flow
2017-06-23 16:02:20 +09:30