(feat): crypto migrations
Some checks failed
CI / checks (push) Failing after 6m9s

This commit is contained in:
Alois 2026-07-05 21:45:43 +02:00
commit e1fcb90e19
9 changed files with 2032 additions and 83 deletions

View file

@ -6,6 +6,7 @@ type_maps:
DataTypes:
"1.0":
CommunicationTypes:
CommunicationType: 32
DataTypes:
Data: 32
Flags: 33
@ -15,8 +16,11 @@ type_maps:
EncryptedPayload: 37
SignedPayload: 38
SecurePayload: 39
CommunicationType: 40
DataType: 41
"2.0":
CommunicationTypes:
CommunicationType: 32
DataTypes:
Data: 34
Flags: 33
@ -26,3 +30,5 @@ type_maps:
EncryptedPayload: 38
SignedPayload: 39
SecurePayload: 40
CommunicationType: 41
DataType: 42