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
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-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
2016-12-15
Adding 'amount' label to tx_valid/tx_invalid.json files
Chris Stewart
2016-12-15
Merge #7562: Bump transaction version default to 2
Wladimir J. van der Laan
2016-12-12
Fix spelling.
Richard Kiss
2016-12-08
Update python tests for default tx version=2
BtcDrak
2016-11-25
Merge #9100: tx_valid: re-order inputs to how they are encoded
MarcoFalke
2016-11-08
tx_valid: re-order inputs to how they are encoded
Daniel Cousens
2016-11-04
Allow bitcoin-tx to parse partial transactions
jnewbery
2016-10-19
Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts
Wladimir J. van der Laan
2016-10-17
test segwit uncompressed key fixes
Johnson Lau
2016-10-16
Add script tests for FindAndDelete in pre-segwit and segwit scripts
Johnson Lau
2016-10-13
Merge #8817: update bitcoin-tx to output witness data
Wladimir J. van der Laan
2016-10-05
add verbose mode to bitcoin-util-test.py
jnewbery
2016-10-05
Update bitcoin-tx to output witness data.
jonnynewbs
2016-09-29
bitcoin-util-test.py should fail if the output file is empty
jnewbery
2016-09-29
Merge #8829: Add bitcoin-tx JSON tests
MarcoFalke
2016-09-28
Add bitcoin-tx JSON tests
jnewbery
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-06-28
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
BtcDrak
2016-06-22
[qa] script_tests: witness tests can specify tx amount
Suhas Daftuar
2016-06-22
[qa] p2p segwit tests
Suhas Daftuar
2016-06-22
[qa] Autogeneration support for witness in script_tests
Pieter Wuille
2016-06-22
[qa] Add segwit support to script_tests
Pieter Wuille
[next]