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_standard_tests.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-12
tests: implement BIP341 test vectors
Pieter Wuille
2021-09-24
rpc: remove deprecated addresses and reqSigs from rpc outputs
Michael Dietz
2021-05-24
Add TaprootBuilder class
Pieter Wuille
2021-05-24
Change Solver() output for WITNESS_V1_TAPROOT
Pieter Wuille
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-03
test: Use throwing variant accessor
MarcoFalke
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-21
test: Add missing script_standard_Solver_success cases
MarcoFalke
2020-08-14
Replace usage of GetScriptForWitness with GetScriptForDestination
MeshCollider
2020-07-30
Make CHash256/CHash160 output to Span
Pieter Wuille
2020-07-30
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
doc: Update outdated txnouttype documentation
MarcoFalke
2020-05-04
wallet: Fix typo in assert that is compile-time true
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-19
Move ismine to wallet module
Andrew Chow
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
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-08-25
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-22
Return the script type from Solver
Ben Woosley
2018-06-17
Add P2WSH destination helper and use it instead of manual hashing
Pieter Wuille
2018-06-17
Add additional unit tests for invalid IsMine combinations
Pieter Wuille
2018-06-17
Do not expose invalidity from IsMine
Pieter Wuille
2018-05-30
wallet: Prevent segfault when sending to unspendable witness
MarcoFalke
2018-04-19
Do not treat bare multisig as IsMine
Pieter Wuille
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-01-09
Implicitly know about P2WPKH redeemscripts
Pieter Wuille
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-21
[script] Unit tests for IsMine
Jim Posen
2017-09-21
[script] Unit tests for script/standard functions
Jim Posen