dfinity / ic-hs

A haskell toolbox for the Internet Computer
Apache License 2.0
35 stars 6 forks source link

sync node height before making an update call in compliance tests #213

Closed mraszyk closed 1 year ago

mraszyk commented 1 year ago

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.