25 Commits (559f88faa150dbb6361036015a2fb169ee4ec033)

Author SHA1 Message Date
darosior eead65350f wallet: allow to withdraw with unconfirmed utxos 5 years ago
darosior cd15cec2f3 txprepare: don't crash if we are passed unconfirmed utxos 5 years ago
Rusty Russell f376a9c24c common: use tabs everywhere. 5 years ago
Vasil Dimov 2ea91f834c Add the missing space between "if" and "(" 5 years ago
darosior f075b87137 bitcoind: remove the chainparams member 5 years ago
lisa neigut f0f47ce153 warnings: if behind blockchain, don't show cannot afford 5 years ago
Christian Decker 2ab56214ca json-rpc: Fix spacing issue in error report 5 years ago
lisa neigut fdcacbc7f0 wallet: check that funding_tx is affordabe if we trim change 5 years ago
lisa neigut 38e404af51 wallet: add flag to specify whether or not to include change output 5 years ago
lisa neigut 5c70890efa rpc: add 'utxos' parameter to txprepare + withdraw 5 years ago
lisa neigut c7f3fa34b2 funding tx: include segwit marker + flag in fee calculation 5 years ago
darosior ac038b340b fundchannel: Add a new 'utxo' parameter 5 years ago
Rusty Russell 3b91a6f7c3 wtx_select_utxos: use wallet_tx as our allocation context for utxos. 5 years ago
Christian Decker 68fe5eacde wallet: Allow limiting the selection by confirmation height 6 years ago
Rusty Russell bac9a594b8 wallet: use amount_sat/amount_msat. 6 years ago
Rusty Russell 85b8b25749 bitcoin/chainparams: use amount_sat / amount_msat 6 years ago
Rusty Russell 2632cc3f34 lightningd/json: make wallet_tx functions take amount_sat. 6 years ago
Rusty Russell 1ede7bc55b wallet_tx: make wtx_select_utxos return command_result. 6 years ago
Rusty Russell d7e233e47d Move json and param core functionality into common, for plugins. 6 years ago
Rusty Russell 71a40faae7 withdraw: fix incorrect error when we have an empty wallet. 6 years ago
Rusty Russell 52303029aa fundchannel: cap 'all' at 2^24-1 satoshi. 6 years ago
Rusty Russell 7f508cca5f wallet: clarify error 302. 6 years ago
Mark Beckwith 8f0ef1636f Added wallet related error codes 6 years ago
Mark Beckwith 7f437715d5 Added error code parameter to command_fail 7 years ago
Mark Beckwith 7767b68ee9 Removed redundancies in withdraw and fundchannel. 7 years ago