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
/
wallet
/
test
/
psbt_wallet_tests.cpp
Age
Commit message (
Expand
)
Author
2020-06-24
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-05-01
Disable CWalletTx copy constructor
Russell Yanofsky
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-09
Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...
Andrew Chow
2020-03-09
Move FillPSBT to be a member of CWallet
Andrew Chow
2020-01-30
psbt_wallet_tests: use unique_ptr for GetSigningProvider
Anthony Towns
2020-01-30
Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...
Samuel Dobson
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-06
psbt: check output index is within bounds before accessing
Andrew Chow
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-02-22
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
Remove unused TransactionError constants
MarcoFalke
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen
2018-11-09
Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...
Pieter Wuille
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-01
Simplify arguments to SignPSBTInput
Glenn Willen
2018-11-01
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-10-09
wallet: Add missing locks
practicalswift
2018-08-13
[MOVEONLY] Move ParseHDKeypath to utilstrencodings
Pieter Wuille
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-19
wallet: Add tests for ParseHDKeypath(...)
practicalswift
2018-07-16
Tests for PSBT
Andrew Chow