6809 Commits (a96b4d83638b1cca069aec9d2b3ce9f6931004a6)
 

Author SHA1 Message Date
Christian Decker 33bb4f7f58 json-rpc: Print details and annotations for listtransactions 5 years ago
Christian Decker d981b58234 wallet: Retrieve transaction annotations when listing transactions 5 years ago
Christian Decker ddae604f3d wallet: Move tx annotation for deposits into the wallet 5 years ago
Christian Decker 3d14c18074 wallet: Add primitives to annotate a transaction input and output 5 years ago
Christian Decker 2bfe9ffdf8 wallet: Add transaction annotation type 5 years ago
Christian Decker 964156dc2d db: Add transaction_annotations table 5 years ago
darosior 3ca7150c03 lightningd: initialize global chainparams in main. 5 years ago
Yash Bhutwala c25ce826ab take the size of 'shared_secret' itself rather than its address 5 years ago
Rusty Russell 33c658ecfb gossipd: advertize all our features in node_announcement. 5 years ago
Yash Bhutwala 30ec739c15 check for return code in the else block 5 years ago
Christian Decker 68222ddc7b travis: Force flaky on travis, they are becoming really annoying 5 years ago
darosior 0d73777695 doc: update mrkd requirement 5 years ago
Luca Ambrosini 11124fa3bf Add compability to current formalism to short_channel_id-to-txid.sh 5 years ago
Rusty Russell fa686c5ca7 channeld: reject wumbo payments with more style. 5 years ago
Rusty Russell 776674117b libwally: upgrade to v0.7.4. 5 years ago
Saibato b3a6279392 Allow --announce-addr to work also with autotor: prefix 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
Christian Decker d5f0c08a88 elements: Remove global is_elements variable in favor of chainparams 5 years ago
Christian Decker ef7a63d8f8 elements: Move from a global is_elements to a global chainparams 5 years ago
Christian Decker 378745391d elements: Change function prefix to elements_ for some functions 5 years ago
Christian Decker 91a311ee0d elements: Added better handling of NULL output scripts 5 years ago
Christian Decker 81abf14142 elements: Add elements overhead to sweep transactions 5 years ago
Christian Decker 37fb912524 pytest: Exclude elements-cli from valgrind when following children 5 years ago
Christian Decker e23d8a4aff pytest: Mark some tests as skippable that are too bitcoin-specific 5 years ago
Christian Decker 181764b12d elements: Fix up feerate upper bound when updating the feerate 5 years ago
Christian Decker 14247283b2 plugin: Tell the plugin which network we run on 5 years ago
Christian Decker 858b3f2b93 pytest: Mark tests using network specific addresses under elements 5 years ago
Christian Decker 465a12ffbe elements: Parametrize tests to consider chainparams 5 years ago
Christian Decker 314622028f onchaind: Eliminate a chicken-and-egg problem with msg parsing 5 years ago
Christian Decker fad9a74662 tx: Use the context chainparams to determine the fee asset 5 years ago
Christian Decker 9f3922344b onchaind: Pass genesis hash to onchaind so it knows the chainparams 5 years ago
Christian Decker d0708a483a chainparams: Add liquid_fee_asset to determine which asset pays fees 5 years ago
Christian Decker 83140892fb elements: Fix fee estimation for the htlc success and timeout txs 5 years ago
Christian Decker e6d5b70e72 elements: Fix fee estimation for commitment transactions 5 years ago
Christian Decker 557f6063a7 elements: Consolidate weight computation to be handled by wally 5 years ago
Christian Decker f197e3da83 elements: Fix transaction size estimate when selecting coins 5 years ago
Christian Decker 8a69ea7bf5 elements: Parametrize the sample addresses we test against 5 years ago
Christian Decker 9e333f2416 elements: Add liquidv1 mainnet chainparams 5 years ago
Christian Decker 17af57e504 elements: Compute correct weight in wallet_select for elements TXs 6 years ago
Christian Decker d89962213c pytest: Allow a bit more slack when running in elements 6 years ago
Christian Decker e4c343a386 elements: Search for the correct address and invoice prefixes 6 years ago
Christian Decker 90a69e04cd elements: Skip DB migration tests if we're not running in regtest 6 years ago
Christian Decker 67fc8ffbcf elements: Use chainparams when the test relies on addresses 6 years ago
Christian Decker 84144bcef6 elements: Tell onchaind it may ignore fee outputs 6 years ago
Christian Decker bb76d6daa6 elements: onchaind must add fees to its transactions 6 years ago
Christian Decker 1e7b46e3c2 elements: Ignore fee outputs when computing the fee 6 years ago
Christian Decker 99988cb0e1 elements: Fix up existing fee output instead of adding a new one 6 years ago
Christian Decker b356dda0ba elements: Add explicit fee outputs to various transactions we create 6 years ago
Christian Decker cd93a855ce elements: Give pytest some information about the test chain 6 years ago