Skip to content

Commit

Permalink
Add pact-core chainweb integration
Browse files Browse the repository at this point in the history
Change-Id: Ifacbe242d87eccd0110861f0332271c792fa80fc
  • Loading branch information
Evgenii Akentev committed May 31, 2024
1 parent 440760f commit fe69ea0
Show file tree
Hide file tree
Showing 37 changed files with 1,944 additions and 447 deletions.
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ source-repository-package
tag: 9ccef1fbeff545f07864896094eb2e2bd4c5ffb3
--sha256: 0pai52mvyikhm527if4gxa1nwsmva3wg3nhvida7qg48rchjrxry

source-repository-package
type: git
location: https://github.com/kadena-io/pact-5.git
tag: f7ef4b0a79d966ff93004e9c38b59214111b5e1f
--sha256: sha256-t/W60QE3vWEs8Yoo3mHRpjIyDGXOVelNzXCntXgZTaA=

source-repository-package
type: git
location: https://github.com/kadena-io/pact-json.git
Expand Down
8 changes: 7 additions & 1 deletion chainweb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ library

-- pact
, Chainweb.Pact.Backend.ChainwebPactDb
, Chainweb.Pact.Backend.ChainwebPactCoreDb
, Chainweb.Pact.Backend.DbCache
, Chainweb.Pact.Backend.Compaction
, Chainweb.Pact.Backend.PactState
Expand Down Expand Up @@ -328,8 +329,10 @@ library
, Chainweb.Pact.Service.Types
, Chainweb.Pact.Templates
, Chainweb.Pact.TransactionExec
, Chainweb.Pact.Transactions.FungibleV2Transactions
, Chainweb.Pact.Transactions.CoinV3Transactions
, Chainweb.Pact.Transactions.CoinV4Transactions
, Chainweb.Pact.Transactions.CoinCoreV4Transactions
, Chainweb.Pact.Transactions.CoinV5Transactions
, Chainweb.Pact.Transactions.CoinV6Transactions
, Chainweb.Pact.Transactions.Mainnet0Transactions
Expand Down Expand Up @@ -415,6 +418,7 @@ library
, pact-json >= 0.1
, parallel >= 3.2.2.0
, patience >= 0.3
, pact-tng
, pem >=0.2
, primitive >= 0.7.1.0
, random >= 1.2
Expand Down Expand Up @@ -470,7 +474,7 @@ library
-- -------------------------------------------------------------------------- --

test-suite chainweb-tests
import: warning-flags, debugging-flags
import: debugging-flags
default-language: Haskell2010
ghc-options:
-threaded
Expand Down Expand Up @@ -588,6 +592,7 @@ test-suite chainweb-tests
, patience >= 0.3
, http-client-tls >=0.3
, pact
, pact-tng
, pact-json >= 0.1
, quickcheck-instances >= 0.3
, random >= 1.2
Expand Down Expand Up @@ -772,6 +777,7 @@ executable cwtool
, optparse-applicative >= 0.14
, pact
, pact-json
, pact-tng
, patience >= 0.3
, process >= 1.5
, quickcheck-instances >= 0.3
Expand Down
3 changes: 0 additions & 3 deletions pact/coin-contract/v5/install-coin-contract-v5.yaml

This file was deleted.

Loading

0 comments on commit fe69ea0

Please sign in to comment.