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
/
test_framework
Age
Commit message (
Expand
)
Author
2024-06-17
Merge bitcoin/bitcoin#28312: test: fix `keys_to_multisig_script` (P2MS) helpe...
Ava Chow
2024-06-12
Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t
merge-script
2024-06-11
Merge bitcoin/bitcoin#30252: test: Remove redundant verack check
merge-script
2024-06-11
Merge bitcoin/bitcoin#30162: test: MiniWallet: respect passed feerate for pad...
glozow
2024-06-10
Merge bitcoin/bitcoin#30132: indexes: Don't wipe indexes again when continuin...
Ryan Ofsky
2024-06-10
test: Remove redundant verack check
MarcoFalke
2024-06-08
Merge bitcoin/bitcoin#30238: json-rpc 2.0 followups: docs, tests, cli
merge-script
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
test: Add functional test for continuing a reindex
TheCharlatan
2024-06-07
consensus: Store transaction nVersion as uint32_t
Ava Chow
2024-06-07
test: use json-rpc 2.0 in all functional tests by default
Matthew Zipkin
2024-06-06
Merge bitcoin/bitcoin#29401: test: Remove struct.pack from almost all places
Ava Chow
2024-06-05
test: add unit test for `keys_to_multisig_script`
Sebastian Falbesoner
2024-06-05
test: fix `keys_to_multisig_script` (P2MS) helper for n/k > 16
Sebastian Falbesoner
2024-06-04
Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...
Ava Chow
2024-05-31
test: MiniWallet: respect fee_rate for target_weight, use in mempool_limit.py
Sebastian Falbesoner
2024-05-31
test: MiniWallet: fix tx padding (`target_weight`) for large sizes, improve a...
Sebastian Falbesoner
2024-05-23
Merge bitcoin/bitcoin#30118: test: improve robustness of connect_nodes()
Ava Chow
2024-05-21
test: improve robustness of connect_nodes()
furszy
2024-05-21
Merge bitcoin/bitcoin#26606: wallet: Implement independent BDB parser
merge-script
2024-05-17
Merge bitcoin/bitcoin#30048: crypto: add `NUMS_H` const
Ava Chow
2024-05-16
test: Test bdb_ro dump of wallet without reset LSNs
Ava Chow
2024-05-16
Merge bitcoin/bitcoin#27101: Support JSON-RPC 2.0 when requested by client
Ryan Ofsky
2024-05-14
rpc: JSON-RPC 2.0 should not respond to "notifications"
Matthew Zipkin
2024-05-14
crypto: add NUMS_H const
josibake
2024-05-09
Merge bitcoin/bitcoin#30006: test: use sleepy wait-for-log in reindex readonly
Ava Chow
2024-05-07
test: Remove struct.pack from almost all places
MarcoFalke
2024-05-07
scripted-diff: test: Use int.to_bytes over struct packing
MarcoFalke
2024-05-07
test: Use int.to_bytes over struct packing
MarcoFalke
2024-05-07
test: Normalize struct.pack format
MarcoFalke
2024-05-05
test: use tagged ephemeral MiniWallet instance in fill_mempool
Sebastian Falbesoner
2024-05-05
test: add MiniWallet tagging support to avoid UTXO mixing
Sebastian Falbesoner
2024-05-05
test: refactor: eliminate COINBASE_MATURITY magic number in fill_mempool
Sebastian Falbesoner
2024-05-05
test: refactor: move fill_mempool to new module mempool_util
Sebastian Falbesoner
2024-05-03
test: rpc_createmultisig, remove manual wallet initialization
furszy
2024-05-03
[test]: remove duplicate WITNESS_SCALE_FACTOR
ismaelsadeeq
2024-04-30
test: use sleepy wait-for-log in reindex readonly
Matthew Zipkin
2024-04-25
Merge bitcoin/bitcoin#29615: test: fix accurate multisig sigop count (BIP16),...
Ava Chow
2024-04-25
Merge bitcoin/bitcoin#29736: test: Extends wait_for_getheaders so a specific ...
Ava Chow
2024-04-25
Fix typos in description.md and wallet_util.py
hanmz
2024-04-22
Merge bitcoin/bitcoin#29777: test: refactor: introduce and use `calculate_inp...
Ava Chow
2024-04-15
fixup: get all utxos up front in fill_mempool, discourage wallet mixing
glozow
2024-04-11
Merge bitcoin/bitcoin#29735: AcceptMultipleTransactions: Fix workspace not be...
glozow
2024-04-09
fill_mempool: assertions and docsctring update
Greg Sanders
2024-04-09
Move fill_mempool to util function
Greg Sanders
2024-04-09
Merge bitcoin/bitcoin#29498: test: Update --tmpdir doc string to say director...
fanquake
2024-04-05
test: add unit tests for `calculate_input_weight`
Sebastian Falbesoner
2024-04-05
test: introduce and use `calculate_input_weight` helper
Sebastian Falbesoner
2024-04-04
test: Extends wait_for_getheaders so a specific block hash can be checked
Sergi Delgado Segura
2024-03-27
test: makes timeout a forced named argument in tests methods that use it
Sergi Delgado Segura
[next]