index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
test
/
psbt_wallet_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.21 key prefix (#1710)
Ross Nicoll
2021-03-04
1
-1
/
+1
*
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
2020-06-24
1
-1
/
+1
*
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-1
/
+1
*
Disable CWalletTx copy constructor
Russell Yanofsky
2020-05-01
1
-4
/
+2
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...
Andrew Chow
2020-03-09
1
-3
/
+1
*
Move FillPSBT to be a member of CWallet
Andrew Chow
2020-03-09
1
-2
/
+1
*
psbt_wallet_tests: use unique_ptr for GetSigningProvider
Anthony Towns
2020-01-30
1
-1
/
+1
*
Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...
Samuel Dobson
2020-01-30
1
-2
/
+2
|
\
|
*
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
1
-1
/
+1
|
*
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-23
1
-1
/
+1
*
|
psbt: check output index is within bounds before accessing
Andrew Chow
2020-01-06
1
-0
/
+9
|
/
*
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
1
-6
/
+7
*
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
1
-2
/
+0
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
*
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-06
1
-1
/
+1
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-22
1
-2
/
+1
|
\
|
*
Remove unused TransactionError constants
MarcoFalke
2019-02-14
1
-2
/
+1
*
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
1
-0
/
+1
|
/
*
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
1
-1
/
+3
*
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
1
-0
/
+1
*
Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...
Pieter Wuille
2018-11-09
1
-5
/
+1
|
\
|
*
Simplify arguments to SignPSBTInput
Glenn Willen
2018-11-01
1
-1
/
+1
|
*
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-11-01
1
-5
/
+1
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
/
*
wallet: Add missing locks
practicalswift
2018-10-09
1
-0
/
+2
*
[MOVEONLY] Move ParseHDKeypath to utilstrencodings
Pieter Wuille
2018-08-13
1
-2
/
+0
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
wallet: Add tests for ParseHDKeypath(...)
practicalswift
2018-07-19
1
-0
/
+76
*
Tests for PSBT
Andrew Chow
2018-07-16
1
-0
/
+74