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
2021-11-05
Merge bitcoin/bitcoin#22949: fee: Round up fee calculation to avoid a lower t...
Samuel Dobson
2021-11-01
Merge bitcoin/bitcoin#23380: addrman: Fix AddrMan::Add() return semantics and...
fanquake
2021-10-29
Merge bitcoin/bitcoin#23354: Introduce new V4 format addrman
MarcoFalke
2021-10-29
Merge bitcoin/bitcoin#23375: test: MiniWallet: more deterministic coin select...
MarcoFalke
2021-10-29
Merge bitcoin/bitcoin#22972: test: fix misleading fee unit in mempool_limit.py
MarcoFalke
2021-10-28
[addrman] Add Add_() inner function, fix Add() return semantics
John Newbery
2021-10-27
test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldes...
Sebastian Falbesoner
2021-10-26
test: add script_util helper for creating bare multisig scripts
Sebastian Falbesoner
2021-10-25
Introduce new V4 format addrman
Pieter Wuille
2021-10-25
Merge bitcoin/bitcoin#23312: tests: reduce feature_segwit.py usage of the leg...
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#23311: wallet: Use PACKAGE_NAME to mention our software
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#22711: test: check for specific block reject reasons in...
MarcoFalke
2021-10-22
Merge bitcoin/bitcoin#23139: rpc: fix "trusted" field in TransactionDescripti...
W. J. van der Laan
2021-10-22
Merge bitcoin/bitcoin#23002: Make descriptor wallets by default
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23331: test: Replace log with assert_equal in wallet_ab...
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23218: p2p: Use mocktime for ping timeout
W. J. van der Laan
2021-10-21
test: Replace log with assert_equal in wallet_abandonconflict
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23267: test: bip125-replaceable in listsinceblock
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23281: test: check that bumpfee RPC fails for txs with ...
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23287: test: get and decode tx with a single `gettransa...
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23137: Move-only: bloom to src/common
fanquake
2021-10-21
Merge bitcoin/bitcoin#22839: log: improve addrman logging
fanquake
2021-10-20
wallet: Use PACKAGE_NAME to mention our software
Hennadii Stepanov
2021-10-20
Make explicit the node param in init_wallet()
lsilva01
2021-10-19
tests: Add feature_segwit.py --descriptors to test_runner.py
Andrew Chow
2021-10-19
tests: restrict feature_segwit legacy wallet import tests
Andrew Chow
2021-10-19
tests: Use descriptors for feature_segwit multisig setup
Andrew Chow
2021-10-19
Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock RPC call ...
W. J. van der Laan
2021-10-19
test: Remove unused node from mining_prioritisetransaction
MarcoFalke
2021-10-19
log: improve addrman logging
Martin Zumsande
2021-10-18
test: Fix wallet_multisig_descriptor_psbt.py
Hennadii Stepanov
2021-10-18
Merge bitcoin/bitcoin#22067: Test and document a basic M-of-N multisig using ...
W. J. van der Laan
2021-10-18
Merge bitcoin/bitcoin#23207: test: Delete generate* calls from TestNode
MarcoFalke
2021-10-18
Merge bitcoin/bitcoin#23080: test: check abandoned tx in listsinceblock
fanquake
2021-10-17
test: get and decode tx with a single `gettransaction` RPC call
Sebastian Falbesoner
2021-10-16
lint: enable mypy checking for missing imports
josibake
2021-10-16
lint: install pyzmq (22.3.0) into linter environment
josibake
2021-10-16
doc: remove pointlessly duplicated linter version / install info
fanquake
2021-10-15
test: check that bumpfee RPC fails for txs with descendants in mempool
Sebastian Falbesoner
2021-10-14
Merge bitcoin/bitcoin#23093: Add ability to flush keypool and always flush wh...
W. J. van der Laan
2021-10-14
Merge #23235: Reduce unnecessary default logging
Samuel Dobson
2021-10-14
test: Add check that newkeypool flushes change addresses too
Samuel Dobson
2021-10-13
Merge bitcoin/bitcoin#23253: bitcoin-tx: Reject non-integral and out of range...
W. J. van der Laan
2021-10-12
test: bip125-replaceable in listsinceblock
brunoerg
2021-10-12
bitcoin-tx: Reject non-integral and out of range multisig numbers
MarcoFalke
2021-10-12
bitcoin-tx: Reject non-integral and out of range sequence ids
MarcoFalke
2021-10-12
test: Check that bitcoin-tx accepts whitespace around sequence id and multisi...
MarcoFalke
2021-10-12
rest: Return error when header count is not integral
MarcoFalke
2021-10-12
Merge bitcoin/bitcoin#23227: bitcoin-tx: Avoid treating integer overflow as OP_0
Samuel Dobson
2021-10-11
tests: Calculate fees more similarly to CFeeRate::GetFee
Andrew Chow
[next]