Skip to content

Commit

Permalink
Remove khipu proof-mechanism
Browse files Browse the repository at this point in the history
also upgrade github actions

AB#8731
  • Loading branch information
eccles committed Nov 6, 2023
1 parent 10695af commit 74f0823
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
Expand Down
2 changes: 0 additions & 2 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export TEST_PROOF_MECHANISM="-i SIMPLE_HASH"

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

TEST_PROOF_MECHANISM must be either "KHIPU" or "SIMPLE_HASH"

## TEST_NAMESPACE

If TEST_NAMESPACE is blank or unspecified then each execution of './scripts/samples.sh' will not be
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography~=41.0.2
rkvst-archivist==0.25.2
rkvst-archivist==0.26.0
pyyaml~=6.0.1

0 comments on commit 74f0823

Please sign in to comment.