Age | Commit message (Expand) | Author |
2020-02-10 | Merge #18079: [0.19] psbt: check that various indexes and amounts are within ... | Wladimir J. van der Laan |
2020-02-06 | psbt: check output index is within bounds before accessing | Andrew Chow |
2020-02-06 | wallet: Reset reused transactions cache | Fabian Jahr |
2020-02-05 | Don't calculate tx fees for PSBTs with invalid money values | Andrew Chow |
2020-01-14 | IsUsedDestination should count any known single-key address | Gregory Sanders |
2020-01-14 | Fix issue with conflicted mempool tx in listsinceblock | Adam Jonas |
2020-01-14 | zmq: Fix due to invalid argument and multiple notifiers | João Barbosa |
2020-01-08 | Merge #17858: [0.19] Backports | Wladimir J. van der Laan |
2020-01-04 | test: fix bitcoind already running warnings on macOS | fanquake |
2020-01-04 | Merge #17853: [0.19] psbt: handle unspendable psbts | fanquake |
2020-01-03 | Fix origfee return for bumpfee with feerate arg | Gregory Sanders |
2020-01-03 | rpc: require second argument only for scantxoutset start action | Andrew Chow |
2020-01-03 | Mark PSBTs spending unspendable outputs as invalid in analysis | Andrew Chow |
2019-10-02 | Merge #16727: wallet: Explicit feerate for bumpfee | Wladimir J. van der Laan |
2019-09-30 | Merge #16987: test: Correct docstring param name. | MarcoFalke |
2019-09-30 | test bumpfee fee_rate argument | ezegom |
2019-09-30 | qa: Fix service flag comparison check in rpc_net test | Luke Dashjr |
2019-09-30 | Correct docstring param name. | John Bampton |
2019-09-27 | Merge #16817: rpc: Fix casing in getblockchaininfo to be inline with other fi... | Wladimir J. van der Laan |
2019-09-26 | [RPC] Fix casing in getblockchaininfo to be inline with the rest of the response | Dan Gershony |
2019-09-25 | Merge #16929: test: follow-up to rpc: default maxfeerate value as BTC/kB | Wladimir J. van der Laan |
2019-09-25 | doc: replace outdated OpenSSL comment in test README | fanquake |
2019-09-22 | Merge #16918: test: Make PORT_MIN in test runner configurable | MarcoFalke |
2019-09-22 | test: use named args for sendrawtransaction calls | Jon Atack |
2019-09-21 | doc: improve rawtransaction code/test docs | Jon Atack |
2019-09-21 | test: fix incorrect value in rpc_rawtransaction.py | Jon Atack |
2019-09-20 | Merge #16920: test: Fix extra_args in wallet_import_rescan.py | MarcoFalke |
2019-09-19 | test: Fix extra_args in wallet_import_rescan.py | MarcoFalke |
2019-09-19 | test: Make PORT_MIN in test runner configurable | MarcoFalke |
2019-09-19 | Test: Move common function assert_approx() into util.py | fridokus |
2019-09-19 | Merge #16885: doc: Update tx-size-small comment with relevant CVE disclosure | fanquake |
2019-09-18 | Update tx-size-small comment with relevant CVE disclosure | Gregory Sanders |
2019-09-18 | Merge #16898: test: Remove connect_nodes_bi | MarcoFalke |
2019-09-18 | Merge #16521: rpc: Use the default maxfeerate value as BTC/kB | Wladimir J. van der Laan |
2019-09-18 | Merge #16512: rpc: Shuffle inputs and outputs after joining psbts | Wladimir J. van der Laan |
2019-09-18 | Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo... | Wladimir J. van der Laan |
2019-09-17 | Merge #16864: test: Add python bech32 impl round-trip test | MarcoFalke |
2019-09-17 | Merge #16888: test: Bump timeouts in slow running tests | MarcoFalke |
2019-09-17 | test: Remove unused connect_nodes_bi | MarcoFalke |
2019-09-17 | scripted-diff: test: Replace connect_nodes_bi with connect_nodes | MarcoFalke |
2019-09-17 | test: Use connect_nodes when connecting nodes in the test_framework | MarcoFalke |
2019-09-17 | test: Reformat python imports to aid scripted diff | MarcoFalke |
2019-09-16 | test: Bump timeouts in slow running tests | MarcoFalke |
2019-09-16 | Merge #16845: test: Add notes on how to generate data/wallets/high_minversion | MarcoFalke |
2019-09-16 | test: Add notes on how to generate data/wallets/high_minversion | MarcoFalke |
2019-09-16 | Merge #16737: test: Establish only one connection between nodes in rpc_invali... | Wladimir J. van der Laan |
2019-09-15 | Add python bech32 impl round-trip test | Gregory Sanders |
2019-09-15 | test: improve gettransaction test coverage | Jon Atack |
2019-09-14 | rpc: fix regression in gettransaction | Jon Atack |
2019-09-13 | [wallet] Rename 'decode' argument in gettransaction method to 'verbose' | John Newbery |