From af8737d35675031032b113a14279ac2f4016b1c1 Mon Sep 17 00:00:00 2001 From: Justus Ranvier Date: Tue, 28 Jul 2026 08:28:37 -0500 Subject: [PATCH] update for opentxs 1.270.0 --- .github/workflows/compile.yml | 4 ++-- .github/workflows/format.yml | 2 +- .github/workflows/iwyu.yml | 2 +- CMakeLists.txt | 2 +- src/metier_server/EventLoop.cpp | 2 +- src/metier_server/EventLoop.hpp | 2 +- tools/format/exclude | 1 + 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 1ae4dc3..aa23e3c 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -15,10 +15,10 @@ jobs: preset: [default] include: - toolchain: gcc - docker: 1.254.1 + docker: 1.270.0 compiler: gcc - toolchain: clang - docker: 1.254.1 + docker: 1.270.0 compiler: clang steps: - name: Checkout opentxs diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 5d432e0..e420bd1 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false env: - docker: '1.254.1' + docker: '1.270.0' steps: - name: Checkout opentxs uses: actions/checkout@v3 diff --git a/.github/workflows/iwyu.yml b/.github/workflows/iwyu.yml index b9a7b90..43c94f6 100644 --- a/.github/workflows/iwyu.yml +++ b/.github/workflows/iwyu.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false env: - docker: '1.254.1' + docker: '1.270.0' steps: - name: Checkout opentxs uses: actions/checkout@v3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 363be19..97f3836 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ otcommon_print_build_details(METIER_SERVER_PEDANTIC_BUILD "") otcommon_find_system_libraries() find_package( opentxs - 1.246.0 + 1.270.0 CONFIG REQUIRED ) diff --git a/src/metier_server/EventLoop.cpp b/src/metier_server/EventLoop.cpp index a881ff2..1d118c7 100644 --- a/src/metier_server/EventLoop.cpp +++ b/src/metier_server/EventLoop.cpp @@ -116,7 +116,7 @@ auto EventLoop::Run( auto EventLoop::Run( opentxs::api::Session const&, opentxs::util::eventloop::state::ProcessMessage& state, - opentxs::util::eventloop::SocketIndex, + opentxs::util::eventloop::socket::Index, std::optional type, opentxs::util::eventloop::Message&&, opentxs::alloc::Strategy&) noexcept(false) -> bool diff --git a/src/metier_server/EventLoop.hpp b/src/metier_server/EventLoop.hpp index 95787be..4bc388a 100644 --- a/src/metier_server/EventLoop.hpp +++ b/src/metier_server/EventLoop.hpp @@ -34,7 +34,7 @@ class EventLoop final : public opentxs::api::session::EventLoop [[nodiscard]] auto Run( opentxs::api::Session const& api, opentxs::util::eventloop::state::ProcessMessage& state, - opentxs::util::eventloop::SocketIndex index, + opentxs::util::eventloop::socket::Index receivedOn, std::optional type, opentxs::util::eventloop::Message&& message, opentxs::alloc::Strategy& alloc) noexcept(false) -> bool final; diff --git a/tools/format/exclude b/tools/format/exclude index 6b8710a..04c6da6 100644 --- a/tools/format/exclude +++ b/tools/format/exclude @@ -1 +1,2 @@ .git +build