aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmisc.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove SOCKS4 support from core and GUIPhilip Kaufmann2015-06-271-1/+1
* switch from boost int types to <stdint.h>Kamil Domanski2014-07-091-3/+3
* Check redeemScript size does not exceed 520 byte limitPeter Todd2014-06-291-2/+7
* Fix typo in `createmultisig` helpWladimir J. van der Laan2014-05-261-2/+2
* Replaced references to "btc" with "doge".Ross Nicoll2014-05-181-2/+2
* Add a "relayfee" field to getinfo.Gregory Maxwell2014-05-181-2/+4
* Lets get at least dogecoind buildingAlan Westbrook2014-04-051-1/+1
* Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriateRoss Nicoll2014-03-281-9/+9
* Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.Ross Nicoll2014-03-281-1/+1
* change currency three-letter-code to DOGEJannis Froese2014-03-241-1/+1
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-2/+2
* small headers ordering cleanupPhilip Kaufmann2014-01-111-2/+1
* Move `verifymessage` from rpcwallet to rpcmiscWladimir J. van der Laan2013-12-131-0/+51
* Move `createmultisig` from rpcwallet to rpcmiscWladimir J. van der Laan2013-12-131-0/+101
* Move `validateaddress` from rpcwallet to rpcmiscWladimir J. van der Laan2013-12-131-0/+85
* Move `nTransactionFee` from main.cpp to wallet.cppWladimir J. van der Laan2013-12-131-2/+0
* Move `getinfo` from rpcnet to rpcmiscWladimir J. van der Laan2013-12-131-0/+63
* add new RPC implementation file `rpcmisc.cpp`Wladimir J. van der Laan2013-12-131-0/+28