214 Commits (a9149688f87cb790a600400abd9af72c3ee0c312)

Author SHA1 Message Date
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
Jonas Schnelli cef8bdf5d7
[Wallet][RPC] add missing abandon status documentation 9 years ago
João Barbosa df9e9233dc Fix lockunspents help message 9 years ago
Jonas Schnelli 263de3d1c8
[Wallet][RPC] add abandoned status to listtransactions 9 years ago
instagibbs f1bb13c93d Added companion removeprunedfunds call. 9 years ago
instagibbs 7eb702954e Add importprunedfunds rpc call 9 years ago
João Barbosa bb16c8894b Prevent multiple calls to CWallet::AvailableCoins 9 years ago
Jonas Schnelli 25340b7cd5
[Wallet] refactor wallet/init interaction 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
Denis Lukianov c5825d2d73 Correct importaddress help reference to importpubkey 9 years ago
Alex Morcos 68d4282774 Fix calculation of balances and available coins. 9 years ago
MarcoFalke fa48bb3148 [qt] Remove 0-fee from send dialog 9 years ago
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
João Barbosa d6cc6a1830 Use CCoinControl selection in CWallet::FundTransaction 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