-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reward Calc Wart #999
Comments
Note that there are actually two reward warts. Descriptions of both can be found in the Shelley Spec, see section 17.1 and 17.2 (in the appendix). The one in 17.2 is the one that we fixed in Babbage. The github issue for 17.2 is IntersectMBO/cardano-ledger#2477 To test that 17.2 is indeed fixed in babbage:
|
We already have a test that de-register stake address at the beginning of an epoch and re-register the same address close to the end of the same epoch (it says "second half of an epoch" in the comment, but it is last 60 seconds out of 200 secs long epoch). In next epoch it checks that the stake address has NOT received rewards at the epoch boundary. |
Awesome! This means this test should automatically fail when moving to Vasil (because rewards will be paid to the stake address). |
I've just spent an hour debugging why the test is failing in Babbage 🤦♂️ |
Done in #1107 |
thank you @mkoura ! 🙌 |
info
I am not sure what we (Node QA team) can test here. Waiting for more details from Vitor.
The text was updated successfully, but these errors were encountered: