Skip to content

Commit

Permalink
Add Pact 5 transaction tests
Browse files Browse the repository at this point in the history
- Add repl test support
- Do not run old coin repl tests that no longer apply to pact 5
  • Loading branch information
jmcardon authored and edmundnoble committed Jan 14, 2025
1 parent 668cb81 commit d7b0fae
Show file tree
Hide file tree
Showing 7 changed files with 1,544 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/kadena-io/pact-5.git
tag: 87c2d748ce18331cd8e0ad45af11c93b64684323
--sha256: 1w0rmid741c6amvcgcla21yvliilp09aixcr9rzhvj4gc6mfbflc
tag: ebb66271ecce7cac1a7901a15658ad1b8233743a
--sha256: 1c362q6jpiq7gndypxci5bdpcm7hxbpg90fim4c977pxphsbiv1k

source-repository-package
type: git
Expand Down
2 changes: 2 additions & 0 deletions chainweb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ test-suite chainweb-tests
Chainweb.Test.Pact5.RemotePactTest
Chainweb.Test.Pact5.SPVTest
Chainweb.Test.Pact5.TransactionExecTest
Chainweb.Test.Pact5.TransactionTests
Chainweb.Test.RestAPI
Chainweb.Test.Roundtrips
Chainweb.Test.SPV
Expand Down Expand Up @@ -725,6 +726,7 @@ test-suite chainweb-tests
, pact-tng
, pact-tng:pact-request-api
, pact-tng:test-utils
, pact-tng:pact-repl
, patience >= 0.3
, prettyprinter
, property-matchers ^>= 0.4
Expand Down
Loading

0 comments on commit d7b0fae

Please sign in to comment.