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_psbt.py
Age
Commit message (
Expand
)
Author
2019-02-17
Address test todos by removing -txindex to nodes.
Amiti Uttarwar
2019-02-16
Implement analyzepsbt RPC and tests
Andrew Chow
2019-02-16
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-16
Implement utxoupdatepsbt RPC and tests
Andrew Chow
2019-02-11
Split DecodePSBT into Base64 and Raw versions
Glenn Willen
2019-02-04
rpc: Fix for segfault if combinepsbt called with empty inputs
benthecarman
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2018-11-30
Merge #14380: fix assert crash when specified change output spend size is unk...
MarcoFalke
2018-11-12
Merge #14356: fix converttopsbt permitsigdata arg, add basic test
Wladimir J. van der Laan
2018-11-12
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-09
Merge #14689: Require a public key to be retrieved when signing a P2PKH input
Pieter Wuille
2018-11-08
Require a public key to be retrieved when signing a P2PKH input
Andrew Chow
2018-11-01
Add regression test for PSBT signing bug #14473
Glenn Willen
2018-09-29
fix converttopsbt permitsigdata arg, add basic test
Gregory Sanders
2018-09-22
Add test for conversion from non-witness to witness UTXO
Pieter Wuille
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-04
Fix typos reported by codespell
practicalswift
2018-08-24
fix walletcreatefundedpsbt deriv paths, add test
Gregory Sanders
2018-08-20
QA: add basic walletcreatefunded optional arg test
Gregory Sanders
2018-08-13
More tests of signer checks
Andrew Chow
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-16
Tests for PSBT
Andrew Chow