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-05-01
Merge bitcoin/bitcoin#27538: test: Remove modinv python util helper function
fanquake
2023-05-01
Merge bitcoin/bitcoin#26733: test: Add test for `sendmany` rpc that uses `sub...
Andrew Chow
2023-05-01
Merge bitcoin/bitcoin#26604: test: add coverage for `-bantime`
fanquake
2023-05-01
Merge bitcoin/bitcoin#26780: rpc: simplify scan blocks
Andrew Chow
2023-05-01
Merge bitcoin/bitcoin#27195: bumpfee: allow send coins back to yourself
Andrew Chow
2023-04-30
rpc: scanblocks, add "completed" flag to the result obj
furszy
2023-04-28
test: remove modinv python util helper function
Fabian Jahr
2023-04-28
Merge bitcoin/bitcoin#27483: Bump python minimum version to 3.8
fanquake
2023-04-27
Merge bitcoin/bitcoin#26314: test: perturb anchors.dat to test error during i...
fanquake
2023-04-27
Merge bitcoin/bitcoin#26794: test: test banlist database recreation
fanquake
2023-04-27
Merge bitcoin/bitcoin#25937: test: add coverage for rpc error when trying to ...
fanquake
2023-04-26
Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor...
Andrew Chow
2023-04-26
Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even...
glozow
2023-04-23
test: simplify uint256 (de)serialization routines
Sebastian Falbesoner
2023-04-21
Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in...
Andrew Chow
2023-04-21
Merge bitcoin/bitcoin#27498: test: Remove unused sanitizer suppressions
fanquake
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-21
test: Use python3.8 pow()
MarcoFalke
2023-04-21
test: Remove unused sanitizer suppressions
MarcoFalke
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-17
test: add regression tests for #27468 (invalid URI segfaults)
Sebastian Falbesoner
2023-04-17
Merge bitcoin/bitcoin#27471: test: fix bumpfee 'spend_one_input' occasional f...
fanquake
2023-04-17
Merge bitcoin/bitcoin#27468: bugfix: rest: avoid segfault for invalid URI
fanquake
2023-04-17
bugfix: rest: avoid segfault for invalid URI
pablomartin4btc
2023-04-17
[test] mempool full in package accept
glozow
2023-04-17
[test] package cpfp bumps parents <mempoolminfee but >=minrelaytxfee
glozow
2023-04-15
test: fix bumpfee 'spend_one_input' occasional failure
furszy
2023-04-15
test: bumpfee, add coverage for "send coins back to yourself"
furszy
2023-04-15
Merge bitcoin/bitcoin#27308: bumpfee: avoid making bumped transactions with t...
fanquake
2023-04-14
Respect and update FILES_ARGS in test/lint/lint-python.py
Pieter Wuille
2023-04-14
Disable Python lint in src/secp256k1
Pieter Wuille
2023-04-12
Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l...
Andrew Chow
2023-04-11
wallet: Replace use of purpose strings with an enum
Andrew Chow
2023-04-10
test: fix importmulti/importdescriptors assertion
Jon Atack
2023-04-10
test: createwallet "warning" field deprecation test
Jon Atack
2023-04-10
rpc: deprecate "warning" field in {create,load,unload,restore}wallet
Jon Atack
2023-04-10
test: add test coverage for "warnings" field in createwallet
Jon Atack
2023-04-10
tests: Make sure that bumpfee feerate checks work when replacing outputs
Andrew Chow
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
[next]