Age | Commit message (Expand) | Author |
2021-10-14 | Merge bitcoin/bitcoin#23093: Add ability to flush keypool and always flush wh... | W. J. van der Laan |
2021-10-14 | Merge #23235: Reduce unnecessary default logging | Samuel Dobson |
2021-10-14 | test: Add check that newkeypool flushes change addresses too | Samuel Dobson |
2021-10-13 | Merge bitcoin/bitcoin#23253: bitcoin-tx: Reject non-integral and out of range... | W. J. van der Laan |
2021-10-12 | bitcoin-tx: Reject non-integral and out of range multisig numbers | MarcoFalke |
2021-10-12 | bitcoin-tx: Reject non-integral and out of range sequence ids | MarcoFalke |
2021-10-12 | test: Check that bitcoin-tx accepts whitespace around sequence id and multisi... | MarcoFalke |
2021-10-12 | rest: Return error when header count is not integral | MarcoFalke |
2021-10-12 | Merge bitcoin/bitcoin#23227: bitcoin-tx: Avoid treating integer overflow as OP_0 | Samuel Dobson |
2021-10-11 | blockstorage: use debug log category | Anthony Towns |
2021-10-11 | Merge bitcoin/bitcoin#22794: test: Verify if wallet is compiled in rpc_invali... | MarcoFalke |
2021-10-11 | bitcoin-tx: Avoid treating overflow as OP_0 | MarcoFalke |
2021-10-11 | Merge bitcoin/bitcoin#23214: Replace stoul with ToIntegral in dbwrapper | fanquake |
2021-10-08 | doc: Fixup ToIntegral docs | MarcoFalke |
2021-10-07 | Merge bitcoin/bitcoin#23118: test: refactor: introduce `script_util` helper f... | W. J. van der Laan |
2021-10-07 | Merge bitcoin/bitcoin#22539: Re-include RBF replacement txs in fee estimation | W. J. van der Laan |
2021-10-07 | Replace stoul with ToIntegral in dbwrapper | MarcoFalke |
2021-10-07 | Merge bitcoin/bitcoin#23146: Test transactions conflicted by double spend in ... | MarcoFalke |
2021-10-07 | Merge bitcoin/bitcoin#23210: test: Replace satoshi_round with int() or Decimal() | MarcoFalke |
2021-10-06 | test: Replace satoshi_round with int() or Decimal() | MarcoFalke |
2021-10-06 | test: Avoid RPC roundtrip in MiniWallet get_descriptor() | MarcoFalke |
2021-10-06 | Fix intermittent test failures due to missing sync_all | Samuel Dobson |
2021-10-06 | Use self.generate not node.generate throughout tests | Samuel Dobson |
2021-10-05 | Merge bitcoin/bitcoin#22950: [p2p] Pimpl AddrMan to abstract implementation d... | MarcoFalke |
2021-10-04 | Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ... | W. J. van der Laan |
2021-10-04 | Merge bitcoin/bitcoin#20452: util: Replace use of locale dependent atoi(…) ... | W. J. van der Laan |
2021-10-04 | Merge bitcoin/bitcoin#23052: test: use miniwallet in test_rpc function in fea... | MarcoFalke |
2021-10-04 | Merge bitcoin/bitcoin#17211: Allow fundrawtransaction and walletcreatefundedp... | Samuel Dobson |
2021-10-03 | allow send rpc take external inputs and solving data | Andrew Chow |
2021-10-03 | Tests for funding with external inputs | Andrew Chow |
2021-10-02 | Test transactions conflicted by double spend in listtransactions | Jon Atack |
2021-10-01 | Add syscall sandboxing (seccomp-bpf) | practicalswift |
2021-10-01 | Merge bitcoin/bitcoin#23136: test: update fee rate assertion helper in the fu... | MarcoFalke |
2021-10-01 | Merge bitcoin/bitcoin#22340: p2p: Use legacy relaying to download blocks in b... | MarcoFalke |
2021-09-30 | Merge bitcoin/bitcoin#23123: Remove `-rescan` startup parameter | W. J. van der Laan |
2021-09-30 | test: update assert_fee_amount() in test_framework/util.py | Jon Atack |
2021-09-30 | Replace use of locale dependent atoi(…) with locale-independent std::from_c... | practicalswift |
2021-09-30 | Merge bitcoin/bitcoin#20457: util: Make Parse{Int,UInt}{32,64} use locale ind... | W. J. van der Laan |
2021-09-30 | Merge bitcoin/bitcoin#23104: log: Avoid breaking single log lines over multip... | W. J. van der Laan |
2021-09-30 | Merge bitcoin/bitcoin#23126: doc: update developer docs for subtree renaming | fanquake |
2021-09-30 | Remove -rescan startup parameter | Samuel Dobson |
2021-09-29 | test: Fix typos in tests | MarcoFalke |
2021-09-29 | qa: test fee estimation with replacement transactions | Antoine Poinsot |
2021-09-29 | qa: split run_test into smaller parts | Antoine Poinsot |
2021-09-29 | test: use miniwallet in test_rpc() function in feature_rbf.py | Shubhankar |
2021-09-29 | test: introduce script_util helper for creating P2PK scripts | Sebastian Falbesoner |
2021-09-29 | Merge bitcoin/bitcoin#23124: Fix feature_segwit.py failure due to witness | MarcoFalke |
2021-09-29 | Merge bitcoin/bitcoin#23079: test: use MiniWallet for p2p_filter.py | MarcoFalke |
2021-09-29 | doc: update developer docs for subtree renaming | fanquake |
2021-09-29 | Merge bitcoin/bitcoin#23120: test: Remove unused and confusing main parameter... | MarcoFalke |