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-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
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-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-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-18
Add test cases covering the relevant key length boundaries: 64 bytes +/- 1 by...
practicalswift
2017-10-12
Merge #10099: Slightly Improve Unit Tests for Checkqueue
Pieter Wuille
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
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
[next]