cardano-node-tests
cardano-node-tests copied to clipboard
Automate Conway update deposit scenario
- Shelley era: the user registered a stake key and paid the deposit. Let's assume it was configured in the protocol params to 2 ADA.
- Network upgrades to Conway era.
- A governance action updates the protocol parameters key deposit to 3 ADA
- Conway era: the user deregisters the stake key a. Shelley Deregistration certificate: should the user use 2ADA or 3ADA deposit return when computing the change? b. Conway Deregistration certificate: should the user configure deposit value to 2ADA or 3ADA?
The problem could also be simplified to a pre-conway scenario:
- User registers stake key (2 ADA key deposit )
- Protocol parameters are updated -> 3 ADA key deposit.
- User deregisters stake key -> does the user get 2ADA or 3ADA back?