dfinity / ic-hs

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

sync node height before getStateCert #214

Closed mraszyk closed 1 year ago

mraszyk commented 1 year ago

We also need to sync node heights before calling getStateCert and getStateCert' since these functions bypass postReadStateCBOR where we already sync node heights.