Merge pull request #295 from svost/patch
[novacoin.git] / src / rpcwallet.cpp
2016-03-27 svostIt's a c++: use string.empty()
2016-03-21 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-03-21 CryptoManiacThere is no need for these conditions anymore.
2016-03-18 svostFix set of msvc C4127 warning 292/head
2016-03-11 CryptoManiacAutomatically add empty label for pubkey pair addresses.
2016-03-11 CryptoManiacFix daemon compilation isue.
2016-03-11 CryptoManiacKeep address labels for pubkey pair addresses.
2016-03-08 CryptoManiacResendTX: forced rebroadcasting of unconfirmed transact...
2016-03-07 CryptoManiacCOunt received coins for owned pubkey-pair addresses...
2016-03-06 CryptoManiacSimplification of scriptPubKey handling code.
2016-03-05 CryptoManiacPUBKEY_PAIR_ADDRESS / PUBKEY_PAIR_ADDRESS_TEST
2016-03-05 CryptoManiacAdd hex representation
2016-03-05 CryptoManiacMalleable keys: remove version byte
2016-02-22 CryptoManiacDo some cleanup, add importmalleablekey RPC call
2016-02-22 svostRemove c_str: stringvar1 = stringvar2 283/head
2016-02-21 CryptoManiacAllow generation of keypairs for mainNet clients since...
2016-02-18 CryptoManiacRPC: Modify sendtoaddress/sendfrom methods to treat...
2016-02-18 CryptoManiacWallet core: remove SendMoneyToDestination
2016-02-14 0xDEADFACERPC: Add new methods suitable for malleable key pairs...
2016-02-13 0xDEADFACEListMalleablePubKeys method
2016-02-12 0xDEADFACEEncryption isn't needed here.
2016-02-11 0xDEADFACEMalleable keys: Crypted R parameter support.
2016-02-11 0xDEADFACEAdd hex representation of public key pair.
2016-02-11 0xDEADFACEAdd malleable keys support.
2016-01-31 svostGet rid of some useless-cast 270/head
2015-10-14 svostSmall code fixes: 252/head
2015-10-12 CryptoManiacRPC: add quotes to examples.
2015-09-30 svostAdded GetArgUInt function 243/head
2015-09-22 CryptoManiacAdditional randomization of NTP requests. Also add...
2015-05-04 svostSwitch from boost int types to <stdint.h>
2015-04-24 CryptoManiacMerge remote-tracking branch 'remotes/origin/newminer'
2015-04-19 CryptoManiacnMinimumInputValue variable should be used in the condi...
2015-04-13 MASM fanNew stake miner
2015-03-28 CryptoManiacRevert "Deprecate accounting API."
2015-03-28 CryptoManiacDeprecate accounting API.
2015-02-14 CryptoManiacAdd key pool upgrade warning.
2015-02-06 CryptoManiacRPC: add new keypoolreset RPC call
2015-01-25 fsb4000предупреждение о максимальном количестве адресов 125/head
2015-01-10 CryptoManiacAdd redeemScript size sanity checkings.
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-08-28 CryptoManiacRPC: modify mergecoins
2014-08-02 MASM fanRPC: Add mergecoins function
2014-07-26 CryptoManiacImplement IsMine filter 24/head
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacHandle unspendable inputs correctly.
2014-07-19 CryptoManiacMerge support for watch-only addresses
2014-07-16 CryptoManiacMulti-threaded signatures checking support, rename...
2014-07-10 CryptoManiacTranslation fixes
2014-02-23 Luke DashjrBugfix: Supress "address" key in transaction details... 10/head
2014-02-14 MASM fanRename IsConfirmed() to IsTrusted()
2014-02-05 MASM fanMerge RPC and wallet updates from 0.4.4.7 v0.4.4.6-nvc-update1
2013-11-06 alexRPC: merge gettransaction output format fixes
2013-10-23 alexAdd -mininput=value option
2013-08-24 alexUse existing RPC_INVALID_PARAMETER constant
2013-08-18 alexRPC: optional size parameter for keypoolrefill
2013-08-18 alexP2SH related RPC improvements
2013-07-29 alexAdd timeoffset to getinfo output
2013-07-29 alexFix getbalance
2013-04-16 alexhzAdd missing RPC calls
2013-04-15 alexhzupdate to 0.4 preview