Skip to content

Update OrderbookYaml and DotrainYaml to output yaml string #2333

@findolor

Description

@findolor

Currently we don't have a way to output a full yaml string in both of the yaml data structures. This prevents us using the internal data for these structures in hashing for example. During the state serialization logic in gui, we only hash the dotrain content which is incorrect because we merge additional content using separate yaml strings. It is a bug if we only used dotrain content as other data is also used.

We need a function to go from an OrderbookYaml/DotrainYaml to a yaml string

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions