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 IDE ledger stores enriched transactions (e.g. with trailing Nones) in its in-memory store. Disclosures produced by the IDE ledger are a direct translation of the create nodes of these enriched transaction and thus are not in normal form. Disclosures are expected to always be in normal form and thus these disclosures are unusable.
The right fix is probably to enrich transactions on demand instead of storing them enriched in the in-memory store. Alternatively, or as a quick fix, we could normalize the create nodes before translating them to disclosures.
The text was updated successfully, but these errors were encountered:
The IDE ledger stores enriched transactions (e.g. with trailing
None
s) in its in-memory store. Disclosures produced by the IDE ledger are a direct translation of the create nodes of these enriched transaction and thus are not in normal form. Disclosures are expected to always be in normal form and thus these disclosures are unusable.The right fix is probably to enrich transactions on demand instead of storing them enriched in the in-memory store. Alternatively, or as a quick fix, we could normalize the create nodes before translating them to disclosures.
The text was updated successfully, but these errors were encountered: