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
/
script_tests.cpp
Age
Commit message (
Expand
)
Author
2020-07-30
Make CHash256/CHash160 output to Span
Pieter Wuille
2020-07-30
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-05-22
refactor: Replace const char* to std::string
Calvin Kim
2020-04-22
Merge #18612: script: Remove undocumented and unused operator+
Wladimir J. van der Laan
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-04-15
script: Remove undocumented and unused operator+
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-23
refactor: test/bench: dedup Build{Crediting,Spending}Transaction()
Sebastian Falbesoner
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-09
[build] Move rpc utility methods to rpc/util
John Newbery
2019-01-15
Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...
practicalswift
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-12
test: Add tests for truncated scripts
MarcoFalke
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-05
Don't access out of bounds array entry array[sizeof(array)]
Ben Woosley
2018-08-27
Merge #13767: Remove redundant assignments (dead stores)
MarcoFalke
2018-08-13
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-09
Always create 70 byte signatures with low R values
Andrew Chow
2018-08-02
Remove redundant assignments (dead stores)
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-13
bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,...
Thomas Kerin
2018-07-03
Remove CombineSignatures and replace tests
Andrew Chow
2018-05-23
Merge #13011: Cache witness hash in CTransaction
Wladimir J. van der Laan
2018-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-04
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-05
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-23
Merge #12885: Reduce implementation code inside CScript
Wladimir J. van der Laan
2018-04-13
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-11-16
test: refactor: Use absolute include paths for test data files
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-11
Fix invalid memory access in CScript::operator+=
Anthony Towns
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-30
Add a test that all flags are softforks
Pieter Wuille
[next]