3 Commits (31e50c9c251a92f3d0431c434824ad1e17684b08)

Author SHA1 Message Date
Rusty Russell 488b32b003 build: run update-mocks. 4 years ago
niftynei c50f377a85 psbt: pull out changeset logic into common, update API 4 years ago
Rusty Russell fb013f9d02 lightning-cli: fix handling of complex objects with -H. 4 years ago
Rusty Russell ffbb409b47 amount: use initializers everywhere. 4 years ago
niftynei bc5a817100 elements: convenience methods for dealing with assets 5 years ago
Rusty Russell 731e037b36 change_amount: routine to determine if change output is worthwhile. 5 years ago
Rusty Russell a9427f1a8d bitcoin/feerate: new exposure for feerate parsing outside lightningd. 5 years ago
niftynei 2e9c387f45 coin_moves: update withdrawal logic to account for 'variable owner' txs 5 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 5 years ago
Rusty Russell 13356b75bf wire: move towire/fromwire_amount from wire/ into common/amount.c 5 years ago
Rusty Russell f77d70d546 common/json: move rest of bitcoin/lightning-specific json functions to json_helpers. 5 years ago
Rusty Russell fda5f0b427 common/channel_id: move channel_id into its own file. 5 years ago
darosior 3510c29e5d common: move json_stream helpers to common/json 5 years ago
Rusty Russell aab83e729b lightningd: change config-dir from plugin / wallet / hsm POV into <network> subdir 5 years ago
Christian Decker 7283efa5b5 elements: Add amount_asset to support more than just plain satoshis 5 years ago
Christian Decker c38afc5512 tx: Switch to amount_sat for fee computations 5 years ago
Rusty Russell cc70b9c4ec wire: use common/bigsize routines 5 years ago
Rusty Russell 7e97119117 lightning-cli: use tal_arr for toks again. 6 years ago
Rusty Russell e902d9af56 cli/lightning-cli: free eveything on exit. 6 years ago
darosior b1bbafb19c cli: Sort human_readable output by categories 6 years ago
Rusty Russell 4ea1d13077 cli: handle OOM by directly streaming output. 6 years ago
Rusty Russell 77b859eaec lightning-cli: don't produce bad JSON if fields contain ". 6 years ago
Rusty Russell 948ca470ad bitcoin: use amount_sat/amount_msat. 6 years ago
Rusty Russell 7fad7bccba common/amount: new types struct amount_msat and struct amount_sat. 6 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 7 years ago
practicalswift abf510740d Force the use of the POSIX C locale for all commands and their subprocesses 7 years ago
practicalswift 98f49c0837 Remove include in file foo.c that is already included in foo.h 7 years ago
practicalswift 91a9c2923f Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
Rusty Russell 61cff03465 lightning-cli: test for amazingly slow getlogs speed. 7 years ago