-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cannot register and deregister same stake credential (#547)
* Cannot register and deregister same stake credential This addresses issue #512 * second attempt: make updateCertDeposits a parital function * Separate precondition for updateCertDeposits instead of making it partial (#587) * fixed proof of gmsc * major revision of some proofs and new proofs/removal of assumptions * reverting changes to vector formatting * Move dereg checks from CERT rules to UTXOS Note: this also changes the check for `deregdrep c d` to (DRepDeposit c , d) ∈ deps from (CredentialDeposit c , d) ∈ deps * add missing functionality * fix pdf + show `ValidCertDeposits` type declaration but hide definition + hide `ValidCertDeposits?` decision procedure + add explanation of `ValidCertDeposits` to prose * address change requests from most recent PR review --------- Co-authored-by: Ulf Norell <[email protected]>
- Loading branch information
1 parent
155d880
commit eed1ca0
Showing
10 changed files
with
553 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.