input-output-hk / marlowe-playground

Apache License 2.0
6 stars 7 forks source link

PLT-8827 - Check token names and currency symbols #64

Closed palas closed 7 months ago

palas commented 7 months ago

This PR adds linting to the playground to warn about currency symbols and token names that are the wrong length. Token names (and thus role names) must be under 32 bytes, and currency symbol base64 representation must have exactly 56 hexadecimal characters (except for Ada which is an empty string).

To achieve that, this PR:

Pre-submit checklist: