index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
rpcdump.cpp
Age
Commit message (
Expand
)
Author
2016-11-07
Merge #8981: Wshadow: Do not shadow argument with a local variable
Wladimir J. van der Laan
2016-10-20
Do not shadow local variable
Pavel Janík
2016-10-20
RPC: importmulti: Avoid using boost::variant::operator!=, which is only in ne...
Luke Dashjr
2016-10-19
Add consistency check to RPC call importmulti
Pedro Branco
2016-10-19
Add importmulti rpc call
Pedro Branco
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-09-20
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
Jonas Schnelli
2016-08-24
[wallet] rpc: Drop misleading option
MarcoFalke
2016-07-29
Remove CWalletDB* parameter from CWallet::AddToWallet
Patrick Strateman
2016-07-29
Split CWallet::AddToWallet into AddToWallet and LoadToWallet.
Patrick Strateman
2016-07-27
[Wallet] add HD xpriv to dumpwallet
Jonas Schnelli
2016-06-20
Merge #7687: Stop treating importaddress'ed scripts as change
Wladimir J. van der Laan
2016-06-09
build: Get rid of `CLIENT_DATE`
Wladimir J. van der Laan
2016-06-02
Stop treating importaddress'ed scripts as change
Pieter Wuille
2016-03-23
Added companion removeprunedfunds call.
instagibbs
2016-03-23
Add importprunedfunds rpc call
instagibbs
2016-03-21
Correct importaddress help reference to importpubkey
Denis Lukianov
2016-01-21
move rpc* to rpc/
Daniel Cousens
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-09-07
Enable wallet key imports without rescan in pruned mode.
Gregory Maxwell
2015-08-14
Merge pull request #6415
Wladimir J. van der Laan
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-20
Update importaddress help to push its use to script-only
Matt Corallo
2015-07-20
Add importpubkey method to import a watch-only pubkey
Matt Corallo
2015-07-20
Add p2sh option to importaddress to import redeemScripts
Matt Corallo
2015-07-20
Split up importaddress into helper functions
Matt Corallo
2015-06-10
Merge pull request #6057
Wladimir J. van der Laan
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
extend conversion to UniValue
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-05-28
[RPC] disable import functions in pruned mode
Jonas Schnelli
2015-04-12
Push down RPC reqWallet flag
Jonas Schnelli
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli