14 Commits (536207f3167daad1fa3d60a1de7d9cb55db28ac9)

Author SHA1 Message Date
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Matt Corallo 5c17059872 Update importaddress help to push its use to script-only 9 years ago
Matt Corallo a1d7df3236 Add importpubkey method to import a watch-only pubkey 9 years ago
Matt Corallo 907a425aa5 Add p2sh option to importaddress to import redeemScripts 9 years ago
Matt Corallo 983d2d90af Split up importaddress into helper functions 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 10 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 10 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 10 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 10 years ago
Jonas Schnelli 7a12119d7a [RPC] disable import functions in pruned mode 10 years ago
Jonas Schnelli b9fb692d04 Push down RPC reqWallet flag 10 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Pieter Wuille d0c41a7350 Add sanity check after key generation 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Cozz Lovan ccca27a788 [Wallet] Watch-only fixes 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Pieter Wuille bac5586b10 Replace weird characters by normal spaces 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan afa71fb3e3
Harmonize importprivkey and importaddress documentation 10 years ago
jtimon 209377a7cb Use GetBlockTime() more 11 years ago
Pieter Wuille d5087d1ba0 Use script matching rather than destination matching for watch-only. 11 years ago
JaSK ffd40da361 Watchonly balances are shown separately in gui. 11 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 11 years ago
Cozz Lovan bb1f1c90d6 [Qt] importwallet progress 11 years ago
Cozz Lovan 4c35366bdc Fix importwallet nTimeFirstKey 11 years ago
Wladimir J. van der Laan 5283410568 Remove unused includes of boost lexical_cast 11 years ago
Gavin Andresen 93a18a3650 Remove CWalletTx::vfSpent 11 years ago
Wladimir J. van der Laan a143d4ce58 Fix crash in importwallet and dumpwallet formatting 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Wladimir J. van der Laan c7f9332596 Add check for valid keys in `importprivkey` 11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago
Cozz Lovan 1f12844fc0 Fix importprivkey / rescan 11 years ago
Wladimir J. van der Laan d78f35a909 Explicitly ensure that wallet is unlocked in `importprivkey` 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
Philip Kaufmann cd696e64df misc small changes to polish after include cleanup 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Sergey Kazenyuk e5a2c9794c Make time facet non-constant 11 years ago
Pieter Wuille 722fa283d0 Break dependency of init on wallet. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Gavin Andresen e51321fb75 Refactor: OutputDebugStringF -> LogPrint(category, ...) 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Gavin Andresen 618855133d Refactor: CAddressBookData for mapAddressBook 11 years ago
Pieter Wuille 4e534aa9d8 Add dumpwallet and importwallet RPCs 12 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago