teodanciu
teodanciu
Resolves https://github.com/input-output-hk/cardano-ledger/issues/2928
Resolves #2911 * Changes the `mint` field in `TxBody` from `Value` to `MultiAsset`, representing a map of assets * Removes now redundant rule checking that ada is not being forged
This removes the last remaining references to cardano-prelude (excluding byron), namely: * HeapWords (usage from cardano-prelude replaced with that from cardano-base) * panic Because of the depedency on cardano-base, this...
# Description * Represent hot keys in CommitteState as a new, more comprehensive type `CommitteeAuthorization`. For resigned members, this will also contain the anchor registered during resignation. * Reflect the...
Initial exercises (1-3 so far)
Because of an issue in testingCostModels from Plutus, we had to set our costmodels to zero values in order to get the tests to pass for the [CIP-0069 PR](https://github.com/IntersectMBO/cardano-ledger/pull/4374/commits). Once...
At the moment, SPO thresholds are not being set in the conway Imp initialization, so this means all SPO thresholds are set to 0 . Some tests that need to...
At the moment, voting in tests is mostly used in order to test other actions (like: passing constitution, order of proposals etc). There are some property tests for [Drep](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/test/Test/Cardano/Ledger/Conway/DRepRatifySpec.hs) voting...
At the moment, the basic steps that most Gov specs are using (like: setting up a DRep or electing a committee) are using keyhash credentials. However, we should also support...
# Description Resolves #4092 # Checklist - [ ] Commit sequence broadly makes sense and commits have useful messages - [ ] New tests are added if needed and existing...