add libtool_version.ml

This commit is contained in:
swrup 2026-02-27 17:49:54 +01:00
parent f56ef6b544
commit 4784f32df5
4 changed files with 64 additions and 11 deletions

View file

@ -20,8 +20,15 @@ let config req _server _env =
let res = Api.encode Api.ExchangeVersionResponse.jsont config in
Respond.result res req
(* not implemented:
- kyc
- wads
- account limits
- zero limited operations
- recoup
- extensions *)
let mk_keys ~db_conn (module Keys : Keys.S) ~last_issue_date =
let version = Api.protocol_version in
let version = Libtool_version.mte_protocol_version in
let base_url = Config.base_url in
let currency = Config.currency in
let shopping_url = Config.shopping_url in