diff --git a/agora/Agora/Proposal.hs b/agora/Agora/Proposal.hs index 381c996..7530246 100644 --- a/agora/Agora/Proposal.hs +++ b/agora/Agora/Proposal.hs @@ -116,8 +116,6 @@ newtype ProposalId = ProposalId {proposalTag :: Integer} PlutusTx.ToData , -- | @since 0.1.0 PlutusTx.FromData - , -- | @since 0.1.0 - PlutusTx.UnsafeFromData ) {- | Encodes a result. Typically, for a Yes/No proposal, we encode it like this: @@ -212,8 +210,6 @@ data ProposalStatus PlutusTx.FromData , -- | @since 0.1.0 PlutusTx.ToData - , -- | @since 0.1.0 - PlutusTx.UnsafeFromData ) via (EnumIsData ProposalStatus) diff --git a/agora/Agora/Proposal/Time.hs b/agora/Agora/Proposal/Time.hs index 75bf4e5..67cfbf7 100644 --- a/agora/Agora/Proposal/Time.hs +++ b/agora/Agora/Proposal/Time.hs @@ -90,8 +90,6 @@ newtype ProposalStartingTime = ProposalStartingTime PlutusTx.ToData , -- | @since 0.1.0 PlutusTx.FromData - , -- | @since 0.1.0 - PlutusTx.UnsafeFromData ) -- | Represents the maximum width of a 'PlutusLedgerApi.V1.Time.POSIXTimeRange'. @@ -111,8 +109,6 @@ newtype MaxTimeRangeWidth = MaxTimeRangeWidth {getMaxWidth :: POSIXTime} PlutusTx.ToData , -- | @since 0.1.0 PlutusTx.FromData - , -- | @since 0.1.0 - PlutusTx.UnsafeFromData , -- | @since 1.0.0 Num )