Some checks failed
CI / rustfmt (push) Successful in 17s
CI / clippy (push) Failing after 1m16s
CI / wasm build (push) Successful in 1m17s
CI / example (push) Successful in 1m29s
CI / test (push) Successful in 1m49s
CI / duplicate code (push) Successful in 12s
CI / web client (push) Failing after 27s
CI / cargo-machete (push) Successful in 1m10s
CI / cargo-deny (push) Failing after 2m20s
(feat): add the example's web-client dist folder to a gitignore (fix): format issues (fix): a lot of duplicate code
28 lines
498 B
YAML
28 lines
498 B
YAML
protocol_version: "1.0"
|
|
|
|
type_maps:
|
|
"0.0":
|
|
CommunicationTypes:
|
|
DataTypes:
|
|
"1.0":
|
|
CommunicationTypes:
|
|
DataTypes:
|
|
Data: 32
|
|
Flags: 33
|
|
Value: 34
|
|
BinaryData: 35
|
|
Items: 36
|
|
EncryptedPayload: 37
|
|
SignedPayload: 38
|
|
SecurePayload: 39
|
|
"2.0":
|
|
CommunicationTypes:
|
|
DataTypes:
|
|
Data: 34
|
|
Flags: 33
|
|
Value: 35
|
|
BinaryData: 36
|
|
Items: 37
|
|
EncryptedPayload: 38
|
|
SignedPayload: 39
|
|
SecurePayload: 40
|