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
Exporting a binary consignment into YAML format and then reconstructing it I receive an error. Here the commands I used:
rgb inspect ./rcv_compose_4.rgbc ./out_4.yaml
RGB: command-line wallet for RGB smart contracts
by LNP/BP Standards Association
Unable to find or parse config file; using config defaults
rgb reconstruct ./out_4.yaml ./out_4.rgbc
RGB: command-line wallet for RGB smart contracts
by LNP/BP Standards Association
Unable to find or parse config file; using config defaults
Error: bundles[1].bundle.knownTransitions.3c196699faff404379328a74e60f0d56996fd954f23a5149d650c71dfcdb70f9.assignments.4000.items[1].seal.data.txid: untagged and internally tagged enums do not support enum input at line 179 column 25
I'm using CLI from master branch (commit ac1036d).
In this zip you can find the consignment in binary and YAML format: consignment.zip
The error seems related to incorrect usage of the untagged serde attribute and arises only with consignments that have more than 1 AnchoredBundle.
The text was updated successfully, but these errors were encountered:
Exporting a binary consignment into YAML format and then reconstructing it I receive an error. Here the commands I used:
I'm using CLI from
master
branch (commit ac1036d).In this zip you can find the consignment in binary and YAML format: consignment.zip
The error seems related to incorrect usage of the
untagged
serde attribute and arises only with consignments that have more than 1AnchoredBundle
.The text was updated successfully, but these errors were encountered: