You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(api): export caseBabbageOnlyOrConwayEraOnwards from public API
Completes the integration of caseBabbageOnlyOrConwayEraOnwards by adding it
to the public API exports, ensuring it's available alongside other era case
functions like caseByronOrShelleyBasedEra.
- Add caseBabbageOnlyOrConwayEraOnwards to Cardano.Api.Era export list
- Create new "Case on BabbageEraOnwards" subsection for organization
- Add corresponding export section in Internal.Case module
- Implement the function to handle Babbage-only vs Conway+ era branching
The function enables cleaner conditional logic when dealing with features
that differ between Babbage and Conway eras, particularly useful for
handling Conway-specific governance features and protocol parameters.
0 commit comments