mte/test/dune
swrup c042dee0b1 JJ: Description from the destination commit:
wip validate response

JJ: Description from source commit:
+ validate wire_fees

JJ: Description from source commit:
+ validate signkeys

JJ: Description from source commit:
+ validate exchange_pub

JJ: Description from source commit:
+ validate exchange_sig

JJ: Description from source commit:
+ validate denominations

JJ: Description from source commit:
+ validate global-fees

JJ: Description from source commit:
+ validate auditors
2026-03-03 02:15:59 +01:00

14 lines
223 B
Text

(test
(name test)
(modules test)
(libraries mte fmt))
(test
(name test_crypto)
(modules test_crypto)
(libraries mte fmt))
(executable
(name validate_response)
(modules validate_response)
(libraries mte fmt bos))