Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Updated version of components to 1.0.0 with cardano-node (#560)
Browse files Browse the repository at this point in the history
* Updated the cardano-node bundled with plutus-apps to v1.35.0

* Updated version of all components in their respective cabal files to 1.0.0
  • Loading branch information
koslambrou authored Jul 6, 2022
1 parent f174269 commit 3377926
Show file tree
Hide file tree
Showing 21 changed files with 302 additions and 301 deletions.
8 changes: 4 additions & 4 deletions deployment.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ let
cardano-wallet = import
(pkgs.fetchgit {
url = "https://github.com/input-output-hk/cardano-wallet";
rev = "f7bc922150473a260578966fec12a4dedf32eb85";
sha256 = "sha256-O4m6+6kWZl+ANunVbvkHIte6WXaC8m4ji8kqk3kei3s=";
rev = "a73d8c9717dc4e174745f8568d6f3fe84f0f9d76";
sha256 = "19srmc3rg8db73mfqnpdacmlpbp2x5mb4pi82mv14innhdl01jlx";
})
{ };
cardano-node = import
(pkgs.fetchgit {
url = "https://github.com/input-output-hk/cardano-node";
# A standard release compatible with the cardano-wallet commit above is always preferred.
rev = "65422ff373f2f88a563afa746a9a16d211ffdc7c";
sha256 = "0rvwf2nmfn8yad0004qfp1racygriqrd7fd0z2wgbjgh18dfnin2";
rev = "1.35.0";
sha256 = "06arx9hv7dn3qxfy83f0b6018rxbsvh841nvfyg5w6qclm1hddj7";
})
{ };

Expand Down
20 changes: 10 additions & 10 deletions doc/plutus-doc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ executable doc-doctests
, containers
, data-default
, flat
, freer-extras
, freer-extras >=1.0.0
, lens
, playground-common
, plutus-chain-index-core
, plutus-contract
, playground-common >=1.0.0
, plutus-chain-index-core >=1.0.0
, plutus-contract >=1.0.0
, plutus-core >=1.0.0
, plutus-ledger
, plutus-ledger >=1.0.0
, plutus-ledger-api >=1.0.0
, plutus-ledger-constraints
, plutus-script-utils
, plutus-ledger-constraints >=1.0.0
, plutus-script-utils >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-constraints
, plutus-use-cases
, plutus-tx-constraints >=1.0.0
, plutus-use-cases >=1.0.0
, QuickCheck
, quickcheck-dynamic
, random
Expand All @@ -106,4 +106,4 @@ executable doc-doctests
, text

if !(impl(ghcjs) || os(ghcjs))
build-depends: plutus-tx-plugin
build-depends: plutus-tx-plugin >=1.0.0
2 changes: 1 addition & 1 deletion freer-extras/freer-extras.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: freer-extras
version: 0.1.0.0
version: 1.0.0.0
synopsis: Useful extensions to simple-freer
description:
freer-extras provides logging and monitoring functions extending simple-freer
Expand Down
10 changes: 5 additions & 5 deletions playground-common/playground-common.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: playground-common
version: 0.1.0.0
version: 1.0.0.0
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -66,11 +66,11 @@ library
, mtl
, newtype-generics
, openapi3
, plutus-chain-index-core
, plutus-contract
, plutus-ledger
, plutus-chain-index-core >=1.0.0
, plutus-contract >=1.0.0
, plutus-ledger >=1.0.0
, plutus-ledger-api >=1.0.0
, plutus-ledger-constraints
, plutus-ledger-constraints >=1.0.0
, plutus-tx >=1.0.0
, prettyprinter
, process
Expand Down
10 changes: 5 additions & 5 deletions plutus-chain-index-core/plutus-chain-index-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: plutus-chain-index-core
version: 0.1.0.0
version: 1.0.0.0
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -68,10 +68,10 @@ library

hs-source-dirs: src
build-depends:
, freer-extras
, plutus-ledger
, freer-extras >=1.0.0
, plutus-ledger >=1.0.0
, plutus-ledger-api >=1.0.0
, plutus-script-utils
, plutus-script-utils >=1.0.0
, plutus-tx >=1.0.0

build-depends:
Expand All @@ -81,7 +81,7 @@ library
, beam-migrate
, beam-sqlite
, bytestring
, cardano-api
, cardano-api >=1.35
, cardano-ledger-byron
, containers
, contra-tracer
Expand Down
24 changes: 12 additions & 12 deletions plutus-chain-index/plutus-chain-index.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: plutus-chain-index
version: 0.1.0.0
version: 1.0.0.0
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -52,9 +52,9 @@ library
other-modules: Control.Concurrent.STM.TBMQueue
hs-source-dirs: src
build-depends:
, freer-extras
, plutus-chain-index-core
, plutus-ledger
, freer-extras >=1.0.0
, plutus-chain-index-core >=1.0.0
, plutus-ledger >=1.0.0
, plutus-ledger-api >=1.0.0

build-depends:
Expand All @@ -63,7 +63,7 @@ library
, base >=4.7 && <5
, beam-migrate
, beam-sqlite
, cardano-api
, cardano-api >=1.35
, clock
, contra-tracer
, data-default
Expand All @@ -90,8 +90,8 @@ executable plutus-chain-index
-Wno-missing-import-lists -Wredundant-constraints -O0

build-depends:
, base >=4.9 && <5
, plutus-chain-index
, base >=4.9 && <5
, plutus-chain-index >=1.0.0

executable marconi
main-is: Marconi.hs
Expand All @@ -111,17 +111,17 @@ executable marconi
-Wunused-packages

build-depends:
, base >=4.9 && <5
, base >=4.9 && <5
, bytestring
, cardano-api
, cardano-api >=1.35
, containers
, hysterical-screams
, iohk-monitoring
, lens
, optparse-applicative
, plutus-ledger
, plutus-script-utils
, plutus-streaming
, plutus-ledger >=1.0.0
, plutus-script-utils >=1.0.0
, plutus-streaming >=1.0.0
, prettyprinter
, serialise
, sqlite-simple
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-contract-certification
version: 0.1.0.0
version: 1.0.0.0
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -55,7 +55,7 @@ library
, containers
, lens
, mtl
, plutus-contract
, plutus-contract >=1.0.0
, plutus-tx >=1.0.0
, QuickCheck
, splitmix
Expand Down
28 changes: 14 additions & 14 deletions plutus-contract/plutus-contract.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-contract
version: 0.1.0.0
version: 1.0.0.0
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -117,17 +117,17 @@ library

hs-source-dirs: src
build-depends:
, freer-extras
, plutus-chain-index-core
, freer-extras >=1.0.0
, plutus-chain-index-core >=1.0.0
, plutus-core >=1.0.0
, plutus-ledger
, plutus-ledger >=1.0.0
, plutus-ledger-api >=1.0.0
, plutus-ledger-constraints
, plutus-script-utils
, plutus-ledger-constraints >=1.0.0
, plutus-script-utils >=1.0.0
, plutus-tx >=1.0.0

build-depends:
, cardano-api
, cardano-api >=1.35
, cardano-crypto
, cardano-ledger-core

Expand Down Expand Up @@ -237,23 +237,23 @@ test-suite plutus-contract-test
, aeson
, base >=4.9 && <5
, bytestring
, cardano-api:{cardano-api, gen}
, cardano-api:{cardano-api, gen} >=1.35
, containers
, data-default
, deepseq
, extensible-effects
, freer-extras
, freer-extras >=1.0.0
, freer-simple
, hedgehog
, lens
, mtl
, plutus-chain-index-core
, plutus-contract
, plutus-chain-index-core >=1.0.0
, plutus-contract >=1.0.0
, plutus-core >=1.0.0
, plutus-ledger
, plutus-ledger >=1.0.0
, plutus-ledger-api >=1.0.0
, plutus-ledger-constraints
, plutus-script-utils
, plutus-ledger-constraints >=1.0.0
, plutus-script-utils >=1.0.0
, plutus-tx >=1.0.0
, pretty
, prettyprinter
Expand Down
26 changes: 13 additions & 13 deletions plutus-example/plutus-example.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-example
version: 1.33.0
version: 1.0.0
description:
End to end examples of creating and executing Plutus scripts.

Expand Down Expand Up @@ -69,8 +69,8 @@ library
build-depends:
, aeson
, bytestring
, cardano-api
, cardano-cli
, cardano-api >=1.35
, cardano-cli >=1.35
, cardano-ledger-alonzo
, cardano-ledger-core
, cardano-ledger-shelley
Expand All @@ -79,7 +79,7 @@ library
, ouroboros-consensus
, ouroboros-network
, plutus-ledger-api >=1.0.0
, plutus-script-utils
, plutus-script-utils >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-plugin >=1.0.0
, serialise
Expand All @@ -94,7 +94,7 @@ executable plutus-example
main-is: plutus-example.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-T
build-depends:
, cardano-api
, cardano-api >=1.35
, directory
, filepath
, plutus-example
Expand All @@ -106,7 +106,7 @@ executable create-script-context
ghc-options: -threaded -rtsopts -with-rtsopts=-T
build-depends:
, bytestring
, cardano-api
, cardano-api >=1.35
, optparse-applicative
, plutus-example
, transformers
Expand All @@ -120,20 +120,20 @@ test-suite plutus-example-test
, aeson
, base16-bytestring
, bytestring
, cardano-api:{cardano-api, gen}
, cardano-cli
, cardano-api:{cardano-api, gen} >=1.35
, cardano-cli >=1.35
, cardano-ledger-alonzo
, cardano-ledger-core
, cardano-ledger-shelley
, cardano-prelude
, cardano-testnet
, cardano-testnet >=1.35
, containers
, directory
, filepath
, hedgehog
, hedgehog-extras
, plutus-example
, plutus-ledger
, plutus-ledger >=1.0.0
, plutus-ledger-api >=1.0.0
, tasty
, tasty-hedgehog >=1.2.0.0
Expand All @@ -153,7 +153,7 @@ test-suite plutus-example-test

ghc-options: -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T
build-tool-depends:
, cardano-cli:cardano-cli
, cardano-node:cardano-node
, cardano-submit-api:cardano-submit-api
, cardano-cli:cardano-cli >=1.35
, cardano-node:cardano-node >=1.35
, cardano-submit-api:cardano-submit-api >=1.35
, plutus-example:create-script-context
12 changes: 6 additions & 6 deletions plutus-ledger-constraints/plutus-ledger-constraints.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-ledger-constraints
version: 0.1.0.0
version: 1.0.0.0
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -61,9 +61,9 @@ library
, lens
, mtl
, openapi3
, plutus-ledger
, plutus-ledger >=1.0.0
, plutus-ledger-api >=1.0.0
, plutus-script-utils
, plutus-script-utils >=1.0.0
, plutus-tx >=1.0.0
, prettyprinter
, transformers
Expand All @@ -82,10 +82,10 @@ test-suite plutus-ledger-constraints-test
, hedgehog
, lens
, mtl
, plutus-ledger
, plutus-ledger >=1.0.0
, plutus-ledger-api >=1.0.0
, plutus-ledger-constraints
, plutus-script-utils
, plutus-ledger-constraints >=1.0.0
, plutus-script-utils >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-plugin >=1.0.0
, tasty
Expand Down
Loading

0 comments on commit 3377926

Please sign in to comment.