aiken/examples/acceptance_tests/script_context/v3/validators
KtorZ d74e36d0bc
Introduce 'Never' type as a safe alternative to always None options
Unfortunately, as documented in:

  https://github.com/IntersectMBO/cardano-ledger/issues/4571

  Some Option fields in the script context certificates are going to
  remain set to None, at least until the next Hard fork. There's a risk
  that people permanently lock their funds if they expect deposits on
  registration credentials to ever be `Some`.

  So, we introduce a special type that emulate an `Option` that can only
  ever be `None`. We call it `Never` and it is the first type of this
  kind (i.e. with constructors indexes not starting at 0).
2024-08-27 14:40:39 +02:00
..
certificates.ak Introduce 'Never' type as a safe alternative to always None options 2024-08-27 14:40:39 +02:00
mint.ak Update remaining script context e2e tests. 2024-08-25 16:20:06 +02:00
proposing_all.ak Update remaining script context e2e tests. 2024-08-25 16:20:06 +02:00
proposing_pparams.ak Update remaining script context e2e tests. 2024-08-25 16:20:06 +02:00
simple_spend.ak fix: withdraw kinda 2024-08-25 16:20:06 +02:00
voting.ak Update remaining script context e2e tests. 2024-08-25 16:20:06 +02:00
withdraw.ak fix: withdraw kinda 2024-08-25 16:20:06 +02:00