Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 846 Bytes

CHANGELOG.md

File metadata and controls

55 lines (33 loc) · 846 Bytes

0.2.6 (2025-01-10)

Fix

  • convert time to int timestamp

0.2.5 (2025-01-10)

Fix

  • save genesis_param

0.2.4 (2024-11-26)

Fix

  • use correct Shelley

0.2.3 (2024-11-26)

Fix

  • handle transactions with latest cli

0.2.2 (2024-11-07)

Fix

  • return instead of raise
  • add sort keys
  • use PyCardano base models

0.2.1 (2024-11-02)

Fix

  • add calculate epoch and tip to OffflineContext

0.2.0 (2024-10-24)

Feat

  • added yaci devkit as a backend

Fix

  • improve reference script handling
  • add PlutusV3 support
  • improve handle various property names
  • use Network and Era enum
  • add network enum for network name
  • add plutusV3 support and protocol_param from wrapped_backend
  • add plutusV3 support
  • update backends to output PycardanoProtocolParameters
  • update models with latest changes