Various improvements and changed encoding/decoding format to LLL-NNN-LLC with reduced character set.
All checks were successful
CI / test (push) Successful in 16s

This commit is contained in:
2026-03-02 04:05:11 +01:00
parent ed5a23bce1
commit 3fc26e0743
6 changed files with 456 additions and 186 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Run example
run: |
if ./bin/triplex-example && ./bin/triplex-example --complete ABC-123-D; then
if ./bin/triplex-example && ./bin/triplex-example --complete ABC-123-DE; then
echo "Example ran successfully"
else
echo "Example failed"