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
2014-11-24
Merge pull request #1816
Wladimir J. van der Laan
2014-11-23
Add sanity check after key generation
Pieter Wuille
2014-11-20
Test the exact order of CHECKMULTISIG sig/pubkey evaluation
Peter Todd
2014-11-20
Make STRICTENC invalid pubkeys fail the script rather than the opcode.
Pieter Wuille
2014-11-20
Merge pull request #5000
Pieter Wuille
2014-11-19
build: add quick consensus lib tests
Cory Fields
2014-11-18
miner_tests: Disable checkpoints so they don't fail the subsidy-change test
Luke Dashjr
2014-11-18
Do not use EC code in global constructors
Pieter Wuille
2014-11-17
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-14
script: check ScriptError values in script tests
Cory Fields
2014-11-10
Do signature-s negation inside the tests
Pieter Wuille
2014-11-04
Merge pull request #5196
Wladimir J. van der Laan
2014-11-04
Merge pull request #5162
Wladimir J. van der Laan
2014-11-03
Fix all header defines
Pavel JanÃk
2014-11-03
Merge pull request #5106
Wladimir J. van der Laan
2014-10-31
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
tests: enable alertnotify test for Windows
Cory Fields
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-28
Merge pull request #5100
Pieter Wuille
2014-10-28
Merge pull request #5065
Wladimir J. van der Laan
2014-10-28
Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...
Luke Dashjr
2014-10-27
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
jtimon
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-25
Add valid invert of invalid every numeric opcode tests
Peter Todd
2014-10-25
Clearly separate PUSHDATA and numeric argument MINIMALDATA tests
Peter Todd
2014-10-25
Test every numeric-accepting opcode for correct handling of the numeric minim...
Peter Todd
2014-10-25
Ensure MINIMALDATA invalid tests can only fail one way
Peter Todd
2014-10-25
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-22
boost: split stream classes out of serialize.h
Cory Fields
2014-10-22
Merge pull request #4981
Wladimir J. van der Laan
2014-10-22
Merge pull request #5108
Wladimir J. van der Laan
2014-10-22
Merge pull request #5110
Wladimir J. van der Laan
2014-10-22
CAutoFile: Explicit Get() and remove unused methods
Wladimir J. van der Laan
2014-10-21
Fixes for missing boost tuple.hpp header include.
randy-waterhouse
2014-10-20
Rename CWalletInterface to CValidationInterface
Pieter Wuille
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
Merge pull request #4468
Wladimir J. van der Laan
2014-10-15
boost: drop boost dependency in version.cpp.
Cory Fields
2014-10-14
Remove CheckMinWork, as we always know all parent headers
Pieter Wuille
2014-10-13
Typo in test
Luke
2014-10-08
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-08
Merge pull request #4834
Pieter Wuille
2014-10-07
Prettify JSON tests and minimize diffs
Pieter Wuille
2014-10-06
Merge pull request #4890
Wladimir J. van der Laan
2014-10-02
DRY: Avoid repetitions in script_test
jtimon
2014-10-02
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
Abstract out SignatureChecker
Pieter Wuille
[next]