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
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-26
fs: consistently use fsbridge for fopen()
fanquake
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-06
Remove unused (and broken) functionality in SpanReader
Pieter Wuille
2021-12-03
Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide
MarcoFalke
2021-12-02
Generalize/simplify VectorReader into SpanReader
Pieter Wuille
2021-11-29
Replace MakeSpan helper with Span deduction guide
Pieter Wuille
2021-11-12
tests: implement BIP341 test vectors
Pieter Wuille
2021-08-20
Remove default nHashTypeIn arguments to MutableTransactionSignatureCreator
Pieter Wuille
2021-06-14
refactor: Pass script verify flags as uint32_t
MarcoFalke
2021-05-10
refactor: Remove useless extern keyword
MarcoFalke
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-03-15
Make all SignatureChecker explicit about missing data
Pieter Wuille
2020-10-26
test: Replace ARRAYLEN with C++11 ranged for loop
MarcoFalke
2020-10-26
test: Run AssetTest even if built --with-libs=no
MarcoFalke
2020-10-18
test: Fix -Wunused-function warning if configured --without-libs
Hennadii Stepanov
2020-10-12
tests: dumping and minimizing of script assets data
Pieter Wuille
2020-10-12
tests: add generic qa-asset-based script verification unit test
Pieter Wuille
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
[next]