Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion src/metier_server/EventLoop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<opentxs::util::eventloop::MessageType> type,
opentxs::util::eventloop::Message&&,
opentxs::alloc::Strategy&) noexcept(false) -> bool
Expand Down
2 changes: 1 addition & 1 deletion src/metier_server/EventLoop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<opentxs::util::eventloop::MessageType> type,
opentxs::util::eventloop::Message&& message,
opentxs::alloc::Strategy& alloc) noexcept(false) -> bool final;
Expand Down
1 change: 1 addition & 0 deletions tools/format/exclude
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.git
build
Loading