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
2020-09-26
Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs
MarcoFalke
2020-09-26
test: use explicit p2p objects where available
Oliver Gugger
2020-09-25
Merge #19804: test/refactor: reference p2p objects explicitly and remove conf...
MarcoFalke
2020-09-23
Merge #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool t...
Wladimir J. van der Laan
2020-09-23
Merge #19993: refactor: Signet fixups
MarcoFalke
2020-09-22
Merge #19963: Clarify blocksonly whitelistforcerelay test
MarcoFalke
2020-09-22
test: Run signet test even when wallet was not compiled
MarcoFalke
2020-09-22
Add functional tests for zmq sequence topic and mempool sequence logic
Gregory Sanders
2020-09-22
zmq test: Actually make reorg occur
Gregory Sanders
2020-09-21
[rpc] Deprecate getpeerinfo addnode field
Amiti Uttarwar
2020-09-21
[refactor] Rename test file to allow any getpeerinfo deprecations.
Amiti Uttarwar
2020-09-21
[rpc] Add connection type to getpeerinfo RPC, update tests
Amiti Uttarwar
2020-09-21
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-21
Merge #19697: Improvements on ADDR caching
Wladimir J. van der Laan
2020-09-21
Clarify blocksonly whitelistforcerelay test
t-bast
2020-09-20
Merge #19781: test: add parameterized constructor for msg_sendcmpct()
MarcoFalke
2020-09-19
Merge #19940: rpc: Return fee and vsize from testmempoolaccept
fanquake
2020-09-18
test: create default wallet in extended tests
Sjors Provoost
2020-09-18
test: basic signet tests
Karl-Johan Alm
2020-09-18
Merge #15454: Remove the automatic creation and loading of the default wallet
Samuel Dobson
2020-09-16
Merge #19936: Test: batch rpc with params
Wladimir J. van der Laan
2020-09-16
[test] add get_vsize util for more programmatic testing
gzhao408
2020-09-15
[rpc] Return fee and vsize from testmempoolaccept
codeShark149
2020-09-15
Merge #16378: The ultimate send RPC
Samuel Dobson
2020-09-13
Test batch rpc with params
Gregory Sanders
2020-09-10
[test] remove confusing p2p property
gzhao408
2020-09-10
scripted-diff: replace p2p with p2ps[0] in p2p_invalid_tx
gzhao408
2020-09-10
[doc] sample code for test framework p2p objects
gzhao408
2020-09-10
[refactor] clarify tests by referencing p2p objects directly
gzhao408
2020-09-10
[rpc] add send method
Sjors Provoost
2020-09-09
test: gettxoutproof duplicate txid
João Barbosa
2020-09-09
test: Test empty array in gettxoutproof
MarcoFalke
2020-09-09
test: Run rpc_txoutproof.py even with wallet disabled
MarcoFalke
2020-09-09
test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spend
MarcoFalke
2020-09-09
test: bugfix: Actually pick largest utxo
MarcoFalke
2020-09-09
Merge #19800: test: Mockwallet
MarcoFalke
2020-09-08
Do not create default wallet
Andrew Chow
2020-09-07
[rpc] add snake case aliases for transaction methods
Sjors Provoost
2020-09-07
[rpc] walletcreatefundedpsbt: allow inputs to be null
Sjors Provoost
2020-09-07
test: Use MiniWalet in p2p_feefilter
MarcoFalke
2020-09-07
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp
Samuel Dobson
2020-09-06
Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWED
Benoit Verret
2020-09-05
test: Fix flaky wallet_basic test
Fabian Jahr
2020-09-04
Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...
Wladimir J. van der Laan
2020-09-03
wallet: Remove path checking code from bitcoin-wallet tool
Russell Yanofsky
2020-09-03
wallet: Remove path checking code from createwallet RPC
Russell Yanofsky
2020-09-03
wallet: Remove path checking code from loadwallet RPC
Russell Yanofsky
2020-09-03
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...
Wladimir J. van der Laan
[next]