Skip to content

Commit 542adf9

Browse files
authored
Remove khipu proof-mechanism (#84)
also upgrade github actions AB#8731
1 parent 5c8ab9f commit 542adf9

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
os: [ubuntu-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Set up Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: '3.x'
2121
- name: Install dependencies

DEVELOPERS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ export TEST_PROOF_MECHANISM="-i SIMPLE_HASH"
4444

4545
If TEST_VERBOSE is "-v" debugging output will appear when running the tests.
4646

47-
TEST_PROOF_MECHANISM must be either "KHIPU" or "SIMPLE_HASH"
48-
4947
## TEST_NAMESPACE
5048

5149
If TEST_NAMESPACE is blank or unspecified then each execution of './scripts/samples.sh' will not be

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cryptography~=41.0.2
2-
rkvst-archivist==0.25.2
2+
rkvst-archivist==0.26.0
33
pyyaml~=6.0.1

0 commit comments

Comments
 (0)