Skip to content

Commit d139540

Browse files
Bump to Pact 4.3 (waiting for 4.4)
1 parent e6de83e commit d139540

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
- name: Install Pact
1818
run: |
19-
wget -nv https://github.com/kadena-io/pact-5/releases/download/5.2/pact-5.2-linux-x64.tar.gz
19+
wget -nv https://github.com/kadena-io/pact-5/releases/download/5.3/pact-5.3-linux-x64.tar.gz
2020
mkdir -p .bin/
21-
tar -xz -C .bin/ -f pact-5.2-linux-x64.tar.gz ./pact
21+
tar -xz -C .bin/ -f pact-5.3-linux-x64.tar.gz ./pact
2222
chmod +x .bin/pact
2323
2424
- name: Print hashes

pact/tests_repl/util-chain-data.repl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;SPDX-License-Identifier: MIT
2-
(enforce-pact-version "5.2")
2+
(enforce-pact-version "5.3")
33
(begin-tx)
44
(load "../contracts/util-chain-data.pact")
55
(commit-tx)

pact/tests_repl/util-fungible-test.repl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;SPDX-License-Identifier: MIT
2-
(enforce-pact-version "5.2")
2+
(enforce-pact-version "5.3")
33
(begin-tx)
44
(load "../contracts/util-chain-data.pact")
55
(load "../contracts/util-fungible.pact")

pact/tests_repl/util-lists-test.repl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;SPDX-License-Identifier: MIT
2-
(enforce-pact-version "5.2")
2+
(enforce-pact-version "5.3")
33
(begin-tx)
44
(load "../contracts/util-lists.pact")
55
(commit-tx)

pact/tests_repl/util-math-test.repl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;SPDX-License-Identifier: MIT
2-
(enforce-pact-version "5.2")
2+
(enforce-pact-version "5.3")
33
(begin-tx)
44
(load "../contracts/util-lists.pact")
55
(load "../contracts/util-math.pact")

pact/tests_repl/util-random-test.repl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;SPDX-License-Identifier: MIT
2-
(enforce-pact-version "5.2")
2+
(enforce-pact-version "5.3")
33
(begin-tx)
44
(load "../contracts/util-chain-data.pact")
55
(load "../contracts/util-lists.pact")

pact/tests_repl/util-strings-test.repl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;SPDX-License-Identifier: MIT
2-
(enforce-pact-version "5.2")
2+
(enforce-pact-version "5.3")
33
(begin-tx)
44
(load "../contracts/util-lists.pact")
55
(load "../contracts/util-strings.pact")

pact/tests_repl/util-time-test.repl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;SPDX-License-Identifier: MIT
2-
(enforce-pact-version "5.2")
2+
(enforce-pact-version "5.3")
33
(begin-tx)
44
(load "../contracts/util-chain-data.pact")
55
(load "../contracts/util-lists.pact")

pact/tests_repl/util-zk-test.repl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;SPDX-License-Identifier: MIT
2-
(enforce-pact-version "5.2")
2+
(enforce-pact-version "5.3")
33

44
(begin-tx)
55
(load "../contracts/util-lists.pact")

0 commit comments

Comments
 (0)