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
/
fuzz
/
script.cpp
Age
Commit message (
Expand
)
Author
2020-08-14
Replace usage of GetScriptForWitness with GetScriptForDestination
MeshCollider
2020-07-22
fuzz: add missing overrides to signature_checker
Jon Atack
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-05-30
tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...
practicalswift
2020-05-14
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
practicalswift
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-04
fuzz: Extend script fuzz test
MarcoFalke
2020-03-11
tests: Simplify code by removing unwarranted use of unique_ptr:s
practicalswift
2020-03-11
tests: Increase fuzzing coverage of DecompressScript(...)
practicalswift
2020-03-11
tests: Remove unit test from fuzzing harness
practicalswift
2020-03-07
fuzz: Add assert(script == decompressed_script)
MarcoFalke
2020-03-07
tests: Fuzz additional functions in the script fuzzing harness
practicalswift
2019-10-25
tests: Add fuzzing harness for various CScript related functions
practicalswift