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
/
functional
/
rpc_signrawtransaction.py
Age
Commit message (
Expand
)
Author
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-12
test: add rpc_signrawtransaction logging
Jon Atack
2020-04-12
test: refactor rpc_signrawtransaction witness script tests
Jon Atack
2020-04-07
test: Use one node to avoid a race due to missing sync in rpc_signrawtransaction
MarcoFalke
2020-03-31
Correctly compute redeemScript from witnessScript for signrawtransaction
Andrew Chow
2019-12-09
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
fanquake
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-03-22
[rpc] Remove signrawtransaction warning
John Newbery
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2019-02-13
Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspent
MeshCollider
2018-09-25
[wallet] remove redundand restart node
gustavonalle
2018-09-24
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-27
[rpc] Remove deprecated sigrawtransaction rpc method.
John Newbery
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-02-17
Add test for signrawtransaction
Andrew Chow
2018-02-17
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-01-25
[tests] Rename rpc_* functional tests.
Anthony Towns