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-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-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-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
2018-05-24
Merge #13291: test: Don't include torcontrol.cpp into the test file
MarcoFalke
2018-05-23
Merge #13011: Cache witness hash in CTransaction
Wladimir J. van der Laan
2018-05-23
Do not use uppercase characters in source code filenames
practicalswift
2018-05-22
Merge #13282: trivial: Mark overrides as such.
MarcoFalke
2018-05-21
Declare TorReply parsing functions in torcontrol_tests
Ben Woosley
2018-05-20
Drop the chain argument to GetDifficulty
Ben Woosley
2018-05-20
trivial: Mark overrides as such.
Daniel Kraft
2018-05-19
scripted-diff: Rename master key to seed
John Newbery
2018-05-18
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-16
Merge #13023: Fix some concurrency issues in ActivateBestChain()
Wladimir J. van der Laan
2018-05-16
Add unit tests for signals generated by ProcessNewBlock()
Jesse Cohen
2018-05-15
Merge #12881: Minor optimizations to bech32::Decode(); add tests.
Wladimir J. van der Laan
2018-05-14
Break circular dependency: chain -> pow -> chain
Ben Woosley
2018-05-14
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
Merge #11689: mempool: Fix missing locking in CTxMemPool::check(…) and CTxM...
MarcoFalke
2018-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
[next]