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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove separate node and wallet contexts
Ross Nicoll
2021-06-09
2
-2
/
+2
*
Add node context to wallet RPC request object
Ross Nicoll
2021-06-09
2
-2
/
+2
*
Add Dogecoin block subsidies
Ross Nicoll
2021-05-30
1
-2
/
+4
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
1
-15
/
+17
*
1.21 key prefix (#1710)
Ross Nicoll
2021-03-04
1
-1
/
+1
*
Remove references to CreateWalletFromFile
fanquake
2020-11-12
1
-2
/
+2
*
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-26
1
-1
/
+2
*
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-23
1
-3
/
+3
|
\
|
*
validation: Move PruneOneBlockFile to BlockManager
Carl Dong
2020-09-15
1
-3
/
+3
*
|
Do not create default wallet
Andrew Chow
2020-09-08
2
-2
/
+2
|
/
*
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
1
-1
/
+4
*
Remove WalletLocation class
Russell Yanofsky
2020-09-03
5
-35
/
+35
*
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-09-01
1
-3
/
+3
*
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-31
1
-6
/
+6
|
\
|
*
rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
MarcoFalke
2020-08-14
1
-6
/
+6
*
|
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
5
-11
/
+12
|
/
*
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-30
1
-2
/
+2
*
Merge #19370: Static asserts for consistency of fee defaults
Wladimir J. van der Laan
2020-07-22
1
-0
/
+5
|
\
|
*
Static asserts for consistency of fee defaults.
Daniel Kraft
2020-06-24
1
-0
/
+5
*
|
wallet: Fix clang build in Mac
Anthony Fieroni
2020-07-11
1
-2
/
+2
*
|
Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i...
Samuel Dobson
2020-07-11
2
-4
/
+6
|
\
\
|
*
|
wallet: Pass unused args to StartWallets
MarcoFalke
2020-07-09
2
-4
/
+6
*
|
|
Merge #18850: wallet: Fix ZapSelectTx to sync wallet spends
Samuel Dobson
2020-07-11
1
-0
/
+33
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix ZapSelectTx to sync wallet spends
Anthony Fieroni
2020-05-07
1
-0
/
+33
*
|
|
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-04
1
-3
/
+3
|
\
\
\
|
*
|
|
scripted-diff: Replace EnsureChainman with Assert in unit tests
MarcoFalke
2020-06-15
1
-3
/
+3
*
|
|
|
Merge #19413: refactor: Remove confusing BlockIndex global
MarcoFalke
2020-07-03
1
-8
/
+9
|
\
\
\
\
|
*
|
|
|
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-29
1
-8
/
+9
*
|
|
|
|
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
2
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Convert CPubKey to WitnessV0KeyHash directly
Ben Woosley
2020-06-19
1
-3
/
+3
*
|
|
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-06-17
5
-34
/
+34
*
|
|
walletdb: Move BDB specific things into bdb.{cpp/h}
Andrew Chow
2020-06-15
1
-1
/
+1
|
/
/
*
|
test: Avoid overwriting the NodeContext member of the testing setup
MarcoFalke
2020-06-06
3
-3
/
+0
*
|
validation: Make PruneOneBlockFile() a member of ChainstateManager
MarcoFalke
2020-05-21
1
-3
/
+3
*
|
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-3
/
+7
*
|
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2020-05-08
1
-4
/
+4
|
/
*
Merge #9381: Remove CWalletTx merging logic from AddToWallet
Samuel Dobson
2020-05-06
3
-23
/
+9
|
\
|
*
Disable CWalletTx copy constructor
Russell Yanofsky
2020-05-01
1
-4
/
+2
|
*
Remove CWalletTx merging logic from AddToWallet
Russell Yanofsky
2020-05-01
2
-19
/
+7
*
|
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
1
-1
/
+1
*
|
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
1
-2
/
+3
|
/
*
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
1
-42
/
+63
*
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-5
/
+5
*
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-1
/
+1
*
test: Add CreateWalletFromFile test
Russell Yanofsky
2020-04-26
1
-0
/
+114
*
Introduce WalletDescriptor class
Andrew Chow
2020-04-23
1
-0
/
+21
*
Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
Samuel Dobson
2020-04-23
1
-6
/
+9
|
\
|
*
wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
MarcoFalke
2020-04-16
1
-6
/
+9
*
|
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-19
1
-5
/
+5
[next]