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
/
src
/
test
Age
Commit message (
Expand
)
Author
2017-11-21
trivial: Fix unsuccessful typo
practicalswift
2017-11-18
[tests] Test that mempool rejects coinbase transactions
James O'Beirne
2017-11-16
test: refactor: Use absolute include paths for test data files
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-11-09
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-09
Use unique_ptr for dbw (CDBWrapper)
practicalswift
2017-11-07
Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...
MarcoFalke
2017-11-06
Have SegWit active by default
Pieter Wuille
2017-11-06
Unit tests for always-active versionbits.
Anthony Towns
2017-11-06
[consensus] Pin P2SH activation to block 173805 on mainnet
John Newbery
2017-11-02
Add unit test for stale tip checking
Suhas Daftuar
2017-11-02
Add CConnmanTest to mutate g_connman in tests
João Barbosa
2017-11-02
Connect to an extra outbound peer if our tip is stale
Suhas Daftuar
2017-10-28
Merge #10409: [tests] Add fuzz testing for BlockTransactions and BlockTransac...
Wladimir J. van der Laan
2017-10-26
Add unit test for outbound peer eviction
Suhas Daftuar
2017-10-25
[tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequest
practicalswift
2017-10-12
Merge #10099: Slightly Improve Unit Tests for Checkqueue
Pieter Wuille
2017-10-05
Merge #10440: [tests] Add libFuzzer support
Wladimir J. van der Laan
2017-10-03
Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage
MarcoFalke
2017-10-02
Merge #11284: Fix invalid memory access in CScript::operator+= (guidovranken,...
Wladimir J. van der Laan
2017-10-02
Merge #11422: qa: Verify DBWrapper iterators are taking snapshots
Wladimir J. van der Laan
2017-09-30
Verify DBWrapper iterators are taking snapshots
Matt Corallo
2017-09-30
Merge #11303: Fix estimatesmartfee rounding display issue
MarcoFalke
2017-09-29
Merge #11309: Minor cleanups for AcceptToMemoryPool
MarcoFalke
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
Add regtest testing to base58_tests
Pieter Wuille
2017-09-28
Convert base58_tests from type/payload to scriptPubKey comparison
Pieter Wuille
2017-09-28
Import Bech32 C++ reference code & tests
Pieter Wuille
2017-09-22
Merge #10953: [Refactor] Combine scriptPubKey and amount as CTxOut in CScript...
Pieter Wuille
2017-09-22
Merge #11362: Remove nBlockMaxSize from miner opt struct as it is no longer u...
Pieter Wuille
2017-09-21
[script] Unit tests for IsMine
Jim Posen
2017-09-21
[script] Unit tests for script/standard functions
Jim Posen
2017-09-20
Add tests for CMerkleBlock usage with txids specified
James O'Beirne
2017-09-18
Remove nBlockMaxSize from miner opt struct as it is no longer used.
Gregory Maxwell
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-11
Force explicit double -> int conversion for CFeeRate constructor
Matt Corallo
2017-09-11
Fix invalid memory access in CScript::operator+=
Anthony Towns
2017-09-08
Merge #10793: Changing &var[0] to var.data()
Wladimir J. van der Laan
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-06
net: drop unused connman param
Cory Fields
2017-09-06
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
net: pass CConnman via pointer rather than reference
Cory Fields
2017-09-07
Merge #11219: [docs] explain how to recompile a modified unit test
Wladimir J. van der Laan
2017-09-06
Merge #11117: Prepare for non-Base58 addresses
Wladimir J. van der Laan
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
Merge #10357: Allow setting nMinimumChainWork on command line
Wladimir J. van der Laan
2017-09-06
[docs] explain how to recompile only what bitcoind tests need
Sjors Provoost
2017-09-05
Allow setting nMinimumChainWork on command line
Suhas Daftuar
[next]