When using BNs in the IC topology of system tests, we need to sync node height even before making an update call because the inspect_message call (that precedes the actual replicated update method execution) is executed non-replicated and thus its outcome depends on all nodes being up-to-date.
When using BNs in the IC topology of system tests, we need to sync node height even before making an update call because the
inspect_message
call (that precedes the actual replicated update method execution) is executed non-replicated and thus its outcome depends on all nodes being up-to-date.