feat(ledger): stake snapshot capture logic
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
doc comments added
- Replace Standard* era types with *Era types - Replace short Alonzo/Babbage/Conway aliases with full AlonzoEra/BabbageEra/ConwayEra - Replace Cardano.Ledger.SafeHash import with Cardano.Ledger.Hashes - Remove unused Cardano.Ledger.Crypto import
- StandardShelley -> ShelleyEra - StandardAllegra -> AllegraEra - StandardMary -> MaryEra - StandardAlonzo -> AlonzoEra - StandardBabbage -> BabbageEra - StandardConway -> ConwayEra - Cardano.Ledger.SafeHash -> Cardano.Ledger.Hashes Updated files: Convert.hs, Shelley.hs, Metadata.hs, Mint.hs, Outputs.hs, Scripts.hs, CollateralOutputs.hs, Integrity.hs, ConvertSpec.hs
- StandardShelley -> ShelleyEra - StandardAllegra -> AllegraEra - StandardMary -> MaryEra - StandardAlonzo -> AlonzoEra - StandardBabbage -> BabbageEra - StandardConway -> ConwayEra - Babbage -> BabbageEra - Conway -> ConwayEra - Cardano.Ledger.SafeHash -> Cardano.Ledger.Hashes
SingleSignatureWithRegisteredParty uses ClosedRegistrationEntry
Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
These methods are purely for convenience, but may not be really needed (depending on application) because the aggregate key can just be used normally using verifyDSIGN Also move aggregateVerKeysDSIGN out of DSIGNAggregatable.