0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-09 15:37:00 -04:00
bitcoin-core/src/rpc
John Newbery 1acc61f874 [build] Move rpc utility methods to rpc/util
Moves the following utility methods to rpc/util and moves that unit to
libbitcoin_common so they can be accessed by all libraries.

- `RPCTypeCheck`
- `RPCTypeCheckArgument`
- `RPCTypeCheckObj`
- `AmountFromValue`
- `ParseHashV``ParseHashO`
- `ParseHexV`
- `ParseHexO`
- `HelpExampleCli`
- `HelpExampleRpc`
2019-04-09 17:53:08 -04:00
..
blockchain.cpp rpc: Rename size to vsize in mempool related calls 2019-03-24 12:01:43 +08:00
blockchain.h rpc: Pass mempool into MempoolToJSON 2019-02-25 10:12:29 -05:00
client.cpp wallet/rpc: add maxfeerate parameter to testmempoolaccept 2019-03-14 08:48:46 +09:00
client.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
mining.cpp doc: rpc-mining: Clarify error messages 2019-03-28 09:35:32 -04:00
mining.h Move ParseConfirmTarget from rpc/mining to rpc/util 2019-02-08 15:29:45 -05:00
misc.cpp [rpc] Remove deprecated functionality message from validateaddress help 2019-03-22 10:30:25 -04:00
net.cpp [build] Move policy settings to new src/policy/settings unit 2019-04-09 17:53:08 -04:00
protocol.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
protocol.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rawtransaction.cpp Merge #15760: doc: Clarify sendrawtransaction::maxfeerate==0 help 2019-04-08 10:30:27 -04:00
rawtransaction.h Pass chain and client variables where needed 2018-11-06 11:44:40 -04:00
register.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
server.cpp [build] Move rpc utility methods to rpc/util 2019-04-09 17:53:08 -04:00
server.h [build] Move rpc utility methods to rpc/util 2019-04-09 17:53:08 -04:00
util.cpp [build] Move rpc utility methods to rpc/util 2019-04-09 17:53:08 -04:00
util.h [build] Move rpc utility methods to rpc/util 2019-04-09 17:53:08 -04:00