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
After transfering existing tests to Conway with #1525, we need to add new tests with the new functionality. A WIP list:
Tests that were not transferable because the underslying mechanism has changed: These are MIR tests mirReward, mirRewardDereg, mirReward and tests that require funds in the treasury rewardsDeregistration, rewardsReregistration.
Tests for all COnway feautures: drep registrations, voting, voting delegations, ratified and enacted gov actions (TODO: extend)
HF tests which use a voted governance action instead of hard coded hard fork based on the epoch number.
The text was updated successfully, but these errors were encountered:
kderme
added
bug
Something isn't working
conway
Conway integration blockers or reauested feautures
and removed
bug
Something isn't working
labels
Dec 6, 2023
Tests that were not transferable because the underlying mechanism has changed:
The only tests that weren't transferred to Conway were in the "rewards" suite:
rewardsDeregistration
rewardsReregistration
mirReward
mirRewardDereg
mirReward
So the Conway equivalents will need to be added (if there are any).
All tests that used Shelley certs were updated to use Conway certs, but AFAICT no other behavior changed (other than governance actions)
The only other change in behavior I saw was that the Conway ledger removed duplicate transactions, so we might want to add some tests that verify this in the database.
After transfering existing tests to Conway with #1525, we need to add new tests with the new functionality. A WIP list:
The text was updated successfully, but these errors were encountered: