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
When running queries_v16::get_current_pparams against a locally synced preview node with version 9.1 we get the following failure InvalidCbor(Error { err: TypeMismatch(Array), pos: Some(52), msg: "expected u64" })
The era param has value 6 and was successfully fetched via queries_v16::get_current_era
We are building against latest version of pallas, that is 0.29.0
The text was updated successfully, but these errors were encountered:
Cardano preview has been hard forked into Conway.
When running
queries_v16::get_current_pparams
against a locally synced preview node with version 9.1 we get the following failureInvalidCbor(Error { err: TypeMismatch(Array), pos: Some(52), msg: "expected u64" })
The era param has value 6 and was successfully fetched via
queries_v16::get_current_era
We are building against latest version of pallas, that is
0.29.0
The text was updated successfully, but these errors were encountered: