feat: Implement and use LedgerCacheInterface (#1955)

For #1200
This commit is contained in:
Alex Kremer
2025-03-12 13:48:33 +00:00
committed by GitHub
parent 26842374de
commit 8ac1ff7699
68 changed files with 369 additions and 177 deletions

View File

@@ -30,6 +30,7 @@
#include <vector>
using namespace feed::impl;
using namespace data;
namespace {

View File

@@ -58,6 +58,7 @@ constexpr auto kLEDGER_HASH = "4BC50C9B0D8515D3EAAE1E74B29A95804346C491EE1A95BF2
namespace json = boost::json;
using namespace feed;
using namespace feed::impl;
using namespace data;
template <class Execution>
class SubscriptionManagerBaseTest : public util::prometheus::WithPrometheus, public MockBackendTest {

View File

@@ -45,6 +45,8 @@
#include <memory>
#include <vector>
using namespace data;
namespace {
constexpr auto kACCOUNT1 = "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn";