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-07-24
Merge #13656: Remove the boost/algorithm/string/predicate.hpp dependency
MarcoFalke
2018-07-22
Removes Boost predicate.hpp dependency
251
2018-07-22
doc: Adjust bitcoincore.org links
MarcoFalke
2018-07-22
Merge #13691: Remove redundant variables, statements and forward declarations
MarcoFalke
2018-07-18
Merge #13655: bitcoinconsensus: invalid flags error should be set to bitcoinc...
Wladimir J. van der Laan
2018-07-18
Remove redundant unused variables
practicalswift
2018-07-17
Merge #13663: tests: Avoid read/write to default datadir
MarcoFalke
2018-07-14
test_bitcoin: Avoid read/write to default datadir
MarcoFalke
2018-07-13
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-13
bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,...
Thomas Kerin
2018-07-12
Merge #13145: Use common getPath method to create temp directory in tests.
MarcoFalke
2018-07-11
Use common SetDataDir method to create temp directory in tests.
winder
2018-07-10
Merge #13565: test: Fix AreInputsStandard test to reference the proper script...
MarcoFalke
2018-07-09
Make g_enable_bip61 a member variable of PeerLogicValidation
Jesse Cohen
2018-07-08
net: Remove unused interrupt from SendMessages
fanquake
2018-07-05
Merge #13425: Moving final scriptSig construction from CombineSignatures to P...
Wladimir J. van der Laan
2018-07-04
Merge #13575: Refactor: Rename NET_TOR to NET_ONION
Wladimir J. van der Laan
2018-07-04
Merge #13491: Improve handling of INVALID in IsMine
Wladimir J. van der Laan
2018-07-03
Remove CombineSignatures and replace tests
Andrew Chow
2018-07-03
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-07-02
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-06-30
Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost de...
MarcoFalke
2018-06-28
Fix AreInputsStandard test to reference the proper scriptPubKey
Ben Woosley
2018-06-27
tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok
practicalswift
2018-06-27
Remove boost dependency (boost/assign/std/vector.hpp)
practicalswift
2018-06-27
Fix incorrect tests
practicalswift
2018-06-28
Merge #12882: tests: Make test_bitcoin pass under ThreadSanitzer (clang). Fix...
MarcoFalke
2018-06-19
[move-only] Move things only referenced in net_processing out of header file
Jesse Cohen
2018-06-17
Add P2WSH destination helper and use it instead of manual hashing
Pieter Wuille
2018-06-17
Add additional unit tests for invalid IsMine combinations
Pieter Wuille
2018-06-17
Do not expose invalidity from IsMine
Pieter Wuille
2018-06-13
tests: Drop variadic macro
MarcoFalke
2018-06-12
tests: Fix lock-order-inversion (potential deadlock) in DoS_tests. Reported b...
practicalswift
2018-06-12
Merge #13312: docs: Add a note about the source code filename naming convention
MarcoFalke
2018-06-11
Merge #13230: Simplify include analysis by enforcing the developer guide's in...
Wladimir J. van der Laan
2018-06-11
test: Add MempoolAncestryTests
Karl-Johan Alm
2018-06-07
Merge #13396: Drop unused arith_uint256 ! operator
Wladimir J. van der Laan
2018-06-07
Merge #13243: Make reusable base class for auxiliary indices
Wladimir J. van der Laan
2018-06-06
speed up of tx_validationcache_tests by reusing of CTransaction.
lucash.dev@gmail.com
2018-06-06
Use bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-05
Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...
Wladimir J. van der Laan
2018-06-05
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-06-05
Merge #13351: wallet: Prevent segfault when sending to unspendable witness
MarcoFalke
2018-06-05
Drop uint 256 not operator
Ben Woosley
2018-06-04
index: Remove TxIndexDB from public interface of TxIndex.
Jim Posen
2018-06-04
Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2
Wladimir J. van der Laan
2018-05-30
wallet: Prevent segfault when sending to unspendable witness
MarcoFalke
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-29
[MOVEONLY] Move unused Merkle branch code to tests
Pieter Wuille
2018-05-29
Specialized double sha256 for 64 byte inputs
Pieter Wuille
[next]