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
2018-02-13
Remove useless string initialization.
Alin Rus
2018-02-13
Add some script tests related to BOOL ops and odd values like negative 0.
Richard Kiss
2018-02-11
Fix a-vs-an typos
practicalswift
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-15
Merge #12118: Sort mempool by min(feerate, ancestor_feerate)
Wladimir J. van der Laan
2018-01-15
Merge #12127: Remove unused mempool index
Wladimir J. van der Laan
2018-01-12
Add test for new ancestor feerate sort behavior
Suhas Daftuar
2018-01-11
Merge #12082: Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid....
MarcoFalke
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
Implicitly know about P2WPKH redeemscripts
Pieter Wuille
2018-01-09
Remove unused mempool index
Suhas Daftuar
2018-01-04
Merge #11997: [tests] util_tests.cpp: actually check ignored args
MarcoFalke
2018-01-03
Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json
Chris Stewart
2018-01-04
[tests] util_tests.cpp: actually check ignored args
Anthony Towns
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-29
Merge #11824: Block ActivateBestChain to empty validationinterface queue
Pieter Wuille
2017-12-26
Block ActivateBestChain to empty validationinterface queue
Matt Corallo
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-23
Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
Wladimir J. van der Laan
2017-12-20
Merge #11879: [tests] remove redundant univalue_tests.cpp
Wladimir J. van der Laan
2017-12-19
Merge #11220: Check specific validation error in miner tests
Wladimir J. van der Laan
2017-12-19
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-12-12
[tests] remove redundant univalue_tests.cpp
John Newbery
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-12-12
Merge #11516: crypto: Add test cases covering the relevant HMAC-SHA{256,512} ...
Wladimir J. van der Laan
2017-12-01
Merge #11804: [docs] Fixed outdated link with archive.is
Wladimir J. van der Laan
2017-12-01
[docs] Fixed outdated link with archive.is
Tim Shimmin
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-22
[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
sean
2017-11-21
trivial: Fix unsuccessful typo
practicalswift
2017-11-18
[tests] Test that mempool rejects coinbase transactions
James O'Beirne
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
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-10
Minimal code changes to allow msvc compilation.
Aaron Clauson
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-09
[Tests] check specific validation error in miner tests
Sjors Provoost
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
[prev]
[next]