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 make slot length and epoch size configurable in plutip, module Cluster.hs was brought (copy-pasted) from cardano-wallet local cluster framework into plutip. After this was done receiving rewards for staking pool delegation stopped working.
Changes in Cluster.hs are minimal and should not affect rewards. But if cluster launch performed with original Cluster.hs rewards starts working again. It's not yet clear what is broken.
Branch forked from master, where cluster launch reverted back to use module from cardano-wallet and rewards are working: plutip-debug 8e26b47
To make slot length and epoch size configurable in
plutip
, moduleCluster.hs
was brought (copy-pasted) fromcardano-wallet
local cluster framework into plutip. After this was done receiving rewards for staking pool delegation stopped working.Changes in
Cluster.hs
are minimal and should not affect rewards. But if cluster launch performed with originalCluster.hs
rewards starts working again. It's not yet clear what is broken.Branch forked from
master
, where cluster launch reverted back to use module fromcardano-wallet
and rewards are working:plutip-debug
8e26b47
Where it breaks in master:
dc5c9440fe2a66d533f383bd6f6477ad764da1f9
- works650e796dffc1ac502311260a56f6f67f2cf80dcf
- does notThe text was updated successfully, but these errors were encountered: