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
/
data
Age
Commit message (
Expand
)
Author
2021-05-01
test: Add missing test for empty P2WSH redeem
MarcoFalke
2021-04-07
[test] remove unnecessary OP_1s from invalid tests
glozow
2021-03-31
[test] remove invalid test from tx_valid.json
glozow
2021-03-16
Add signet support to gen_key_io_test_vectors.py
Pieter Wuille
2021-03-16
Use Bech32m encoding for v1+ segwit addresses
Pieter Wuille
2021-02-02
Apply minimal validation flags to tx_invalid tests
gzhao408
2021-02-02
[test] add BADTX setting for invalid txns that fail CheckTransaction
gzhao408
2021-02-02
[test] fix two witness tests in invalid tests with empty vout
gzhao408
2021-02-02
Apply maximal validation flags to tx_valid tests
gzhao408
2021-02-02
[test] fix CSV test missing OP_ADD
gzhao408
2021-02-02
[test] remove unnecessary OP_1s from CSV and CLTV tests
gzhao408
2020-07-11
wallet: Fix typo in comments; Simplify assert
MarcoFalke
2020-03-27
Limit decimal range of numbers ParseScript accepts
pierrenn
2019-12-25
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-06-02
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-04-06
blockfilter: Update BIP 158 test vectors.
Jim Posen
2018-08-28
blockfilter: Omit empty scripts from filter contents.
Jim Posen
2018-08-25
blockfilter: Unit test against BIP 158 test vectors.
Jim Posen
2018-08-02
trivial: correct typos
Varunram
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-05-05
Add transaction tests for constant scriptCode
Johnson Lau
2018-04-04
Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT...
Pieter Wuille
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-21
use base58 map instead of strchr()
Kevin Pan
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-07
Merge #11372: Address encoding cleanup
Wladimir J. van der Laan
2018-03-04
Add a test for large tx output scripts with segwit input.
Richard Kiss
2018-02-19
Split off key_io_tests from base58_tests
Pieter Wuille
2018-02-13
Add some script tests related to BOOL ops and odd values like negative 0.
Richard Kiss
2018-02-11
Fix a-vs-an typos
practicalswift
2018-01-12
Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTAC...
Mark Friedenbach
2018-01-03
Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json
Chris Stewart
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
Add regtest testing to base58_tests
Pieter Wuille
2017-09-28
Convert base58_tests from type/payload to scriptPubKey comparison
Pieter Wuille
2017-08-23
Merge #10679: Document the non-DER-conformance of one test in tx_valid.json.
Wladimir J. van der Laan
2017-08-23
Document the non-strict-DER-conformance of one test in tx_valid.json.
Andreas Schildbach
2017-08-16
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-07-11
Replace MAX_OPCODE for OP_NOP10.
Mark Friedenbach
2017-06-30
Make all script verification flags softforks
Pieter Wuille
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-05-15
tests: Correct testcase in script_tests.json for large number OP_EQUAL
Wladimir J. van der Laan
2017-03-20
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
John Newbery
2017-02-27
Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid....
MarcoFalke
2017-01-09
testcases: explicitly specify transaction version 1
John Newbery
2016-12-29
Add test cases to test new bitcoin-tx functionality
jnewbery
2016-12-21
Re-enable a blank v1 Tx JSON test
Douglas Roark
2016-12-19
Remove unused test files and references
BtcDrak
[next]