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
Based on this note #1 (comment) in the review done in PR #1.
Currently, we differentiate between updates coming from incoming blocks and updates from backfilled blocks by checking the anchor_timestamp value. Using enums will make the categorization clearer to the rest of the program.
Based on this note #1 (comment) in the review done in PR #1.
Currently, we differentiate between updates coming from incoming blocks and updates from backfilled blocks by checking the
anchor_timestampvalue. Using enums will make the categorization clearer to the rest of the program.