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
To correctly execute time / slot conversions we need the whole history of the chain eras. Instead of simple values in the PParams struct, we need a new struct that represents the history, similar to what Dolos has here: https://github.com/txpipe/dolos/blob/main/src/ledger/pparams/summary.rs
Decide if maybe we just migrate Dolos' pparams module to Pallas.
The text was updated successfully, but these errors were encountered:
To correctly execute time / slot conversions we need the whole history of the chain eras. Instead of simple values in the PParams struct, we need a new struct that represents the history, similar to what Dolos has here: https://github.com/txpipe/dolos/blob/main/src/ledger/pparams/summary.rs
Decide if maybe we just migrate Dolos'
pparams
module to Pallas.The text was updated successfully, but these errors were encountered: