Notarization
This commit is contained in:
@@ -302,7 +302,7 @@ libbitcoin_server_a_SOURCES = \
|
|||||||
miner.cpp \
|
miner.cpp \
|
||||||
net.cpp \
|
net.cpp \
|
||||||
noui.cpp \
|
noui.cpp \
|
||||||
notarisationdb.cpp \
|
notarizationdb.cpp \
|
||||||
policy/fees.cpp \
|
policy/fees.cpp \
|
||||||
pow.cpp \
|
pow.cpp \
|
||||||
rest.cpp \
|
rest.cpp \
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
#include "crosschain.h"
|
#include "crosschain.h"
|
||||||
#include "importcoin.h"
|
#include "importcoin.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "notarisationdb.h"
|
#include "notarizationdb.h"
|
||||||
#include "merkleblock.h"
|
#include "merkleblock.h"
|
||||||
|
|
||||||
#include "cc/CCinclude.h"
|
#include "cc/CCinclude.h"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
#include "cc/eval.h"
|
#include "cc/eval.h"
|
||||||
#include "crosschain.h"
|
#include "crosschain.h"
|
||||||
#include "notarisationdb.h"
|
#include "notarizationdb.h"
|
||||||
|
|
||||||
int GetSymbolAuthority(const char* symbol)
|
int GetSymbolAuthority(const char* symbol)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
#include "httpserver.h"
|
#include "httpserver.h"
|
||||||
#include "httprpc.h"
|
#include "httprpc.h"
|
||||||
#include "key.h"
|
#include "key.h"
|
||||||
#include "notarisationdb.h"
|
#include "notarizationdb.h"
|
||||||
|
|
||||||
#ifdef ENABLE_MINING
|
#ifdef ENABLE_MINING
|
||||||
#include "key_io.h"
|
#include "key_io.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
// NSPV_get... functions need to return the exact serialized length, which is the size of the structure minus size of pointers, plus size of allocated data
|
// NSPV_get... functions need to return the exact serialized length, which is the size of the structure minus size of pointers, plus size of allocated data
|
||||||
|
|
||||||
#include "notarisationdb.h"
|
#include "notarizationdb.h"
|
||||||
#include "rpc/server.h"
|
#include "rpc/server.h"
|
||||||
|
|
||||||
static std::map<std::string,bool> nspv_remote_commands = {{"channelsopen", true},{"channelspayment", true},{"channelsclose", true},{"channelsrefund", true},
|
static std::map<std::string,bool> nspv_remote_commands = {{"channelsopen", true},{"channelspayment", true},{"channelsclose", true},{"channelsrefund", true},
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
#include "init.h"
|
#include "init.h"
|
||||||
#include "merkleblock.h"
|
#include "merkleblock.h"
|
||||||
#include "metrics.h"
|
#include "metrics.h"
|
||||||
#include "notarisationdb.h"
|
#include "notarizationdb.h"
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
#include "pow.h"
|
#include "pow.h"
|
||||||
#include "script/interpreter.h"
|
#include "script/interpreter.h"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// Distributed under the GPLv3 software license, see the accompanying
|
// Distributed under the GPLv3 software license, see the accompanying
|
||||||
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
#include "dbwrapper.h"
|
#include "dbwrapper.h"
|
||||||
#include "notarisationdb.h"
|
#include "notarizationdb.h"
|
||||||
#include "uint256.h"
|
#include "uint256.h"
|
||||||
#include "cc/eval.h"
|
#include "cc/eval.h"
|
||||||
#include "crosschain.h"
|
#include "crosschain.h"
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
#include "chainparams.h"
|
#include "chainparams.h"
|
||||||
#include "checkpoints.h"
|
#include "checkpoints.h"
|
||||||
#include "crosschain.h"
|
#include "crosschain.h"
|
||||||
#include "notarisationdb.h"
|
#include "notarizationdb.h"
|
||||||
#include "importcoin.h"
|
#include "importcoin.h"
|
||||||
#include "base58.h"
|
#include "base58.h"
|
||||||
#include "consensus/validation.h"
|
#include "consensus/validation.h"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
#include "key.h"
|
#include "key.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "miner.h"
|
#include "miner.h"
|
||||||
#include "notarisationdb.h"
|
#include "notarizationdb.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
#include "rpc/server.h"
|
#include "rpc/server.h"
|
||||||
#include "rpc/protocol.h"
|
#include "rpc/protocol.h"
|
||||||
|
|||||||
@@ -9,12 +9,10 @@
|
|||||||
#include "net.h"
|
#include "net.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "crypto/hmac_sha256.h"
|
#include "crypto/hmac_sha256.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <boost/function.hpp>
|
#include <boost/function.hpp>
|
||||||
#include <boost/bind.hpp>
|
#include <boost/bind.hpp>
|
||||||
#include <boost/signals2/signal.hpp>
|
#include <boost/signals2/signal.hpp>
|
||||||
@@ -23,7 +21,6 @@
|
|||||||
#include <boost/algorithm/string/split.hpp>
|
#include <boost/algorithm/string/split.hpp>
|
||||||
#include <boost/algorithm/string/classification.hpp>
|
#include <boost/algorithm/string/classification.hpp>
|
||||||
#include <boost/algorithm/string/replace.hpp>
|
#include <boost/algorithm/string/replace.hpp>
|
||||||
|
|
||||||
#include <event2/bufferevent.h>
|
#include <event2/bufferevent.h>
|
||||||
#include <event2/buffer.h>
|
#include <event2/buffer.h>
|
||||||
#include <event2/util.h>
|
#include <event2/util.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user