197 Commits (c90036f6645dea7c19e033c11240567371407017)

Author SHA1 Message Date
MarcoFalke fa19b18c63 [wallet] Move hardcoded file name out of log messages 9 years ago
Jonas Schnelli 15e6e13624
[Wallet] optimize return value of InitLoadWallet() 9 years ago
Jonas Schnelli fc7c60d699
[Wallet] move "load wallet phase" to CWallet 9 years ago
Jonas Schnelli 72c2651581
[Wallet] move wallet help string creation to CWallet 9 years ago
MarcoFalke fa06ce0949 Fix doxygen comment for payTxFee 9 years ago
Matthew Zipkin 7eef1d0dad Clarify description of blockindex 9 years ago
Wladimir J. van der Laan f31b6b8995 test: test leading space for ParseHex 9 years ago
Wladimir J. van der Laan ca8fb59ae1 wallet: Warn on unexpected EOF while salvaging wallet 9 years ago
instagibbs c372572595 Fix and cleanup listreceivedbyX documentation 9 years ago
Alex Morcos 5a2b1c0c8b Don't resend wallet txs that aren't in our own mempool 9 years ago
Wladimir J. van der Laan 40e7b61835 wallet: Ignore MarkConflict if block hash is not known 9 years ago
MarcoFalke fad6244879 ATMP: make nAbsurdFee const 9 years ago
MarcoFalke fa762d0f00 [wallet.h] Remove main.h include 9 years ago
MarcoFalke fa79db2641 Move maxTxFee out of mempool 9 years ago
MarcoFalke fa331db68b mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee 9 years ago
Daniel Cousens d13f65ebac rpc: update inline comments to refer to new file paths 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
Jonas Schnelli dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
MarcoFalke fa6d4cc095 [walletdb] Fix syntax error in key parser 9 years ago
Suhas Daftuar eaa8d2754b RPC: indicate which transactions are replaceable 9 years ago
Chris Wheeler 9d263bd17c Typo fixes in comments 9 years ago
Jonas Schnelli d11fc1695c [Wallet] Call notification signal when a transaction is abandoned 9 years ago
Alex Morcos 01e06d1fa3 Add new rpc call: abandontransaction 9 years ago
MarcoFalke faf671bca6 [wallet] Clarify rpc help message with regard to rounding 9 years ago
Cory Fields c0cf48d1ac c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally 9 years ago
Alex Morcos 9e69717254 Make wallet descendant searching more efficient 9 years ago
Alex Morcos f61766b37b Make sure conflicted wallet tx's update balances 9 years ago
Cory Fields 57d2f62c99 c++11: CAccountingEntry must be defined before use in a list 9 years ago
Cory Fields 76ac35f36d c++11: detect and correct for boost builds with an incompatible abi 9 years ago
Murch 96efcadfc0 Improved readability of sorting for coin selection. 9 years ago
MarcoFalke faf538bfdb [trivial] Merge test cases and replace CENT with COIN 9 years ago
Alex Morcos e420a1b15e Add sane fallback for fee estimation 9 years ago
Alex Morcos 995b9f385b Always respect GetRequiredFee for wallet txs 9 years ago
MarcoFalke fa3c7e644f [wallet] Add regression test for vValue sort order 9 years ago
Chris Moore 2409865e14 Reduce inefficiency of GetAccountAddress() 9 years ago
MarcoFalke fa33d9740c [walletdb] Add missing LOCK() in Recover() for dummyWallet 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
accraze d812daf967 fix logic for error log 9 years ago
accraze c611acc38a wallet: check if tx scriptPubKey is unspendable 9 years ago
accraze b6915b8239 checks for null data transaction before debug.log 9 years ago
MarcoFalke fafd09375e [wallet] Adjust pruning test 9 years ago
Murch fc0f52d780 Added a test for the pruning of extraneous inputs after ApproximateBestSet 9 years ago
Murch af9510e037 Moved set reduction to the end of ApproximateBestSubset to reduce performance impact 9 years ago
AlSzacrel 5c03483e26 Coinselection prunes extraneous inputs from ApproximateBestSubset 9 years ago
Jonas Schnelli 7d0bf0bb46
include the chaintip *blockIndex in the SyncTransaction signal 9 years ago
MarcoFalke fabd10a9c9 Fix typo in wallet.cpp 9 years ago
Jonas Schnelli a3c3ddbd7b
[Qt] add InMempool() info to transaction details 9 years ago
MarcoFalke faffc172ec rpcwallet: Clarify what settxfee does 9 years ago
Pieter Wuille ecc7c82361
Move fPayAtLeastCustomFee function to CC 9 years ago
Pieter Wuille 9ac63d6d30 Keep track of explicit wallet conflicts instead of using mempool 9 years ago