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
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