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
/
Makefile.test.include
Age
Commit message (
Expand
)
Author
2015-05-14
Merge pull request #5964
Gavin Andresen
2015-05-14
CScheduler unit test
Gavin Andresen
2015-05-13
Merge pull request #5159
Wladimir J. van der Laan
2015-05-13
Create new BlockPolicyEstimator for fee estimates
Alex Morcos
2015-04-23
fix and enable bip32 unit test
Jonas Schnelli
2015-03-26
Keep mempool consistent during block-reorgs
Gavin Andresen
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-09
Merge pull request #5852
Wladimir J. van der Laan
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2015-02-21
Add unit tests for next difficulty calculations
Ross Nicoll
2015-01-31
remove sig_canonical.json and sig_noncanonical.json
Manuel Araoz
2015-01-05
tests: run sanity checks in tests too
Cory Fields
2015-01-05
Add tests for new uint256
Wladimir J. van der Laan
2015-01-05
uint256->arith_uint256 blob256->uint256
Wladimir J. van der Laan
2014-12-31
Merge #5528 from
Jeff Garzik
2014-12-24
bitcoin-tx: Add test case for signing a tx
Eric R. Schulz
2014-12-19
build: fix 'make distcheck'
Cory Fields
2014-11-20
build: fix link error on some platforms. Fixes #5235
Cory Fields
2014-11-19
build: add --with-libs so that libs are optional
Cory Fields
2014-11-19
build: add libbitcoinconsensus files and hook up the lib build
Cory Fields
2014-11-19
build: make a distinction between static app ldflags and static lib ldflags
Cory Fields
2014-11-18
build: secp256k1 as a subdir, since it's required
Cory Fields
2014-11-18
Always build and link libsecp256k1
Pieter Wuille
2014-10-31
minor cleanup: include orders, end comments etc.
Philip Kaufmann
2014-10-13
build: quit abusing LIBS for Windows builds.
Cory Fields
2014-10-08
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-09-23
Add coins_tests with a large randomized CCoinViewCache test.
Pieter Wuille
2014-09-14
bitcoin-util-test: Test bitcoin-tx with null scriptPubKey
Luke Dashjr
2014-08-26
Move CMedianFilter to timedata.cpp
Wladimir J. van der Laan
2014-08-22
Merge pull request #4733
Jeff Garzik
2014-08-20
UniValue: add unit tests
Jeff Garzik
2014-08-19
Add bitcoin-tx tests
Jeff Garzik
2014-08-19
Add "it works" test for bitcoin-tx
Jeff Garzik
2014-08-18
build: add option for reducing exports (v2)
Cory Fields
2014-08-18
Revert "build: add option for reducing exports"
Wladimir J. van der Laan
2014-08-15
build: add option for reducing exports
Cory Fields
2014-08-15
build: fix automake warnings about the use of INCLUDES
Cory Fields
2014-07-29
Add "bitcoin-tx" command line utility and supporting modules.
Jeff Garzik
2014-07-01
secp256k1: Add build-side changes for libsecp256k1
Cory Fields
2014-06-29
Add skiplist unit tests
Pieter Wuille
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-21
crypto: create a separate lib for crypto functions
Cory Fields
2014-06-21
Extend and move all crypto tests to crypto_tests.cpp
Pieter Wuille
2014-06-21
Add built-in SHA-1 implementation.
Pieter Wuille
2014-06-21
Add a built-in SHA256/SHA512 implementation.
Pieter Wuille
2014-06-05
build: quit abusing AM_CPPFLAGS
Cory Fields
2014-06-05
build: avoid the use of top_ and abs_ dir paths
Cory Fields
2014-06-05
build: nuke Makefile.include from orbit
Cory Fields
2014-06-05
build: Switch to non-recursive make
Cory Fields