Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-16 | Move BackupWallet to CWallet::BackupWallet | Patrick Strateman | |
2016-05-16 | Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance | Patrick Strateman | |
2016-05-16 | Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. | Gregory Maxwell | |
2016-05-10 | Merge #8028: Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk | Wladimir J. van der Laan | |
0fd5997 Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk (Patrick Strateman) | |||
2016-05-10 | init: Move berkeleydb version reporting to wallet | Wladimir J. van der Laan | |
Move the version reporting to Wallet::Verify, before starting verification of the wallet. This removes the dependency of init on a specific wallet database library. A further, trivial step towards resolving #7965. | |||
2016-05-09 | Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk | Patrick Strateman | |
2016-04-25 | Merge #7688: List solvability in listunspent output and improve help | Wladimir J. van der Laan | |
c3932b3 List solvability in listunspent output and improve help (Pieter Wuille) | |||
2016-04-22 | Merge #7816: [Wallet] slighly refactor GetOldestKeyPoolTime() | Wladimir J. van der Laan | |
9f7336b [Wallet] slightly refactor GetOldestKeyPoolTime() (Jonas Schnelli) | |||
2016-04-19 | Merge #7787: [Moveonly] Create ui_interface.cpp | Wladimir J. van der Laan | |
fa10ce6 Move ui_interface.cpp to libbitcoin_server_a_SOURCES (MarcoFalke) fabbf80 [ui] Move InitError, InitWarning, AmountErrMsg (MarcoFalke) | |||
2016-04-15 | Add lockUnspents option to fundrawtransaction | João Barbosa | |
2016-04-15 | Add change options to fundrawtransaction | João Barbosa | |
2016-04-06 | [Wallet] slightly refactor GetOldestKeyPoolTime() | Jonas Schnelli | |
2016-04-02 | [ui] Move InitError, InitWarning, AmountErrMsg | MarcoFalke | |
2016-04-02 | Merge #7691: [Wallet] refactor wallet/init interaction | Wladimir J. van der Laan | |
25340b7 [Wallet] refactor wallet/init interaction (Jonas Schnelli) | |||
2016-03-29 | Merge #7558: [RPC] Add import/removeprunedfunds rpc call | Wladimir J. van der Laan | |
f1bb13c Added companion removeprunedfunds call. (instagibbs) 7eb7029 Add importprunedfunds rpc call (instagibbs) | |||
2016-03-24 | Merge #7506: Use CCoinControl selection in CWallet::FundTransaction | Wladimir J. van der Laan | |
d6cc6a1 Use CCoinControl selection in CWallet::FundTransaction (João Barbosa) | |||
2016-03-23 | Added companion removeprunedfunds call. | instagibbs | |
2016-03-23 | Merge #7715: Fix calculation of balances and available coins. | Wladimir J. van der Laan | |
68d4282 Fix calculation of balances and available coins. (Alex Morcos) | |||
2016-03-22 | Prevent multiple calls to CWallet::AvailableCoins | João Barbosa | |
2016-03-22 | [Wallet] refactor wallet/init interaction | Jonas Schnelli | |
2016-03-21 | Implement "feefilter" P2P message. | Alex Morcos | |
The "feefilter" p2p message is used to inform other nodes of your mempool min fee which is the feerate that any new transaction must meet to be accepted to your mempool. This will allow them to filter invs to you according to this feerate. | |||
2016-03-18 | Fix calculation of balances and available coins. | Alex Morcos | |
No longer consider coins which aren't in our mempool. Add test for regression in abandonconflict.py | |||
2016-03-14 | List solvability in listunspent output and improve help | Pieter Wuille | |
2016-03-14 | [qt] Remove 0-fee from send dialog | MarcoFalke | |
2016-03-14 | [wallet] Move hardcoded file name out of log messages | MarcoFalke | |
2016-03-14 | [Wallet] optimize return value of InitLoadWallet() | Jonas Schnelli | |
2016-03-11 | [Wallet] move "load wallet phase" to CWallet | Jonas Schnelli | |
2016-03-11 | Merge #7576: [Wallet] move wallet help string creation to CWallet | Wladimir J. van der Laan | |
72c2651 [Wallet] move wallet help string creation to CWallet (Jonas Schnelli) | |||
2016-03-08 | Use CCoinControl selection in CWallet::FundTransaction | João Barbosa | |
2016-03-05 | [Wallet] move wallet help string creation to CWallet | Jonas Schnelli | |
2016-03-03 | Merge #7521: Don't resend wallet txs that aren't in our own mempool | Wladimir J. van der Laan | |
5a2b1c0 Don't resend wallet txs that aren't in our own mempool (Alex Morcos) | |||
2016-02-27 | Fix doxygen comment for payTxFee | MarcoFalke | |
2016-02-11 | Don't resend wallet txs that aren't in our own mempool | Alex Morcos | |
2016-02-09 | wallet: Ignore MarkConflict if block hash is not known | Wladimir J. van der Laan | |
If number of conflict confirms cannot be determined, this means that the block is still unknown or not yet part of the main chain, for example during a reindex. Do nothing in that case, instead of crash with an assertion. Fixes #7234. | |||
2016-02-04 | Merge #6480: include the chaintip blockindex in the SyncTransaction signal, ↵ | Wladimir J. van der Laan | |
add signal UpdateTip() 7d0bf0b include the chaintip *blockIndex in the SyncTransaction signal (Jonas Schnelli) | |||
2016-02-02 | Move maxTxFee out of mempool | MarcoFalke | |
Also, remove default values in CMerkleTx::AcceptToMemoryPool() | |||
2016-01-30 | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee | MarcoFalke | |
2016-01-20 | Merge #7183: Improved readability of ApproximateBestSubset | Wladimir J. van der Laan | |
96efcad Improved readability of sorting for coin selection. (Murch) | |||
2016-01-13 | Merge pull request #7312 | Wladimir J. van der Laan | |
d11fc16 [Wallet] Call notification signal when a transaction is abandoned (Jonas Schnelli) df0e222 Add RPC test for abandoned and conflicted transactions. (Alex Morcos) 01e06d1 Add new rpc call: abandontransaction (Alex Morcos) 9e69717 Make wallet descendant searching more efficient (Alex Morcos) | |||
2016-01-13 | [Wallet] Call notification signal when a transaction is abandoned | Jonas Schnelli | |
2016-01-13 | Add new rpc call: abandontransaction | Alex Morcos | |
Unconfirmed transactions that are not in your mempool either due to eviction or other means may be unlikely to be mined. abandontransaction gives the wallet a way to no longer consider as spent the coins that are inputs to such a transaction. All dependent transactions in the wallet will also be marked as abandoned. | |||
2016-01-13 | Merge pull request #7296 | Wladimir J. van der Laan | |
bebe58b SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFee (Alex Morcos) e420a1b Add sane fallback for fee estimation (Alex Morcos) 995b9f3 Always respect GetRequiredFee for wallet txs (Alex Morcos) | |||
2016-01-07 | Make wallet descendant searching more efficient | Alex Morcos | |
2016-01-06 | Make sure conflicted wallet tx's update balances | Alex Morcos | |
2016-01-05 | Improved readability of sorting for coin selection. | Murch | |
Future proofing added lines | |||
2016-01-05 | Add sane fallback for fee estimation | Alex Morcos | |
Add new commandline option "-fallbackfee" to use when fee estimation does not have sufficient data. | |||
2016-01-05 | Always respect GetRequiredFee for wallet txs | Alex Morcos | |
2016-01-05 | Merge pull request #7205 | Wladimir J. van der Laan | |
fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke) | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-12-12 | fix logic for error log | accraze | |