commit 38d27f545172d104e7e80633638a04f45ee0623b parent 87039601fc4f7cce5b0ff137ee10e316030cf947 Author: Iván Ávalos <avalos@disroot.org> Date: Wed, 6 Aug 2025 17:17:33 +0200 core: add Android protocol version support Diffstat:
| M | core/api-corebank.rst | | | 9 | +++++++++ |
| M | core/api-merchant.rst | | | 4 | +++- |
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -31,6 +31,15 @@ Introduction The Libeufin bank provides a minimal core banking system. In addition to that, it provides features for local/regional currencies. +--------------- +Version History +--------------- + +The current protocol version is ``v8``. + +Android cashier app is currently targeting ``v8``. + +**Version history:** Config ------ diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -31,7 +31,9 @@ Version History The current protocol version is ``v20``. -Version history: +Android PoS app is currently targeting ``v20``. + +**Version history:** * ``v21`` (in development): Adds self-provisioning and two factor authentication.