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
2022-08-01
Merge bitcoin/bitcoin#24799: Add test case mimicking issue 24765
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25528: ci: run USDT interface tests in the CI
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25610: wallet, rpc: Opt in to RBF by default
MacroFake
2022-07-28
Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...
Andrew Chow
2022-07-28
Merge bitcoin/bitcoin#25670: test: check that combining PSBTs with different ...
Andrew Chow
2022-07-25
test: remove unused if statements
Aurèle Oulès
2022-07-23
test: check that combining PSBTs with different txs fails
Sebastian Falbesoner
2022-07-23
test: support passing PSBTMaps directly to PSBT ctor
Sebastian Falbesoner
2022-07-20
Merge bitcoin/bitcoin#25625: test: add test for decoding PSBT with per-input ...
Andrew Chow
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
2022-07-19
Merge bitcoin/bitcoin#25494: indexes: Stop using node internal types
fanquake
2022-07-19
test: functional test for new coin selection logic
josibake
2022-07-19
test: add test for decoding PSBT with per-input preimage types
Sebastian Falbesoner
2022-07-19
refactor: move helper `random_bytes` to util library
Sebastian Falbesoner
2022-07-19
test: add constants for PSBT key types (BIP 174)
Sebastian Falbesoner
2022-07-19
refactor: move PSBT(Map) helpers from signet miner to test framework
Sebastian Falbesoner
2022-07-19
refactor: move `from_binary` helper from signet miner to test framework
Sebastian Falbesoner
2022-07-19
Merge bitcoin/bitcoin#25629: univalue: Return more detailed type check error ...
fanquake
2022-07-19
Merge bitcoin/bitcoin#25590: wallet: Precompute Txdata after setting PSBT inp...
MacroFake
2022-07-18
indexes, refactor: Pass Chain interface instead of CChainState class to indexes
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...
Andrew Chow
2022-07-18
Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...
glozow
2022-07-18
univalue: Return more detailed type check error messages
MacroFake
2022-07-15
Move {Load,Dump}Mempool to kernel namespace
Carl Dong
2022-07-15
rpc: Default rbf enabled
Andrew Chow
2022-07-14
Merge bitcoin/bitcoin#24148: Miniscript support in Output Descriptors
Andrew Chow
2022-07-14
qa: functional test Miniscript watchonly support
Antoine Poinsot
2022-07-14
Merge bitcoin/bitcoin#25557: p2p: Eliminate atomic for m_last_getheaders_time...
MacroFake
2022-07-13
wallet: Enable -walletrbf by default
Andrew Chow
2022-07-12
test/mempool_persist: Test manual savemempool when -persistmempool=0
Carl Dong
2022-07-12
test: remove unnecessary parens
Suhas Daftuar
2022-07-12
test: Remove duplicate MAX_BIP125_RBF_SEQUENCE constant
MacroFake
2022-07-12
scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE
MacroFake
2022-07-12
Merge bitcoin/bitcoin#24944: rpc: add getblockfrompeer RPCTypeCheck and inval...
MacroFake
2022-07-12
Merge bitcoin/bitcoin#25592: test persistence of non-mempool tx prioritisation
MacroFake
2022-07-12
Merge bitcoin/bitcoin#25575: Address comments remaining from #25353
glozow
2022-07-12
[test] persist prioritisation of transactions not in mempool
glozow
2022-07-11
Address comments remaining from #25353
Antoine Riard
2022-07-11
wallet: Precompute Txdata after setting PSBT inputs' UTXOs
Andrew Chow
2022-07-11
test: speedup wallet_coinbase_category.py
furszy
2022-07-11
Merge bitcoin/bitcoin#25512: test: remove wallet dependency and refactor rpc...
MacroFake
2022-07-10
test: refactor: pass absolute fee in `create_lots_of_big_transactions` helper
Sebastian Falbesoner
2022-07-08
Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access
Andrew Chow
2022-07-08
Merge bitcoin/bitcoin#25353: Add a `-mempoolfullrbf` node setting
MacroFake
2022-07-07
Merge bitcoin/bitcoin#25522: test: Remove -acceptnonstdtxn=1 from feature_rbf.py
MacroFake
2022-07-07
Merge bitcoin/bitcoin#25525: test: remove wallet dependency from mempool_upd...
MacroFake
2022-07-06
Introduce `mempoolfullrbf` node setting.
Antoine Riard
2022-07-06
test: Remove -acceptnonstdtxn=1 from feature_rbf.py
MacroFake
2022-07-05
Merge bitcoin/bitcoin#19393: test: Add more tests for orphan tx handling
MacroFake
2022-07-04
Merge bitcoin/bitcoin#25454: p2p: Avoid multiple getheaders messages in fligh...
fanquake
[next]