mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
json serialization for rpc-relevant monero types
Structured {de-,}serialization methods for (many new) types which are used for requests or responses in the RPC. New types include RPC requests and responses, and structs which compose types within those. # Conflicts: # src/cryptonote_core/blockchain.cpp
This commit is contained in:
parent
5c1e08fe80
commit
77986023c3
29 changed files with 4968 additions and 3 deletions
|
@ -689,6 +689,8 @@ endif()
|
|||
|
||||
include(version.cmake)
|
||||
|
||||
find_library(ZMQ_LIB zmq)
|
||||
|
||||
function (treat_warnings_as_errors dirs)
|
||||
foreach(dir ${ARGV})
|
||||
set_property(DIRECTORY ${dir}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue