lbrycrd/src/rpc
Russell Yanofsky 4d074e84a2 [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
psbt.cpp definitions except for AnalyzePSBT are used by the wallet and need to
be linked into the wallet binary. AnalyzePSBT is an exception in that it is not
used by the wallet, and depends on node classes like CCoinsViewCache, and on
node global variables like nBytesPerSigOp.

So AnalyzePSBT is more at home in libbitcoin_server than libbitcoin_common, and
in any case needs to be defined in a separate object file than other PSBT
utilities, to avoid dragging link dependencies on node functions and global
variables into the wallet.
2019-04-09 17:53:08 -04:00
..
blockchain.cpp [build] Add several util units 2019-04-09 17:53:08 -04: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 [build] Add several util units 2019-04-09 17:53:08 -04:00
mining.h Move ParseConfirmTarget from rpc/mining to rpc/util 2019-02-08 15:29:45 -05:00
misc.cpp [build] Add several util units 2019-04-09 17:53:08 -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 [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp 2019-04-09 17:53:08 -04:00
rawtransaction_util.cpp [build] Add several util units 2019-04-09 17:53:08 -04:00
rawtransaction_util.h [build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp 2019-04-09 17:53:08 -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