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
2023-04-04
test: Remove windows workaround in authproxy
MarcoFalke
2023-04-04
Merge bitcoin/bitcoin#27389: test: refactor: replace unnecessary `BytesIO` uses
fanquake
2023-04-01
test: refactor: replace unnecessary `BytesIO` uses
Sebastian Falbesoner
2023-03-31
test: Remove python3.5 workaround in authproxy
MarcoFalke
2023-03-31
Merge bitcoin/bitcoin#27362: test: remove `GetRNGState` lsan suppression
fanquake
2023-03-30
Merge bitcoin/bitcoin#27350: test: refactor: dedup mempool_package_limits.py ...
glozow
2023-03-30
sanitizers: remove GetRNGState lsan suppression
fanquake
2023-03-30
scripted-diff: Rename nUnconnectingHeaders and fPreferHeaders
dergoegge
2023-03-29
Merge bitcoin/bitcoin#27349: test: use address_to_scriptpubkey instead of RPC...
fanquake
2023-03-28
test: dedup package limit checks via decorator in mempool_package_limits.py
Sebastian Falbesoner
2023-03-28
test: refactor: use Satoshis for fees in mempool_package_limits.py
Sebastian Falbesoner
2023-03-28
refactor: use address_to_scriptpubkey to retrieve addresses scriptpubkey
ismaelsadeeq
2023-03-28
refactor: move address_to_scriptpubkey to address.py
ismaelsadeeq
2023-03-28
Merge bitcoin/bitcoin#27318: test: wallet_create_tx.py fix race
fanquake
2023-03-27
fuzz: Remove legacy int parse fuzz tests
MarcoFalke
2023-03-24
Merge bitcoin/bitcoin#27269: test: Support decoding segwit address in address...
fanquake
2023-03-23
test: wallet_create_tx.py fix race
furszy
2023-03-23
Merge bitcoin/bitcoin#24845: wallet: return error msg for "too-long-mempool-...
glozow
2023-03-23
Merge bitcoin/bitcoin#27287: test: Replace threading with concurrent.futures
fanquake
2023-03-23
Merge bitcoin/bitcoin#18933: rpc: Add submit option to generateblock
fanquake
2023-03-23
test: add bech32 decoding support to address_to_scriptpubkey()
ismaelsadeeq
2023-03-23
test: test_bech32_decode in address.py
ismaelsadeeq
2023-03-22
Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-value,...
Andrew Chow
2023-03-22
Merge bitcoin/bitcoin#27280: test: Fix TypeError (expected str instance, byte...
fanquake
2023-03-21
test: Replace threading with concurrent.futures
MarcoFalke
2023-03-20
Merge bitcoin/bitcoin#26531: mempool: Add mempool tracepoints
Andrew Chow
2023-03-20
Add mempool tracepoints
virtu
2023-03-20
test: Fix TypeError in wait_for_debug_log
MarcoFalke
2023-03-19
Merge bitcoin/bitcoin#27265: test: check that sigop limit also affects ancest...
fanquake
2023-03-17
Merge bitcoin/bitcoin#27212: test: Make the unlikely race in p2p_invalid_mess...
fanquake
2023-03-17
test: Make the unlikely race in p2p_invalid_messages impossible
MarcoFalke
2023-03-16
Merge bitcoin/bitcoin#27199: test: fix race condition in encrypted wallet res...
Andrew Chow
2023-03-16
Fix fund transaction case at 0-value, 0-fee
Greg Sanders
2023-03-16
Merge bitcoin/bitcoin#27200: test: psbt: check non-witness UTXO removal for s...
Andrew Chow
2023-03-15
Merge bitcoin/bitcoin#26207: rest: add verbose and mempool_sequence query par...
Andrew Chow
2023-03-15
test: fix race condition in encrypted wallet rescan tests
ishaanam
2023-03-15
test: check that sigop limit also affects ancestor/descendant size
Sebastian Falbesoner
2023-03-13
Merge bitcoin/bitcoin#27235: Avoid integer overflow in CheckDiskSpace
glozow
2023-03-13
Merge bitcoin/bitcoin#26514: Improve address decoding errors
glozow
2023-03-13
Merge bitcoin/bitcoin#27221: test: Default timeout factor to 4 under --valgrind
fanquake
2023-03-13
[test] Add manual prune startup test case
dergoegge
2023-03-10
test: add wallet too-long-mempool-chain error coverage
furszy
2023-03-10
Merge bitcoin/bitcoin#27171: test: add coverage for sigop limit policy (`-byt...
fanquake
2023-03-10
Merge bitcoin/bitcoin#27226: test: Use self.wait_until over wait_until_helper
fanquake
2023-03-10
Merge bitcoin/bitcoin#23813: Add test and docs for getblockfrompeer with pruning
fanquake
2023-03-10
rpc: Add submit option to generateblock
MarcoFalke
2023-03-08
Merge bitcoin/bitcoin#26996: test: Flatten miniwallet array and remove random...
fanquake
2023-03-08
Merge bitcoin/bitcoin#26194: rpc, wallet: use the same `next_index` key in `l...
Andrew Chow
2023-03-08
test: Use self.wait_until over wait_until_helper
MarcoFalke
2023-03-07
Merge bitcoin/bitcoin#27150: Deduplicate bitcoind and bitcoin-qt init code
Andrew Chow
[next]