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
/
test
/
util
/
data
Age
Commit message (
Expand
)
Author
2022-01-26
transaction decoding infer output descriptors
Gregory Sanders
2021-12-29
test: check that bitcoin-tx detects missing input amount for segwit transactions
Sebastian Falbesoner
2021-10-12
bitcoin-tx: Reject non-integral and out of range multisig numbers
MarcoFalke
2021-10-12
bitcoin-tx: Reject non-integral and out of range sequence ids
MarcoFalke
2021-10-12
test: Check that bitcoin-tx accepts whitespace around sequence id and multisi...
MarcoFalke
2021-10-11
bitcoin-tx: Avoid treating overflow as OP_0
MarcoFalke
2021-06-18
test: Add bitcoin-util tests
MarcoFalke
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2020-10-06
refactor: Extract ParseOpCode from ParseScript
João Barbosa
2020-03-27
Merge #18447: test: Add coverage for script parse error in ParseScript
MarcoFalke
2020-03-27
Limit decimal range of numbers ParseScript accepts
pierrenn
2020-03-27
test: add coverage for script parse error in ParseScript
pierrenn
2019-08-30
Don't show addresses or P2PK in decoderawtransaction
nicolas.dorier
2018-09-25
Consolidate redundant implementations of ParseHashStr
Ben Woosley
2018-08-09
Always create 70 byte signatures with low R values
Andrew Chow
2018-07-07
bitcoin-tx: Stricter check for valid integers
Daniel Kraft
2018-04-13
Expose a transaction's weight via RPC
Matt Corallo
2018-03-21
Fix typos
practicalswift
2017-09-29
Bump univalue and fix json formatting in tests
MarcoFalke
2017-09-29
Merge #11167: Full BIP173 (Bech32) support
Wladimir J. van der Laan
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-20
Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
Matt Corallo
2017-08-07
rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv
Wladimir J. van der Laan
2017-04-28
refactor TxToJSON() and ScriptPubKeyToJSON()
jonnynewbs
2017-03-30
Add tests for bitcoin-tx input checking
John Newbery
2017-03-30
Check stderr when testing bitcoin-tx
John Newbery
2017-03-20
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
John Newbery