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
2023-02-17
Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...
Andrew Chow
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-11
script/sign: signing support for Miniscripts with hash preimage challenges
Antoine Poinsot
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-01-27
test, build: Separate `read_json` function into its own module
Hennadii Stepanov
2023-01-20
Add unit test for ComputeTapleafHash
Greg Sanders
2023-01-19
Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scripts...
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-21
Abstract out ComputeTapbranchHash
Russell O'Connor
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-25
refactor: Make CTransaction constructor explicit
MacroFake
2022-07-20
Use HashWriter where possible
MacroFake
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
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
[next]