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
/
base58_tests.cpp
Age
Commit message (
Expand
)
Author
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-02
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
Revert merge of pull #4845
Wladimir J. van der Laan
2014-09-29
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-25
script: Fix reference into empty vector run time exception
ENikS
2014-09-08
Move CScript class and dependencies to script/script
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-05-10
Move base58.h implementation code to base58.cpp
Pieter Wuille
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-02-25
Merge pull request #3712
Wladimir J. van der Laan
2014-02-21
add test of DecodeBase58 skipping whitespace
Christian von Roques
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-22
Revert "Switch to using raw_utf8"
Jeff Garzik
2013-10-22
Merge pull request #2740 from constantined/constantined
Gavin Andresen
2013-09-16
included-tests: generate binary data from test files for inclusion into test ...
Cory Fields
2013-07-23
Switch to using raw_utf8
constantined
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2012-10-01
data-driven base58 CBitcoinAddress/CBitcoinSecret tests
Wladimir J. van der Laan
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-09
Clean up warnings
Pieter Wuille
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-19
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-10-01
remove possibility of 63 bit overflow in ParseMoney
Wladimir J. van der Laan