mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Clean up and restructure sources
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -559,7 +559,6 @@ for toolchain in all_toolchains:
|
|||||||
objects.append(addSource('src/ripple/unity/peerfinder.cpp', env, variant_dirs))
|
objects.append(addSource('src/ripple/unity/peerfinder.cpp', env, variant_dirs))
|
||||||
objects.append(addSource('src/ripple/unity/protobuf.cpp', env, variant_dirs))
|
objects.append(addSource('src/ripple/unity/protobuf.cpp', env, variant_dirs))
|
||||||
objects.append(addSource('src/ripple/unity/ripple.proto.cpp', env, variant_dirs))
|
objects.append(addSource('src/ripple/unity/ripple.proto.cpp', env, variant_dirs))
|
||||||
objects.append(addSource('src/ripple/unity/radmap.cpp', env, variant_dirs))
|
|
||||||
objects.append(addSource('src/ripple/unity/resource.cpp', env, variant_dirs))
|
objects.append(addSource('src/ripple/unity/resource.cpp', env, variant_dirs))
|
||||||
objects.append(addSource('src/ripple/unity/rpcx.cpp', env, variant_dirs))
|
objects.append(addSource('src/ripple/unity/rpcx.cpp', env, variant_dirs))
|
||||||
objects.append(addSource('src/ripple/unity/sitefiles.cpp', env, variant_dirs))
|
objects.append(addSource('src/ripple/unity/sitefiles.cpp', env, variant_dirs))
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
# Algorithm
|
|
||||||
|
|
||||||
Various utility classes
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
# Algorithm TODO
|
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
#ifndef RIPPLE_CORE_AMOUNT_H_INCLUDED
|
#ifndef RIPPLE_CORE_AMOUNT_H_INCLUDED
|
||||||
#define RIPPLE_CORE_AMOUNT_H_INCLUDED
|
#define RIPPLE_CORE_AMOUNT_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/data/protocol/STObject.h>
|
#include <ripple/data/protocol/STObject.h>
|
||||||
|
|
||||||
#include <beast/utility/noexcept.h>
|
#include <beast/utility/noexcept.h>
|
||||||
#include <beast/cxx14/type_traits.h> // <type_traits>
|
#include <beast/cxx14/type_traits.h> // <type_traits>
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
#ifndef RIPPLE_CORE_AMOUNTS_H_INCLUDED
|
#ifndef RIPPLE_CORE_AMOUNTS_H_INCLUDED
|
||||||
#define RIPPLE_CORE_AMOUNTS_H_INCLUDED
|
#define RIPPLE_CORE_AMOUNTS_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/app/book/Amount.h>
|
#include <ripple/app/book/Amount.h>
|
||||||
|
|
||||||
#include <beast/utility/noexcept.h>
|
#include <beast/utility/noexcept.h>
|
||||||
|
|
||||||
@@ -20,8 +20,8 @@
|
|||||||
#ifndef RIPPLE_CORE_BOOKTIP_H_INCLUDED
|
#ifndef RIPPLE_CORE_BOOKTIP_H_INCLUDED
|
||||||
#define RIPPLE_CORE_BOOKTIP_H_INCLUDED
|
#define RIPPLE_CORE_BOOKTIP_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/app/book/Quality.h>
|
#include <ripple/app/book/Quality.h>
|
||||||
#include <ripple/module/app/book/Types.h>
|
#include <ripple/app/book/Types.h>
|
||||||
|
|
||||||
#include <beast/utility/noexcept.h>
|
#include <beast/utility/noexcept.h>
|
||||||
|
|
||||||
@@ -20,12 +20,12 @@
|
|||||||
#ifndef RIPPLE_CORE_OFFER_H_INCLUDED
|
#ifndef RIPPLE_CORE_OFFER_H_INCLUDED
|
||||||
#define RIPPLE_CORE_OFFER_H_INCLUDED
|
#define RIPPLE_CORE_OFFER_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/app/book/Amounts.h>
|
#include <ripple/app/book/Amounts.h>
|
||||||
#include <ripple/module/app/book/Quality.h>
|
#include <ripple/app/book/Quality.h>
|
||||||
#include <ripple/module/app/book/Types.h>
|
#include <ripple/app/book/Types.h>
|
||||||
|
|
||||||
#include <ripple/module/app/misc/SerializedLedger.h>
|
#include <ripple/app/misc/SerializedLedger.h>
|
||||||
#include <ripple/module/data/protocol/SField.h>
|
#include <ripple/data/protocol/SField.h>
|
||||||
|
|
||||||
#include <beast/utility/noexcept.h>
|
#include <beast/utility/noexcept.h>
|
||||||
|
|
||||||
@@ -20,10 +20,10 @@
|
|||||||
#ifndef RIPPLE_CORE_OFFERSTREAM_H_INCLUDED
|
#ifndef RIPPLE_CORE_OFFERSTREAM_H_INCLUDED
|
||||||
#define RIPPLE_CORE_OFFERSTREAM_H_INCLUDED
|
#define RIPPLE_CORE_OFFERSTREAM_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/app/book/BookTip.h>
|
#include <ripple/app/book/BookTip.h>
|
||||||
#include <ripple/module/app/book/Offer.h>
|
#include <ripple/app/book/Offer.h>
|
||||||
#include <ripple/module/app/book/Quality.h>
|
#include <ripple/app/book/Quality.h>
|
||||||
#include <ripple/module/app/book/Types.h>
|
#include <ripple/app/book/Types.h>
|
||||||
|
|
||||||
#include <beast/utility/noexcept.h>
|
#include <beast/utility/noexcept.h>
|
||||||
|
|
||||||
@@ -20,8 +20,8 @@
|
|||||||
#ifndef RIPPLE_CORE_QUALITY_H_INCLUDED
|
#ifndef RIPPLE_CORE_QUALITY_H_INCLUDED
|
||||||
#define RIPPLE_CORE_QUALITY_H_INCLUDED
|
#define RIPPLE_CORE_QUALITY_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/app/book/Amount.h>
|
#include <ripple/app/book/Amount.h>
|
||||||
#include <ripple/module/app/book/Amounts.h>
|
#include <ripple/app/book/Amounts.h>
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
@@ -20,10 +20,10 @@
|
|||||||
#ifndef RIPPLE_CORE_TAKER_H_INCLUDED
|
#ifndef RIPPLE_CORE_TAKER_H_INCLUDED
|
||||||
#define RIPPLE_CORE_TAKER_H_INCLUDED
|
#define RIPPLE_CORE_TAKER_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/app/book/Amounts.h>
|
#include <ripple/app/book/Amounts.h>
|
||||||
#include <ripple/module/app/book/Quality.h>
|
#include <ripple/app/book/Quality.h>
|
||||||
#include <ripple/module/app/book/Offer.h>
|
#include <ripple/app/book/Offer.h>
|
||||||
#include <ripple/module/app/book/Types.h>
|
#include <ripple/app/book/Types.h>
|
||||||
|
|
||||||
#include <beast/streams/debug_ostream.h>
|
#include <beast/streams/debug_ostream.h>
|
||||||
#include <beast/utility/noexcept.h>
|
#include <beast/utility/noexcept.h>
|
||||||
@@ -20,8 +20,8 @@
|
|||||||
#ifndef RIPPLE_CORE_TYPES_H_INCLUDED
|
#ifndef RIPPLE_CORE_TYPES_H_INCLUDED
|
||||||
#define RIPPLE_CORE_TYPES_H_INCLUDED
|
#define RIPPLE_CORE_TYPES_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/app/ledger/LedgerEntrySet.h>
|
#include <ripple/app/ledger/LedgerEntrySet.h>
|
||||||
#include <ripple/types/api/Book.h>
|
#include <ripple/types/Book.h>
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/book/BookTip.h>
|
#include <ripple/app/book/BookTip.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
namespace core {
|
namespace core {
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/book/OfferStream.h>
|
#include <ripple/app/book/OfferStream.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
namespace core {
|
namespace core {
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/book/Quality.h>
|
#include <ripple/app/book/Quality.h>
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/book/Taker.h>
|
#include <ripple/app/book/Taker.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
namespace core {
|
namespace core {
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/book/OfferStream.h>
|
#include <ripple/app/book/OfferStream.h>
|
||||||
|
|
||||||
#include <beast/unit_test/suite.h>
|
#include <beast/unit_test/suite.h>
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/book/Quality.h>
|
#include <ripple/app/book/Quality.h>
|
||||||
|
|
||||||
#include <beast/unit_test/suite.h>
|
#include <beast/unit_test/suite.h>
|
||||||
#include <beast/cxx14/type_traits.h>
|
#include <beast/cxx14/type_traits.h>
|
||||||
@@ -17,9 +17,9 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/core/LoadFeeTrack.h>
|
#include <ripple/core/LoadFeeTrack.h>
|
||||||
#include <ripple/overlay/predicates.h>
|
#include <ripple/overlay/predicates.h>
|
||||||
#include <ripple/types/api/UintTypes.h>
|
#include <ripple/types/UintTypes.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,6 +17,9 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
|
#include <ripple/basics/StringUtilities.h>
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
AcceptedLedgerTx::AcceptedLedgerTx (Ledger::ref ledger, SerializerIterator& sit)
|
AcceptedLedgerTx::AcceptedLedgerTx (Ledger::ref ledger, SerializerIterator& sit)
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
#ifndef RIPPLE_INBOUNDLEDGERS_H
|
#ifndef RIPPLE_INBOUNDLEDGERS_H
|
||||||
#define RIPPLE_INBOUNDLEDGERS_H
|
#define RIPPLE_INBOUNDLEDGERS_H
|
||||||
|
|
||||||
|
#include <beast/threads/Stoppable.h>
|
||||||
#include <beast/cxx14/memory.h> // <memory>
|
#include <beast/cxx14/memory.h> // <memory>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
@@ -17,12 +17,15 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/basics/utility/Time.h>
|
#include <ripple/basics/LoggedTimings.h>
|
||||||
|
#include <ripple/basics/StringUtilities.h>
|
||||||
|
#include <ripple/basics/Time.h>
|
||||||
#include <ripple/common/jsonrpc_fields.h>
|
#include <ripple/common/jsonrpc_fields.h>
|
||||||
#include <ripple/module/core/Config.h>
|
#include <ripple/core/Config.h>
|
||||||
#include <ripple/module/core/LoadFeeTrack.h>
|
#include <ripple/core/LoadFeeTrack.h>
|
||||||
#include <ripple/nodestore/Database.h>
|
#include <ripple/nodestore/Database.h>
|
||||||
#include <beast/unit_test/suite.h>
|
#include <beast/unit_test/suite.h>
|
||||||
|
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/core/LoadFeeTrack.h>
|
#include <ripple/core/LoadFeeTrack.h>
|
||||||
#include <beast/cxx14/memory.h> // <memory>
|
#include <beast/cxx14/memory.h> // <memory>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
@@ -21,6 +21,8 @@
|
|||||||
#define RIPPLE_LEDGERCLEANER_H_INCLUDED
|
#define RIPPLE_LEDGERCLEANER_H_INCLUDED
|
||||||
|
|
||||||
#include <beast/cxx14/memory.h> // <memory>
|
#include <beast/cxx14/memory.h> // <memory>
|
||||||
|
#include <beast/threads/Stoppable.h>
|
||||||
|
#include <beast/utility/Journal.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,7 +17,9 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/book/Quality.h>
|
#include <ripple/app/book/Quality.h>
|
||||||
|
#include <ripple/basics/Log.h>
|
||||||
|
#include <ripple/basics/StringUtilities.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/basics/containers/RangeSet.h>
|
#include <ripple/basics/RangeSet.h>
|
||||||
#include <ripple/module/app/ledger/LedgerMaster.h>
|
#include <ripple/app/ledger/LedgerMaster.h>
|
||||||
#include <ripple/validators/Manager.h>
|
#include <ripple/validators/Manager.h>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <beast/cxx14/memory.h> // <memory>
|
#include <beast/cxx14/memory.h> // <memory>
|
||||||
@@ -20,10 +20,10 @@
|
|||||||
#ifndef RIPPLE_LEDGERMASTER_H_INCLUDED
|
#ifndef RIPPLE_LEDGERMASTER_H_INCLUDED
|
||||||
#define RIPPLE_LEDGERMASTER_H_INCLUDED
|
#define RIPPLE_LEDGERMASTER_H_INCLUDED
|
||||||
|
|
||||||
// VFALCO TODO Make a header that forward declares Collector and
|
#include <ripple/basics/StringUtilities.h>
|
||||||
// its smart pointer container a-la boost.
|
|
||||||
//
|
|
||||||
#include <beast/insight/Collector.h>
|
#include <beast/insight/Collector.h>
|
||||||
|
#include <beast/threads/Stoppable.h>
|
||||||
|
#include <beast/threads/UnlockGuard.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/core/Config.h>
|
#include <ripple/core/Config.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
#ifndef RIPPLE_ORDERBOOKDB_H_INCLUDED
|
#ifndef RIPPLE_ORDERBOOKDB_H_INCLUDED
|
||||||
#define RIPPLE_ORDERBOOKDB_H_INCLUDED
|
#define RIPPLE_ORDERBOOKDB_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/app/ledger/BookListeners.h>
|
#include <ripple/app/ledger/BookListeners.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/core/Config.h>
|
#include <ripple/core/Config.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,20 +17,21 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <beast/asio/io_latency_probe.h>
|
#include <ripple/basics/Log.h>
|
||||||
#include <beast/module/core/thread/DeadlineTimer.h>
|
#include <ripple/basics/LoggedTimings.h>
|
||||||
#include <ripple/basics/log/Log.h>
|
#include <ripple/basics/Sustain.h>
|
||||||
#include <ripple/basics/utility/Sustain.h>
|
|
||||||
#include <ripple/common/seconds_clock.h>
|
#include <ripple/common/seconds_clock.h>
|
||||||
#include <ripple/module/app/main/Tuning.h>
|
#include <ripple/app/main/Tuning.h>
|
||||||
#include <ripple/module/app/misc/ProofOfWorkFactory.h>
|
#include <ripple/app/misc/ProofOfWorkFactory.h>
|
||||||
#include <ripple/module/core/LoadFeeTrack.h>
|
#include <ripple/core/LoadFeeTrack.h>
|
||||||
#include <ripple/module/rpc/Manager.h>
|
#include <ripple/rpc/Manager.h>
|
||||||
#include <ripple/nodestore/Database.h>
|
#include <ripple/nodestore/Database.h>
|
||||||
#include <ripple/nodestore/DummyScheduler.h>
|
#include <ripple/nodestore/DummyScheduler.h>
|
||||||
#include <ripple/nodestore/Manager.h>
|
#include <ripple/nodestore/Manager.h>
|
||||||
#include <ripple/overlay/make_Overlay.h>
|
#include <ripple/overlay/make_Overlay.h>
|
||||||
#include <ripple/validators/Manager.h>
|
#include <ripple/validators/Manager.h>
|
||||||
|
#include <beast/asio/io_latency_probe.h>
|
||||||
|
#include <beast/module/core/thread/DeadlineTimer.h>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
#ifndef RIPPLE_APP_APPLICATION_H_INCLUDED
|
#ifndef RIPPLE_APP_APPLICATION_H_INCLUDED
|
||||||
#define RIPPLE_APP_APPLICATION_H_INCLUDED
|
#define RIPPLE_APP_APPLICATION_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/module/app/main/FullBelowCache.h>
|
#include <ripple/app/main/FullBelowCache.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -20,14 +20,11 @@
|
|||||||
#ifndef RIPPLE_RADMAP_BASICFULLBELOWCACHE_H_INCLUDED
|
#ifndef RIPPLE_RADMAP_BASICFULLBELOWCACHE_H_INCLUDED
|
||||||
#define RIPPLE_RADMAP_BASICFULLBELOWCACHE_H_INCLUDED
|
#define RIPPLE_RADMAP_BASICFULLBELOWCACHE_H_INCLUDED
|
||||||
|
|
||||||
|
#include <ripple/common/KeyCache.h>
|
||||||
|
#include <ripple/app/main/Tuning.h>
|
||||||
#include <beast/insight/Collector.h>
|
#include <beast/insight/Collector.h>
|
||||||
|
|
||||||
#include <ripple/common/KeyCache.h>
|
|
||||||
|
|
||||||
#include <ripple/radmap/api/Tuning.h>
|
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
namespace RadMap {
|
|
||||||
|
|
||||||
/** Remembers which tree keys have all descendants resident.
|
/** Remembers which tree keys have all descendants resident.
|
||||||
This optimizes the process of acquiring a complete tree.
|
This optimizes the process of acquiring a complete tree.
|
||||||
@@ -111,7 +108,6 @@ private:
|
|||||||
KeyCache <Key> m_cache;
|
KeyCache <Key> m_cache;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/main/CollectorManager.h>
|
#include <ripple/app/main/CollectorManager.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/basics/log/Log.h>
|
#include <ripple/basics/Log.h>
|
||||||
#include <ripple/module/app/main/FatalErrorReporter.h>
|
#include <ripple/app/main/FatalErrorReporter.h>
|
||||||
#include <beast/unit_test/suite.h>
|
#include <beast/unit_test/suite.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
@@ -20,12 +20,12 @@
|
|||||||
#ifndef RIPPLE_FULLBELOWCACHE_H_INCLUDED
|
#ifndef RIPPLE_FULLBELOWCACHE_H_INCLUDED
|
||||||
#define RIPPLE_FULLBELOWCACHE_H_INCLUDED
|
#define RIPPLE_FULLBELOWCACHE_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/types/api/base_uint.h>
|
#include <ripple/types/base_uint.h>
|
||||||
#include <ripple/radmap/api/BasicFullBelowCache.h>
|
#include <ripple/app/main/BasicFullBelowCache.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
typedef RadMap::BasicFullBelowCache <uint256> FullBelowCache;
|
typedef BasicFullBelowCache <uint256> FullBelowCache;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/main/IoServicePool.h>
|
#include <ripple/app/main/IoServicePool.h>
|
||||||
#include <beast/threads/Thread.h>
|
#include <beast/threads/Thread.h>
|
||||||
#include <beast/cxx14/memory.h> // <memory>
|
#include <beast/cxx14/memory.h> // <memory>
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/core/LoadFeeTrack.h>
|
#include <ripple/core/LoadFeeTrack.h>
|
||||||
// REMOVE ASAP
|
// REMOVE ASAP
|
||||||
#include <boost/thread.hpp>
|
#include <boost/thread.hpp>
|
||||||
|
|
||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef RIPPLE_LOADMANAGER_H_INCLUDED
|
#ifndef RIPPLE_LOADMANAGER_H_INCLUDED
|
||||||
#define RIPPLE_LOADMANAGER_H_INCLUDED
|
#define RIPPLE_LOADMANAGER_H_INCLUDED
|
||||||
|
|
||||||
|
#include <beast/threads/Stoppable.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
/** Manages load sources.
|
/** Manages load sources.
|
||||||
@@ -17,7 +17,8 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/core/Config.h>
|
#include <ripple/basics/StringUtilities.h>
|
||||||
|
#include <ripple/core/Config.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,10 +17,10 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/basics/system/CheckLibraryVersions.h>
|
#include <ripple/basics/CheckLibraryVersions.h>
|
||||||
#include <ripple/basics/utility/Sustain.h>
|
#include <ripple/basics/Sustain.h>
|
||||||
#include <ripple/basics/utility/ThreadName.h>
|
#include <ripple/basics/ThreadName.h>
|
||||||
#include <ripple/module/core/ConfigSections.h>
|
#include <ripple/core/ConfigSections.h>
|
||||||
#include <beast/unit_test.h>
|
#include <beast/unit_test.h>
|
||||||
#include <beast/streams/debug_ostream.h>
|
#include <beast/streams/debug_ostream.h>
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/module/app/main/NodeStoreScheduler.h>
|
#include <ripple/app/main/NodeStoreScheduler.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
#define RIPPLE_APP_NODESTORESCHEDULER_H_INCLUDED
|
#define RIPPLE_APP_NODESTORESCHEDULER_H_INCLUDED
|
||||||
|
|
||||||
#include <ripple/nodestore/Scheduler.h>
|
#include <ripple/nodestore/Scheduler.h>
|
||||||
#include <ripple/module/core/JobQueue.h>
|
#include <ripple/core/JobQueue.h>
|
||||||
#include <beast/threads/Stoppable.h>
|
#include <beast/threads/Stoppable.h>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
#include <ripple/common/jsonrpc_fields.h>
|
#include <ripple/common/jsonrpc_fields.h>
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
#include <ripple/common/RippleSSLContext.h>
|
#include <ripple/common/RippleSSLContext.h>
|
||||||
#include <ripple/http/Session.h>
|
#include <ripple/http/Session.h>
|
||||||
#include <ripple/module/app/main/RPCHTTPServer.h>
|
#include <ripple/app/main/RPCHTTPServer.h>
|
||||||
#include <ripple/module/rpc/RPCHandler.h>
|
#include <ripple/rpc/RPCHandler.h>
|
||||||
#include <ripple/module/rpc/RPCServerHandler.h>
|
#include <ripple/rpc/RPCServerHandler.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -27,6 +27,10 @@ enum
|
|||||||
fullBelowTargetSize = 524288
|
fullBelowTargetSize = 524288
|
||||||
|
|
||||||
,fullBelowExpirationSeconds = 600
|
,fullBelowExpirationSeconds = 600
|
||||||
|
|
||||||
|
,defaultCacheTargetSize = 0
|
||||||
|
|
||||||
|
,defaultCacheExpirationSeconds = 120
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,9 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
|
#include <ripple/basics/StringUtilities.h>
|
||||||
|
#include <boost/format.hpp>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
AccountState::AccountState (RippleAddress const& naAccountID)
|
AccountState::AccountState (RippleAddress const& naAccountID)
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
#ifndef RIPPLE_AMENDMENT_TABLE_H
|
#ifndef RIPPLE_AMENDMENT_TABLE_H
|
||||||
#define RIPPLE_AMENDMENT_TABLE_H
|
#define RIPPLE_AMENDMENT_TABLE_H
|
||||||
|
|
||||||
#include <ripple/module/app/book/Types.h>
|
#include <ripple/app/book/Types.h>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
@@ -17,6 +17,8 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
namespace ripple {
|
namespace ripple {
|
||||||
|
|
||||||
// VFALCO TODO Inline the function definitions
|
// VFALCO TODO Inline the function definitions
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user