lbrycrd/src/wallet
Russell Yanofsky 82b7dc373a [wallet] Add GetLegacyBalance method to simplify getbalance RPC
This adds a simpler new implementation of getbalance logic along with asserts
to confirm it behaves identically to the old logic. The old logic is removed in
the next commit.
2017-04-26 06:36:38 -04:00
..
test wallet: Introduce database handle wrapper 2017-04-20 17:15:30 +02:00
coincontrol.h Allow to opt-into RBF when creating a transaction 2017-01-23 16:23:39 -05:00
crypter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
db.cpp wallet: Reduce references to global bitdb environment 2017-04-20 17:15:31 +02:00
db.h wallet: Make IsDummy private in CWalletDBWrapper 2017-04-20 17:55:01 +02:00
feebumper.cpp Merge #9942: Refactor CBlockPolicyEstimator 2017-04-20 21:17:17 +02:00
feebumper.h [trivial] Fix typo ("improssible" → "impossible") 2017-04-07 18:29:54 +02:00
rpcdump.cpp Merge #10208: [wallet] Rescan abortability 2017-04-18 08:05:24 +02:00
rpcwallet.cpp [wallet] Add GetLegacyBalance method to simplify getbalance RPC 2017-04-26 06:36:38 -04:00
rpcwallet.h Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00
wallet.cpp [wallet] Add GetLegacyBalance method to simplify getbalance RPC 2017-04-26 06:36:38 -04:00
wallet.h [wallet] Add GetLegacyBalance method to simplify getbalance RPC 2017-04-26 06:36:38 -04:00
walletdb.cpp wallet: CWalletDB CDB composition not inheritance 2017-04-20 17:55:01 +02:00
walletdb.h wallet: Add comment describing the various classes in walletdb.h 2017-04-21 16:04:26 +02:00