Merge pull request #322 from blockfrost/fix-version
fix version attribute on nix package
fix version attribute on nix package
From https://github.com/IntersectMBO/plutus at 6d660700cf7d8c69a9d4b3c1c53e0d5f90ecc3d5
From https://github.com/IntersectMBO/plutus at 6d660700cf7d8c69a9d4b3c1c53e0d5f90ecc3d5
From https://github.com/IntersectMBO/plutus at 6d660700cf7d8c69a9d4b3c1c53e0d5f90ecc3d5
From https://github.com/IntersectMBO/plutus at 6d660700cf7d8c69a9d4b3c1c53e0d5f90ecc3d5
From https://github.com/IntersectMBO/plutus at 6d660700cf7d8c69a9d4b3c1c53e0d5f90ecc3d5
Signed-off-by: Ales Verbic <[email protected]>
Implement ToJSON for the new TxOut type that wraps L.TxOut era, matching the JSON format of the legacy txOutToJsonValue. Uses AnyEraTxOut from cardano-ledger to conditionally include datum and reference script fields based on era capabilities, avoiding per-era pattern matching. Standalone instances cover pre-Alonzo eras (Shelley, Allegra, Mary) which only need address and value fields. Helper functions: - addrToJson: renders L.Addr as bech32/base58 - valueToJson: converts to cardano-api Value format - ledgerScriptToScriptInAnyLang: generic script conversion using withPlutusScript, no per-era matching Includes a property test verifying JSON output matches the legacy implementation across all Shelley-based eras.
[cardano-testnet] Revert tx-generator integration from #6442
Signed-off-by: Ales Verbic <[email protected]>
Add/refactor committee-related canonical namespaces
[cardano-testnet] Revert tx-generator integration from #6442
Signed-off-by: Chris Gianelloni <[email protected]>