trb

trb
Log | Files | Refs

commit 18b0be237794a5786176bfc8ccf30f187313cd1e
parent 2487f967637d04b3c89ea628138135b13e17ce6e
Author: Shinoa-Fores <btcinfo@sdf.org>
Date:   Wed, 13 Jan 2021 17:38:12 -0500

mod6_manifest.vpatch

Diffstat:
Abitcoin/manifest | 3+++
Mbitcoin/src/bitcoinrpc.cpp | 2++
Mbitcoin/src/db.cpp | 2+-
Mbitcoin/src/init.cpp | 2+-
Mbitcoin/src/main.cpp | 2+-
5 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/bitcoin/manifest b/bitcoin/manifest @@ -0,0 +1,3 @@ +614342 trb_keccak_regrind mod6 Not a vpatch, whole TRB tree keccak regrind; removes UTF-8 char from original genesis.vpatch +614347 mod6_privkey_tools.vpatch mod6 adds privkey tools +614351 mod6_manifest.vpatch mod6 Adds TRB manifest; updates version comments diff --git a/bitcoin/src/bitcoinrpc.cpp b/bitcoin/src/bitcoinrpc.cpp @@ -22,6 +22,8 @@ // a certain size around 145MB. If we need access to json_spirit outside this // file, we could use the compiled json_spirit option. +// v0.5.4 RELEASE (keccak) + using namespace std; using namespace boost; using namespace boost::asio; diff --git a/bitcoin/src/db.cpp b/bitcoin/src/db.cpp @@ -9,7 +9,7 @@ #include <boost/filesystem.hpp> #include <boost/filesystem/fstream.hpp> -// v0.5.4 RELEASE +// v0.5.4 RELEASE (keccak) using namespace std; using namespace boost; diff --git a/bitcoin/src/init.cpp b/bitcoin/src/init.cpp @@ -12,7 +12,7 @@ #include <boost/filesystem/fstream.hpp> #include <boost/interprocess/sync/file_lock.hpp> -// v0.5.4 RELEASE +// v0.5.4 RELEASE (keccak) using namespace std; using namespace boost; diff --git a/bitcoin/src/main.cpp b/bitcoin/src/main.cpp @@ -10,7 +10,7 @@ #include <boost/filesystem.hpp> #include <boost/filesystem/fstream.hpp> -// v0.5.4 RELEASE +// v0.5.4 RELEASE (keccak) using namespace std; using namespace boost;