Skip to content

Commit

Permalink
SCP-1664: Plutus Ledger API
Browse files Browse the repository at this point in the history
First attempt at an interface module for the ledger team.

I had to do a lot of moving becuase we want the dependencies of this
package to be as minimal as possible, in particular we really don't want
it to depend on the plugin (which `plutus-ledger` does), or things like
`servant` or `iots-export`.
  • Loading branch information
michaelpj committed Jan 19, 2021
1 parent 2769964 commit 0427794
Show file tree
Hide file tree
Showing 98 changed files with 1,593 additions and 523 deletions.
25 changes: 13 additions & 12 deletions cabal.project
@@ -1,25 +1,26 @@
-- Bump this if you need newer packages
index-state: 2020-11-10T00:00:00Z

packages: plutus-core
packages: deployment-server
doc
iots-export
marlowe
plutus-ledger
plutus-tx
plutus-tx-plugin
plutus-use-cases
plutus-playground-server
plutus-pab
plutus-benchmark
playground-common
marlowe-actus
marlowe-playground-server
marlowe-symbolic
playground-common
plutus-benchmark
plutus-contract
deployment-server
iots-export
plutus-core
plutus-ledger
plutus-ledger-api
plutus-metatheory
plutus-pab
plutus-playground-server
plutus-tx
plutus-tx-plugin
plutus-use-cases
prettyprinter-configurable
doc
web-ghc

-- We never, ever, want this.
Expand Down

0 comments on commit 0427794

Please sign in to comment.