index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2020-08-24
Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_...
Wladimir J. van der Laan
2020-08-24
Merge #19659: Add a seed corpus generation option to the fuzzing test_runner
MarcoFalke
2020-08-23
test/fuzz: add a seed corpus generation option to the test_runner
Antoine Poinsot
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
Merge #17204: wallet: Do not turn OP_1NEGATE in scriptSig into 0x0181 in sign...
Wladimir J. van der Laan
2020-08-14
Merge #19455: rpc generate: print useful help and error message
Wladimir J. van der Laan
2020-08-14
Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...
Wladimir J. van der Laan
2020-08-13
Merge #19655: rpc: Catch listsinceblock target_confirmations exceeding block ...
Wladimir J. van der Laan
2020-08-13
Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee
Samuel Dobson
2020-08-12
Cap listsinceblock target_confirmations param
Adam Stein
2020-08-12
test: speedup p2p_feefilter.py by whitelisting peers (immediate tx relay)
Sebastian Falbesoner
2020-08-12
test: use wait_until for invs matching in p2p_feefilter.py
Sebastian Falbesoner
2020-08-12
test: add logging for p2p_feefilter.py
Sebastian Falbesoner
2020-08-12
Merge #19696: rpc: Fix addnode remove command error
Wladimir J. van der Laan
2020-08-12
Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to...
Wladimir J. van der Laan
2020-08-12
[net] Add addpeeraddress RPC method
John Newbery
2020-08-12
[test] Test that getnodeaddresses() can return all known addresses
John Newbery
2020-08-11
rpc: Improve addnode remove command error message
Fabian Jahr
2020-08-11
Merge #19674: refactor: test: use throwaway _ variable for unused loop counters
fanquake
2020-08-09
Merge #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is exp...
Wladimir J. van der Laan
2020-08-09
Merge #19657: test: Wait until is_connected in add_p2p_connection
Wladimir J. van der Laan
2020-08-09
Merge #19649: Restore test case for p2p transaction blinding
Wladimir J. van der Laan
2020-08-07
Merge #19620: Add txids with non-standard inputs to reject filter
fanquake
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-08-06
test: test the implicit avoid partial spends functionality
Karl-Johan Alm
2020-08-05
Merge #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
Wladimir J. van der Laan
2020-08-05
Merge #15382: util: add RunCommandParseJSON
Samuel Dobson
2020-08-05
Merge #19654: lint: Don't use TRAVIS_COMMIT_RANGE in commit message linter
MarcoFalke
2020-08-04
test addition of unknown segwit spends to txid reject filter
Gregory Sanders
2020-08-04
test: Wait until is_connected in add_p2p_connection
MarcoFalke
2020-08-04
Merge #19489: test: Fail wait_until early if connection is lost
MarcoFalke
2020-08-04
lint: Remove travis env var from commit linter
Fabian Jahr
2020-08-03
Merge #18991: Cache responses to GETADDR to prevent topology leaks
Wladimir J. van der Laan
[next]