1416 Commits (a9cbc8fa09cdc1296dda0d99abfe779f5a9841e0)

Author SHA1 Message Date
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 10 years ago
Matthew Bogosian 90fd87376d fixes #4163 10 years ago
Peter Todd 787ee0c913 Check redeemScript size does not exceed 520 byte limit 10 years ago
Philip Kaufmann cfe4cad9e5 [Qt] fix style, formating, comment and indentation problems 10 years ago
Daniel Newton a00ebb5117 move wallet info stuff to "getwalletinfo" rpc (left original wallet 11 years ago
Gavin Andresen 93a18a3650 Remove CWalletTx::vfSpent 11 years ago
Wladimir J. van der Laan b96f6a77f8 Remove "conflicted" as transaction category. 11 years ago
Wladimir J. van der Laan 05add3fe0e Serialize only CTransaction data in gettransaction RPC hex 11 years ago
Wladimir J. van der Laan 6c0db81c09 Document new `walletpassphrase` behavior in 0.9 11 years ago
Gavin Andresen 731b89b8b5 Track and report wallet transaction clones 11 years ago
Gavin Andresen 2b72d46f42 Handle "conflicted" transactions properly 11 years ago
Wladimir J. van der Laan 3a1c20b77a Add raw transaction hex to `gettransaction` wallet RPC 11 years ago
Gregory Maxwell 0542619d93 Rename IsConfirmed to IsTrusted to better match the intended behavior. 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Philip Kaufmann 6943cb9b4f small changes to rpc command help message strings 11 years ago
Wladimir J. van der Laan a7f3aedec3 Re-add BTC/KB in help message for `settxfee` 11 years ago
Wladimir J. van der Laan 3cf1f43694 Mention `*` value for account in documentation for `getbalance` RPC 11 years ago
Wladimir J. van der Laan a8db31c83d qt: allow `walletpassphrase` in debug console without -server 11 years ago
Wladimir J. van der Laan c3a7f516e7 Move `verifymessage` from rpcwallet to rpcmisc 11 years ago
Wladimir J. van der Laan 723a03d2de Move `createmultisig` from rpcwallet to rpcmisc 11 years ago
Wladimir J. van der Laan 452955f5be Move `validateaddress` from rpcwallet to rpcmisc 11 years ago
Wladimir J. van der Laan a943bde6f0 Move `settxfee` from rpcblockchain to rpcwallet 11 years ago
Philip Kaufmann f914c7a1a4 rpcwallet: use EnsureWalletIsUnlocked() where possible 11 years ago
Michael Bauer 6027b460e4 Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance 11 years ago
Wladimir J. van der Laan 991685d3dc Move getinfo to rpcnet.cpp 11 years ago
Wladimir J. van der Laan bbb093652e Move HelpExample* from rpcwallet to rpcserver 11 years ago
Gavin Andresen 0733c1bde6 Refactor: move GetValueIn(tx) to tx.GetValueIn() 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
sje a6099ef319 Issue #1865 - Clean up RPC help messages 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Philip Kaufmann 4315ec1a72 RPC: error code changes and prevent crash with walletpassphrase 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille e4daecda0b Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Jeff Garzik 28f6b8dbad RPC validateaddress: test pwalletMain for NULL (no-wallet mode) 11 years ago
Jeff Garzik b0730874d9 Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago
Peter Todd 2253642287
Make validateaddress provide redeemScript 11 years ago
Jeff Garzik e5e9904c1c RPC: add getrawchangeaddress, for raw transaction change destinations 11 years ago
Gregory Maxwell 71ac5052d8 Remove fAllowReuse from GetKeyFromPool. 11 years ago
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
Luke Dashjr cc6cfab38f Bugfix: Supress "address" key in transaction details, when the destination isn't recognized 12 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