chore: Remove using blocking cache (#2328)

BlockingCache has a bug so reverting its usage for now.
This commit is contained in:
Sergey Kuznetsov
2025-07-14 13:47:13 +01:00
committed by GitHub
parent e0496aff5a
commit b6c1e2578b
8 changed files with 260 additions and 586 deletions

View File

@@ -49,6 +49,7 @@
#include <concepts>
#include <cstdint>
#include <expected>
#include <functional>
#include <memory>
#include <optional>
#include <string>
@@ -281,14 +282,6 @@ private:
*/
void
chooseForwardingSource();
std::expected<boost::json::object, rpc::CombinedError>
forwardToRippledImpl(
boost::json::object const& request,
std::optional<std::string> const& clientIp,
bool isAdmin,
boost::asio::yield_context yield
);
};
} // namespace etl