3570 Commits (ffd082a6a36bf0b85078be8400b8eda3630b34b3)

Author SHA1 Message Date
Wladimir J. van der Laan a943bde6f0 Move `settxfee` from rpcblockchain to rpcwallet 11 years ago
Wladimir J. van der Laan 16bc9aaf8a Move `getinfo` from rpcnet to rpcmisc 11 years ago
Wladimir J. van der Laan 652e156951 add new RPC implementation file `rpcmisc.cpp` 11 years ago
Philip Kaufmann a9a37c8bb5 update help for -blockmaxsize and blockprioritysize 11 years ago
Wladimir J. van der Laan 22f0135df0 Rebrand to `Bitcoin Core` 11 years ago
Cory Fields efdfee423f build: fix detection of boost libs on multi-arch distros 11 years ago
Philip Kaufmann 7df07b3f45 [Qt] fix RecentRequestsTableModel function ambiuguity 11 years ago
Philip Kaufmann 24646ee76f [Qt] fix possibilty to delete last sendcoins entry 11 years ago
Tamas Blummer 3e01c00f42 Add tests for correct and incorrect order of signatures for a multisig 11 years ago
Philip Kaufmann bd70562f66 [Qt] add messages when handling local payment request files 11 years ago
Gavin Andresen 0b238b2786 Use thread-local storage for LogPrint(category...) 11 years ago
Gavin Andresen 962b1cf441 Fix infinite loop with LogPrint on Windows 11 years ago
Philip Kaufmann f914c7a1a4 rpcwallet: use EnsureWalletIsUnlocked() where possible 11 years ago
Philip Kaufmann 84f8551f3a [Qt] misc small Mac related changes/cleanups 11 years ago
Philip Kaufmann fdbdb7f345 cleanup includes in rpcnet.cpp 11 years ago
Philip Kaufmann b6aafca03d some string and indentation updates in init/rpcclient 11 years ago
Wladimir J. van der Laan fbc7a96d03 Re-enable miner tests in --disable-wallet mode 11 years ago
Wladimir J. van der Laan acfa03337e Move internal miner functionality together 11 years ago
Wladimir J. van der Laan 4a85e06750 Allow mining RPCs with --disable-wallet 11 years ago
Gavin Andresen 80ecf6702a Add ThreadGetMyExternalIP to net thread group 11 years ago
Michael Bauer 6027b460e4 Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Gregory Maxwell a702a0b61d Restore hex to getrawtransaction vout scriptPubkey. 11 years ago
Philip Kaufmann 4cf3411056 [Qt] misc PaymentServer changes (e.g. changes to eventFilter()) 11 years ago
Philip Kaufmann 38cbeab1ff fix typo in rpcnet.cpp 11 years ago
Wladimir J. van der Laan 4ef92a9067 Refuse to retransmit transactions without vins 11 years ago
Wladimir J. van der Laan d3ef9b00ec Prevent empty transactions from being added to vtxPrev 11 years ago
Wladimir J. van der Laan 5094f8d46f Split off rpc_wallet_tests 11 years ago
Wladimir J. van der Laan 829c920387 Move CCryptoKeyStore to crypter.cpp 11 years ago
Wladimir J. van der Laan 4f9e993bc9 Add --disable-wallet option to build system 11 years ago
Wladimir J. van der Laan d004d7279f Move CAddrDB frrom db to net 11 years ago
Wladimir J. van der Laan 48ba56cdfd Delimit code with #ifdef ENABLE_WALLET 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
Wladimir J. van der Laan 6c98cca9e4 qt: use deleteLater to remove send entries 11 years ago
Gavin Andresen 1e01f7c506 Payment request URI syntax changed, from request=... to r=... 11 years ago
Philip Kaufmann ccd1372dd0 [Qt] small notificator and style changes 11 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Gregory Maxwell 9b59e3bda8 Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
Philip Kaufmann d3207b6fa8 [Qt] coin-control features GUI cleanup 3 11 years ago
Philip Kaufmann 834e14e57f [Qt] coin-control features GUI cleanup 2 11 years ago
Sined d6cb85d50d Lossless image optimization 11 years ago
Ryan Niebur bae6c7e32b Fix a rare crash on Mac OS X, by removing a setFocus on the payTo field that was not necessary, as the field still receives focus without it. 11 years ago
Gavin Andresen 49dc3a0f1a Make unit tests succeed with -DDEBUG_LOCKORDER 11 years ago
Gavin Andresen 4d707d5120 Add verbose boolean to getrawmempool 11 years ago
Gavin Andresen 0733c1bde6 Refactor: move GetValueIn(tx) to tx.GetValueIn() 11 years ago
Gavin Andresen 98c7c8fd1d Remove dead transaction replacement code 11 years ago
Gavin Andresen ad898b40aa Increase default -blockmaxsize/prioritysize to 750K/50K 11 years ago
Gavin Andresen c649637b6c mutex debugging routines: LocksHeld() and AssertLockHeld() 11 years ago
Wladimir J. van der Laan 9d2b73d19f bitcoin-cli: Add missing SelectParamsFromCommandLine 11 years ago