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
/
functional
Age
Commit message (
Expand
)
Author
2022-01-04
test: use MiniWallet for mining_basic.py
Sebastian Falbesoner
2022-01-03
Merge bitcoin/bitcoin#23737: test: make feature_init more robust
MarcoFalke
2022-01-03
Merge bitcoin/bitcoin#23532: test: add functional test for -startupnotify
MarcoFalke
2022-01-02
Merge bitcoin/bitcoin#23836: rest: Expose block filters follow-ups
fanquake
2022-01-01
rpc: Quote user supplied descriptor in error msg
MarcoFalke
2021-12-31
Merge bitcoin/bitcoin#23912: Insert and bump copyright headers
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-30
Merge bitcoin/bitcoin#23879: test: check ban_duration and time_remaining afte...
MarcoFalke
2021-12-29
test: enable txindex in feature_init
James O'Beirne
2021-12-29
test: feature_init: retain debug.log and improve detection
James O'Beirne
2021-12-29
test: feature_init: tweak all .ldb files of a certain type
James O'Beirne
2021-12-29
test: add TestNode.wait_for_debug_log
James O'Beirne
2021-12-29
test: introduce TestNode.debug_log_bytes
James O'Beirne
2021-12-27
test: check ban_duration and time_remaining after setting ban
brunoerg
2021-12-27
test: use MiniWallet for p2p_compactblocks.py
Sebastian Falbesoner
2021-12-26
test: use MiniWallet for rpc_scantxoutset.py
Sebastian Falbesoner
2021-12-26
test: introduce `address_to_scriptpubkey` helper
Sebastian Falbesoner
2021-12-26
test: introduce `getnewdestination` helper for generating various address types
Sebastian Falbesoner
2021-12-24
test: add functional test for -startupnotify
Bruno Garcia
2021-12-24
test: Fix pep8 of touched file
MarcoFalke
2021-12-24
test: Fix rpc_scantxoutset intermittent issue
MarcoFalke
2021-12-22
[test] compare filter and header with the result of the getblockfilter RPC
Niklas Gögge
2021-12-22
[rest] add a more verbose error message for invalid header counts
Niklas Gögge
2021-12-22
test: check for invalid listtransactions RPC parameters
Sebastian Falbesoner
2021-12-20
Merge bitcoin/bitcoin#23789: wallet: Strictly match tx change type to improve...
Andrew Chow
2021-12-20
Merge bitcoin/bitcoin#23796: test: check that pruneblockchain RPC fails for f...
MarcoFalke
2021-12-20
Merge bitcoin/bitcoin#23812: test: fix intermittent failures in p2p_timeouts.py
MarcoFalke
2021-12-20
Merge bitcoin/bitcoin#17631: Expose block filters over REST
MarcoFalke
2021-12-18
test: fix intermittent timeouts in p2p_timeouts.py
Martin Zumsande
2021-12-17
wallet: Strictly match tx change type to improve privacy
MarcoFalke
2021-12-16
test: check that pruneblockchain RPC fails for future block or timestamp
Sebastian Falbesoner
2021-12-16
Merge bitcoin/bitcoin#23720: test: Refactor addr_relay.py addr generation, in...
MarcoFalke
2021-12-16
test: Combine addr generation helper functions
Martin Zumsande
2021-12-16
test: Fix intermittent issue in p2p_addr_relay.py
Martin Zumsande
2021-12-16
Merge bitcoin/bitcoin#23777: doc: follow-ups from #23365 (index backwards sea...
MarcoFalke
2021-12-16
Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...
MarcoFalke
2021-12-16
Merge bitcoin/bitcoin#23782: test: include two more interruptions points
MarcoFalke
2021-12-15
refactor: remove the wallet folder if the restore fails
w0xlt
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
2021-12-15
test: re-organized array according to order of logs and included 2 more inter...
seaona
2021-12-15
test: include two more interruptions points
seaona
2021-12-15
Merge bitcoin/bitcoin#23758: net: Use type-safe mockable time for peer connec...
MarcoFalke
2021-12-15
doc: add explanations for assert in index and magic numbers in test
Martin Zumsande
2021-12-14
tests: Add missing assert_equal import to p2p_add_connections.py
Andrew Chow
2021-12-14
Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on feeler...
MarcoFalke
2021-12-13
Merge bitcoin/bitcoin#23755: rpc: Quote user supplied strings in error messages
MarcoFalke
2021-12-13
Merge bitcoin/bitcoin#23648: test: Use byte unit 'M' for -maxuploadtarget f...
MarcoFalke
2021-12-13
rpc: Quote user supplied strings in error messages
MarcoFalke
2021-12-13
Merge bitcoin/bitcoin#23365: index: Fix backwards search for bestblock
MarcoFalke
2021-12-13
Use mockable time for peer connection time
MarcoFalke
[next]