JJ: Description from the destination commit:

+ make_denom_group

JJ: Description from source commit:
ok denom group + exchange_sig
This commit is contained in:
swrup 2026-02-23 09:02:39 +01:00
parent 72b0c3012a
commit f6e9986aa5
3 changed files with 132 additions and 79 deletions

View file

@ -1229,10 +1229,6 @@ module ExchangeKeysResponse = struct
hard_limits: AccountLimit.t list;
zero_limits: ZeroLimitedOperation.t list;
denominations: DenomGroup.t list;
(* Compact EdDSA signature (binary-only) over the
contatentation of all of the master_sigs (in reverse
chronological order by group) in the arrays under
"denominations" *)
exchange_sig: ExchangeKeySet.t;
exchange_pub: EddsaPublicKey.t;
recoup: RecoupDenoms.t list;