55 Commits (a41d5fe01947f2f878c055670986a165af800f9a)

Author SHA1 Message Date
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Gavin Andresen 3624356e82 Refactor: Move GetAccountAddresses to CWallet 11 years ago
Gavin Andresen 618855133d Refactor: CAddressBookData for mapAddressBook 11 years ago
Micha 9afe5a2c32 Clarified the listsinceblock help test 11 years ago
Han Lin Yap 1511769239 Use existing RPC_INVALID_PARAMETER constant 11 years ago
Jeff Garzik 36bd46f1c4 RPC: keypoolrefill gains optional size parameter 11 years ago
Jeff Garzik 13dd2d090e CWallet::TopUpKeyPool() takes optional pool size argument 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 years ago
Pieter Wuille 5d891489ab Make CPubKey statically allocated 11 years ago
Gavin Andresen 92f2c1fe0f Use boost::asio::deadline_timer for walletpassphrase timeout 11 years ago
Gavin Andresen 1f00f4e9c9 CreateTransaction: return strFailReason on failure 11 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 11 years ago
Gavin Andresen d28bd8b7ca Fix getbalance discrepency 11 years ago
Peter Todd 8686f6467c Add timeoffset to getinfo RPC call 12 years ago
Andrey 1a20469428 Updated help and tests for getreceivedby(account|address) 12 years ago
Andrey 62c9b1155f listreceivedbyaddress now provides tx ids (issue #1149) 12 years ago
Philip Kaufmann ad525e9c8f do not silently ignore errors on "backupwallet" RPC cmd 12 years ago
Jeff Garzik fdbb537d26 Add new RPC "lockunspent", to prevent spending of selected outputs 12 years ago
Pieter Wuille 4291e8feab Prevent RPC 'move' from deadlocking 12 years ago
Gavin Andresen 34226be7a8 New createmultisig rpc command 12 years ago
Philip Kaufmann 6b3783a9c9 fix some double-spaces in strings 12 years ago
Pieter Wuille 8980a50924 Use CHashWriter also in SignatureHash(), and for message signing 12 years ago
Wladimir J. van der Laan 738835d7b8 Document RPC error codes 12 years ago
Philip Kaufmann 81bbef2609 add LOCK() for proxy related data-structures 12 years ago
Philip Kaufmann d210f4f5b8 fix -Wformat warnings all over the source 12 years ago
kjj2 31a8b70ee3 Add a backup warning to the encryptwallet RPC command 12 years ago
Luke Dashjr da7b8c1260 Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db 12 years ago
Luke Dashjr ddb709e9de Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list 12 years ago
Wladimir J. van der Laan 4d1d94c56c Rename CreateThread to NewThread 12 years ago
Gregory Maxwell b1093efa83 Change CWallet addressgrouping to use CTxDestination instead of strings. 12 years ago
Gregory Maxwell bdab0cf58c Avoid leaving return types or function attributes on their own lines. 12 years ago
Luke Dashjr e07c8e9123 Treat generation (mined) transactions less different from receive transactions 12 years ago
coderrr 22dfd73598 Add address groupings RPC from the coincontrol patches. 12 years ago
Luke Dashjr c3f95ef13f Choose reasonable "smart" times to display for transactions 12 years ago
Luke Dashjr bdbfd2329a JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to transaction Object outputs 12 years ago
Luke Dashjr 9c7722b7c5 Store a fixed order of transactions (and accounting) in the wallet 12 years ago
xanatos 331544bc37 Spaces in strings 12 years ago
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 12 years ago
Jeff Garzik e3bc569865 RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module 12 years ago