6723 Commits (7db3f1b8a6e2cce147c9d12a57785e44e3902154)
 

Author SHA1 Message Date
trueptolemy 7db3f1b8a6 json: Rename `json_tok_address_scriptpubkey` to `json_to_address_scriptpubkey` 6 years ago
trueptolemy c6a4bac8b6 Fix: Fix the doc of `txprepare`. Add the description of some parameters. 6 years ago
trueptolemy 722974a36f pytest: Test compact of the old-style `txprepare` 6 years ago
trueptolemy 24575c9fa4 pylightning: Fix the compat of `txprepare` 6 years ago
trueptolemy 36bc624928 Fix: fix the parameter prase of `txprepare` 6 years ago
darosior 43e55fc8e4 pytest: test lightningd startup with a relative config dir 6 years ago
darosior 65479ab308 config: make config_dir absolute 6 years ago
Rusty Russell f019dc3d71 lightningd: fix sizeof() argument correctly. 6 years ago
Rusty Russell 93865bb0f3 wallet: minor style fixes, and remove null JSON fields. 6 years ago
Christian Decker bf859bd919 pytest: Test transaction annotations for deposit and channel open 6 years ago
Christian Decker 55af02b163 wallet: Fix a column access size mismatch when reading tx types 6 years ago
Christian Decker d840496e53 json-rpc: Make listtransaction non-experimental but hide annotations 6 years ago
Christian Decker ff4a2bf38f onchaind: Annotate inputs and outputs not the transactions 6 years ago
Christian Decker af53e3494b wallet: Annotate only the funding output instead of the whole tx 6 years ago
Christian Decker 33bb4f7f58 json-rpc: Print details and annotations for listtransactions 6 years ago
Christian Decker d981b58234 wallet: Retrieve transaction annotations when listing transactions 6 years ago
Christian Decker ddae604f3d wallet: Move tx annotation for deposits into the wallet 6 years ago
Christian Decker 3d14c18074 wallet: Add primitives to annotate a transaction input and output 6 years ago
Christian Decker 2bfe9ffdf8 wallet: Add transaction annotation type 6 years ago
Christian Decker 964156dc2d db: Add transaction_annotations table 6 years ago
darosior 3ca7150c03 lightningd: initialize global chainparams in main. 6 years ago
Yash Bhutwala c25ce826ab take the size of 'shared_secret' itself rather than its address 6 years ago
Rusty Russell 33c658ecfb gossipd: advertize all our features in node_announcement. 6 years ago
Yash Bhutwala 30ec739c15 check for return code in the else block 6 years ago
Christian Decker 68222ddc7b travis: Force flaky on travis, they are becoming really annoying 6 years ago
darosior 0d73777695 doc: update mrkd requirement 6 years ago
Luca Ambrosini 11124fa3bf Add compability to current formalism to short_channel_id-to-txid.sh 6 years ago
Rusty Russell fa686c5ca7 channeld: reject wumbo payments with more style. 6 years ago
Rusty Russell 776674117b libwally: upgrade to v0.7.4. 6 years ago
Saibato b3a6279392 Allow --announce-addr to work also with autotor: prefix 6 years ago
Christian Decker 7283efa5b5 elements: Add amount_asset to support more than just plain satoshis 6 years ago
Christian Decker c38afc5512 tx: Switch to amount_sat for fee computations 6 years ago
Christian Decker d5f0c08a88 elements: Remove global is_elements variable in favor of chainparams 6 years ago
Christian Decker ef7a63d8f8 elements: Move from a global is_elements to a global chainparams 6 years ago
Christian Decker 378745391d elements: Change function prefix to elements_ for some functions 6 years ago
Christian Decker 91a311ee0d elements: Added better handling of NULL output scripts 6 years ago
Christian Decker 81abf14142 elements: Add elements overhead to sweep transactions 6 years ago
Christian Decker 37fb912524 pytest: Exclude elements-cli from valgrind when following children 6 years ago
Christian Decker e23d8a4aff pytest: Mark some tests as skippable that are too bitcoin-specific 6 years ago
Christian Decker 181764b12d elements: Fix up feerate upper bound when updating the feerate 6 years ago
Christian Decker 14247283b2 plugin: Tell the plugin which network we run on 6 years ago
Christian Decker 858b3f2b93 pytest: Mark tests using network specific addresses under elements 6 years ago
Christian Decker 465a12ffbe elements: Parametrize tests to consider chainparams 6 years ago
Christian Decker 314622028f onchaind: Eliminate a chicken-and-egg problem with msg parsing 6 years ago
Christian Decker fad9a74662 tx: Use the context chainparams to determine the fee asset 6 years ago
Christian Decker 9f3922344b onchaind: Pass genesis hash to onchaind so it knows the chainparams 6 years ago
Christian Decker d0708a483a chainparams: Add liquid_fee_asset to determine which asset pays fees 6 years ago
Christian Decker 83140892fb elements: Fix fee estimation for the htlc success and timeout txs 6 years ago
Christian Decker e6d5b70e72 elements: Fix fee estimation for commitment transactions 6 years ago
Christian Decker 557f6063a7 elements: Consolidate weight computation to be handled by wally 6 years ago