You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here is that getCDDLNodes currently doesn't support multiple CDDL types within the same pre block. As such we weren't able yet to export valid data at all!
I've a version locally that works pretty fine now.
When generating the remote.cddl file I miss references to
CapabilitiesRequest
even through this type is marked for both local and remote.Instead it's only listed in
local.cddl
, which isn't actually needed there given that the client won't have to parse that anyway.The text was updated successfully, but these errors were encountered: