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 using plutip revision from the current master, npm run staking-test fails because rewards are never received. Something changed in how staking pools operate on a temporary local cluster. We need to identify the problem, fix it, and switch to the newest plutip revision.
As a bonus, we will be able to use the newly introduced plutip-server cluster startup parameters (slot length and epoch size)
The text was updated successfully, but these errors were encountered:
The Issue lies in the epochSize. I wouldn't be surprised if IOHK has it hard coded somewhere in the staking code. However we can still freely change slotLength and update to the latest Plutip revision provided epochSize remains at 80
bradley-heather
changed the title
Staking tests do not work with newer plutip versionsepochSize is not configurable with Plutip as it breaks staking tests
Dec 13, 2022
klntsky
changed the title
epochSize is not configurable with Plutip as it breaks staking tests
Setting epochSize in Plutip breaks staking tests
Oct 5, 2023
When using plutip revision from the current master,
npm run staking-test
fails because rewards are never received. Something changed in how staking pools operate on a temporary local cluster. We need to identify the problem, fix it, and switch to the newest plutip revision.As a bonus, we will be able to use the newly introduced plutip-server cluster startup parameters (slot length and epoch size)
The text was updated successfully, but these errors were encountered: