IntersectMBO / cardano-ledger

The ledger implementation and specifications of the Cardano blockchain.
Apache License 2.0
262 stars 155 forks source link

Adjust semantics of `ConwayWdrlNotDelegatedToDRep` #4715

Closed lehins closed 1 month ago

lehins commented 1 month ago

Description

Previous semantics did not allow to withdraw rewards and deregister in the same transaction, because deregistration would effectively clear out delegation to a DRep, thus preventing withdrawals.

Checklist