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
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
Currently, Grid's TrackingBatch has batch_header and serialized_batch fields. The batch_header field is a String, populated by a Transact batch's header_signature. Grid's tracking batch serialized_batch field is taken from the transact batch's batch_header field. This naming is confusing as the batch_header field in the Grid struct is pulling the header_signature field from Transact, yet the Transact batch_header field is being used in the serialized_batch field in Grid. The batch_header field should be renamed to better reflect what this field is.
Currently, Grid's
TrackingBatchhasbatch_headerandserialized_batchfields. Thebatch_headerfield is a String, populated by a Transact batch'sheader_signature. Grid's tracking batchserialized_batchfield is taken from the transact batch'sbatch_headerfield. This naming is confusing as thebatch_headerfield in the Grid struct is pulling theheader_signaturefield from Transact, yet the Transactbatch_headerfield is being used in theserialized_batchfield in Grid. Thebatch_headerfield should be renamed to better reflect what this field is.