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
/
uint256_tests.cpp
Age
Commit message (
Expand
)
Author
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
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-16
Remove references to X11 licence
Michael Ford
2014-05-09
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-05-09
Add multiplication and division to uint160/uint256
Pieter Wuille
2014-05-09
Exception instead of assigning 0 in case of wrong vector length
Pieter Wuille
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-12-25
Unittests for uint256.h
Thomas Holenstein
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-27
Make util phexdigit array reusable
Olivier Langlois
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-08-08
Cleanup test suite output to be more useful.
Matt Corallo
2011-08-08
Fix testing setup
Vegard Nossum
2011-06-27
Boost unit-testing framework.
Gavin Andresen