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
/
rpcmisc.cpp
Age
Commit message (
Expand
)
Author
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-10
Add fTestnetToBeDeprecatedFieldRPC to CChainParams
jtimon
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-09
remove unneeded cast in rpcmisc.cpp
Philip Kaufmann
2014-07-28
Add warning comment to getinfo
Wladimir J. van der Laan
2014-07-07
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
remove SOCKS4 support from core and GUI
Philip Kaufmann
2014-07-03
Move fee policy out of core
Gavin Andresen
2014-07-02
replaced MINE_ with ISMINE_
JaSK
2014-07-02
fixed bug where validateaddress doesn't display information
JaSK
2014-07-02
fixed tiny glitch and improved readability like laanwj suggested
JaSK
2014-07-02
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-06-27
minor code format fix in rpc-related files
Philip Kaufmann
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-17
Get rid of Params().RPCisTestNet()
jtimon
2014-06-09
Merge pull request #3824
Wladimir J. van der Laan
2014-06-06
Type-safe CFeeRate class
Gavin Andresen
2014-06-04
Add RPCisTestNet chain parameter
jtimon
2014-05-13
removed a few unnecessary casts
Kamil Domanski
2014-05-13
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-12
Merge pull request #4138
Wladimir J. van der Laan
2014-05-08
Check redeemScript size does not exceed 520 byte limit
Peter Todd
2014-05-06
Remove dummy PRIszX macros for formatting
Wladimir J. van der Laan
2014-03-31
Fix typo in `createmultisig` help
Wladimir J. van der Laan
2014-03-13
Add a "relayfee" field to getinfo.
Gregory Maxwell
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-11
small headers ordering cleanup
Philip Kaufmann
2013-12-13
Move `verifymessage` from rpcwallet to rpcmisc
Wladimir J. van der Laan
2013-12-13
Move `createmultisig` from rpcwallet to rpcmisc
Wladimir J. van der Laan
2013-12-13
Move `validateaddress` from rpcwallet to rpcmisc
Wladimir J. van der Laan
2013-12-13
Move `nTransactionFee` from main.cpp to wallet.cpp
Wladimir J. van der Laan
2013-12-13
Move `getinfo` from rpcnet to rpcmisc
Wladimir J. van der Laan
2013-12-13
add new RPC implementation file `rpcmisc.cpp`
Wladimir J. van der Laan