Skip to content

Commit

Permalink
add ci badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Jan 3, 2024
1 parent e69cdde commit d217be8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Métier-server

[![format](https://github.com/open-transactions/metier-server/workflows/format/badge.svg)](https://github.com/Open-Transactions/metier-server/actions)
[![iwyu](https://github.com/open-transactions/metier-server/workflows/iwyu/badge.svg)](https://github.com/Open-Transactions/metier-server/actions)
[![compile](https://github.com/open-transactions/metier-server/workflows/compile/badge.svg)](https://github.com/Open-Transactions/metier-server/actions)

Métier-server is a non-validating blockchain full node based on [libopentxs](https://github.com/Open-Transactions/opentxs) which operates on multiple networks simultaneously.

It provides additional features on top of the baseline P2P protocol of the respective reference implementations of the supported blockchains which support libopentxs-based wallet applications.
Expand Down
3 changes: 3 additions & 0 deletions src/metier_server/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
#include <string>
#include <vector>

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wheader-hygiene"
namespace ot = opentxs;
namespace po = boost::program_options;
using namespace std::literals;
#pragma GCC diagnostic pop

using Type = ot::blockchain::Type;
using Enabled = ot::Map<Type, ot::UnallocatedCString>;
Expand Down

0 comments on commit d217be8

Please sign in to comment.