Skip to content

Commit

Permalink
Add Data.Value to PlutusLedgerAPI (#6143)
Browse files Browse the repository at this point in the history
Signed-off-by: Ana Pantilie <ana.pantilie95@gmail.com>
  • Loading branch information
ana-pantilie authored and joseph-fajen committed Jun 7, 2024
1 parent 31cdd23 commit 5e29c87
Show file tree
Hide file tree
Showing 37 changed files with 2,133 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Added

- Added a new `Value` type backed by `Data`. This is currently experimental and not yet used in the ledger API.
5 changes: 5 additions & 0 deletions plutus-ledger-api/plutus-ledger-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ library
PlutusLedgerApi.V1.Contexts
PlutusLedgerApi.V1.Credential
PlutusLedgerApi.V1.Crypto
PlutusLedgerApi.V1.Data.Value
PlutusLedgerApi.V1.DCert
PlutusLedgerApi.V1.EvaluationContext
PlutusLedgerApi.V1.Interval
Expand Down Expand Up @@ -116,6 +117,7 @@ library plutus-ledger-api-testlib
PlutusLedgerApi.Test.EvaluationEvent
PlutusLedgerApi.Test.Examples
PlutusLedgerApi.Test.Scripts
PlutusLedgerApi.Test.V1.Data.Value
PlutusLedgerApi.Test.V1.EvaluationContext
PlutusLedgerApi.Test.V1.Value
PlutusLedgerApi.Test.V2.EvaluationContext
Expand Down Expand Up @@ -150,6 +152,7 @@ test-suite plutus-ledger-api-test
Spec.Eval
Spec.Interval
Spec.ScriptDecodeError
Spec.V1.Data.Value
Spec.V1.Value
Spec.Versions

Expand Down Expand Up @@ -185,6 +188,8 @@ test-suite plutus-ledger-api-plugin-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
other-modules:
Spec.Budget
Spec.Data.Budget
Spec.Data.Value
Spec.ReturnUnit.V1
Spec.ReturnUnit.V2
Spec.ReturnUnit.V3
Expand Down
Loading

0 comments on commit 5e29c87

Please sign in to comment.