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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, Grid's
TrackingBatch
hasbatch_header
andserialized_batch
fields. Thebatch_header
field is a String, populated by a Transact batch'sheader_signature
. Grid's tracking batchserialized_batch
field is taken from the transact batch'sbatch_header
field. This naming is confusing as thebatch_header
field in the Grid struct is pulling theheader_signature
field from Transact, yet the Transactbatch_header
field is being used in theserialized_batch
field in Grid. Thebatch_header
field should be renamed to better reflect what this field is.The text was updated successfully, but these errors were encountered: