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
Currently there is doubling up of instances when building out assemblies. There should only be 60 chains in total for the whole assembly (60 instances) but instead there are 840.
This can be fixed in-nodes by inside of the generated assembly node, separating the instances and picking only those which match the chain_ids from the instances.
I haven't yet investigated, but I assume the assembly parsing code is doubling up on transforms that it is generating.
The text was updated successfully, but these errors were encountered:
Currently there is doubling up of instances when building out assemblies. There should only be 60 chains in total for the whole assembly (60 instances) but instead there are 840.
This can be fixed in-nodes by inside of the generated assembly node, separating the instances and picking only those which match the
chain_id
s from the instances.I haven't yet investigated, but I assume the assembly parsing code is doubling up on transforms that it is generating.
The text was updated successfully, but these errors were encountered: