Age | Commit message (Expand) | Author |
2020-09-04 | Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an... | Wladimir J. van der Laan |
2020-09-03 | Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa... | Wladimir J. van der Laan |
2020-09-03 | Merge #19859: qa: Fixes failing functional test by changing version | Wladimir J. van der Laan |
2020-09-03 | Merge #19816: test: Rename wait until helper to wait_until_helper | fanquake |
2020-09-02 | qa: Changes v0.17.1 to v0.17.2 | nthumann |
2020-09-02 | Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing | Wladimir J. van der Laan |
2020-09-01 | Merge #19105: Add Muhash3072 implementation in Python | Wladimir J. van der Laan |
2020-09-01 | Merge #19671: wallet: Remove -zapwallettxes | fanquake |
2020-08-31 | Merge #19507: Expand functional zmq transaction tests | Wladimir J. van der Laan |
2020-08-31 | Remove -zapwallettxes | Andrew Chow |
2020-08-31 | Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi... | MarcoFalke |
2020-08-31 | Merge #19813: util, ci: Hard code previous release tarball checksums | MarcoFalke |
2020-08-31 | Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma... | Samuel Dobson |
2020-08-29 | scripted-diff: Move previous_release.py to test/get_previous_releases.py | Hennadii Stepanov |
2020-08-28 | test framework: serialize/deserialize inv type as unsigned int | Jon Atack |
2020-08-27 | test: Remove unused lock arg from BitcoinTestFramework.wait_until | MarcoFalke |
2020-08-27 | test: Rename wait until helper to wait_until_helper | MarcoFalke |
2020-08-27 | test: Remove unused p2p_lock in VersionBitsWarningTest | MarcoFalke |
2020-08-27 | Merge #19752: test: Update wait_until usage in tests not to use the one from ... | MarcoFalke |
2020-08-26 | Merge #19778: test: Fix intermittent issue in wallet_bumpfee | MarcoFalke |
2020-08-26 | test: Add docstring to wait_until() in util.py to warn about its usage | Seleme Topuz |
2020-08-26 | test: Update wait_until usage in tests not to use the one from utils | Seleme Topuz |
2020-08-26 | test: use CInv::MSG_WITNESS_TX flag in p2p_segwit | Jon Atack |
2020-08-26 | Merge #19760: test: Remove confusing mininode terminology | fanquake |
2020-08-25 | [test] Remove final references to mininode | John Newbery |
2020-08-24 | Add in/out connections to cli -getinfo | Jon Atack |
2020-08-24 | Add in/out connections to rpc getnetworkinfo | Jon Atack |
2020-08-24 | Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_... | Wladimir J. van der Laan |
2020-08-24 | test: Fix intermittent issue in wallet_bumpfee | MarcoFalke |
2020-08-24 | test: Select at least the fee in wallet_bumpfee to avoid negative amounts | MarcoFalke |
2020-08-21 | test: resort imports | John Newbery |
2020-08-21 | scripted-diff: Rename mininode to p2p | John Newbery |
2020-08-21 | scripted-diff: Rename mininode_lock to p2p_lock | John Newbery |
2020-08-21 | Merge #19722: test: Add test for getblockheader verboseness | MarcoFalke |
2020-08-20 | Merge #19550: rpc: Add getindexinfo RPC | Wladimir J. van der Laan |
2020-08-18 | test: Distinguish between nodes(bitcoind) and peers(mininodes) in p2p_leak.py | Dhruv Mehta |
2020-08-18 | test: remove `CNodeNoVersionIdle` from p2p_leak.py | Dhruv Mehta |
2020-08-18 | test: remove `CNodeNoVersionMisbehavior` from p2p_leak.py | Dhruv Mehta |
2020-08-18 | -maxapsfee: follow-up fixes | Karl-Johan Alm |
2020-08-18 | tests: add sync_all to fix race condition in wallet groups test | Karl-Johan Alm |
2020-08-17 | [test] Add test for getblockheader verboseness | Torhte Butler |
2020-08-17 | Merge #14582: wallet: always do avoid partial spends if fees are within a spe... | Samuel Dobson |
2020-08-16 | test: Add tests for getindexinfo RPC | Fabian Jahr |
2020-08-16 | Merge #19564: test: p2p_feefilter improvements (logging, refactoring, speedup) | MarcoFalke |
2020-08-15 | Merge #19730: ci: Set increased --timeout-factor by default | MarcoFalke |
2020-08-15 | test: rpc_net.py logging and test naming improvements | Jon Atack |
2020-08-15 | test: getpeerinfo last_block and last_transaction tests | Jon Atack |
2020-08-15 | test: Remove confusing and broken use of wait_until global | MarcoFalke |
2020-08-15 | Merge #15937: Add loadwallet and createwallet load_on_startup options | Samuel Dobson |
2020-08-14 | rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining) | MarcoFalke |