]> Git Repo - VerusCoin.git/commit
Convert tree to using univalue. Eliminate all json_spirit uses.
authorJeff Garzik <[email protected]>
Wed, 20 Aug 2014 19:15:16 +0000 (15:15 -0400)
committerJack Grigg <[email protected]>
Fri, 10 Feb 2017 00:35:24 +0000 (00:35 +0000)
commited21d5bd4bf6ccfd44f8ca9dc126ad14f0b691a5
tree2b408089439a6adcd6ca2cd150886c868053a5e2
parent03912600e80217400e0d4b80c71bc2c3accca686
Convert tree to using univalue. Eliminate all json_spirit uses.
23 files changed:
src/Makefile.am
src/bitcoin-cli.cpp
src/json_spirit_wrapper.h [new file with mode: 0644]
src/qt/rpcconsole.cpp
src/rpcblockchain.cpp
src/rpcclient.cpp
src/rpcclient.h
src/rpcmining.cpp
src/rpcmisc.cpp
src/rpcnet.cpp
src/rpcprotocol.cpp
src/rpcprotocol.h
src/rpcrawtransaction.cpp
src/rpcserver.cpp
src/rpcserver.h
src/test/base58_tests.cpp
src/test/rpc_tests.cpp
src/test/script_tests.cpp
src/test/sighash_tests.cpp
src/test/transaction_tests.cpp
src/univalue/univalue.h
src/wallet/rpcdump.cpp
src/wallet/rpcwallet.cpp
This page took 0.025711 seconds and 4 git commands to generate.