0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-04 10:07:27 -05:00
bitcoin-bitcoin-core/src/rpc
Russell Yanofsky b874747b51 Remove access to node globals from wallet-linked code
Remove last few instances of accesses to node global variables from wallet
code. Also remove accesses to node globals from code in policy/policy.cpp that
isn't actually called by wallet code, but does get linked into wallet code.

This is the last change needed to allow bitcoin-wallet tool to be linked
without depending on libbitcoin_server.a, to ensure wallet code doesn't access
node global state and avoid bugs like
https://github.com/bitcoin/bitcoin/pull/15557#discussion_r267735431
2019-04-10 09:51:37 -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 Remove access to node globals from wallet-linked code 2019-04-10 09:51:37 -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 Merge #15638: Move-only: Pull wallet code out of libbitcoin_server 2019-04-10 15:51:37 +02:00
server.h [build] Move rpc utility methods to rpc/util 2019-04-09 17:53:08 -04:00
util.cpp Merge #15638: Move-only: Pull wallet code out of libbitcoin_server 2019-04-10 15:51:37 +02:00
util.h [build] Move rpc utility methods to rpc/util 2019-04-09 17:53:08 -04:00