mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
048680d0f2
This makes executing a query/command a two step process, but allows us to use the native binding and avoid having to build queries as SQL strings. Two major advantages are that we are no longer vulnerable to SQL injections and that we do not have to hex-encode binary fields like private keys, hashes, and routing onions, halving the storage requirements for those. Signed-off-by: Christian Decker <decker.christian@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
db_tests.c | ||
db.c | ||
db.h | ||
Makefile | ||
test_utils.h | ||
wallet_tests.c | ||
wallet.c | ||
wallet.h | ||
walletrpc.c | ||
walletrpc.h |