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 62f8d95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 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
3 changes: 0 additions & 3 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ export TEST_ARCHIVIST="https://app.rkvst.io"
export TEST_AUTHTOKEN_FILENAME=credentials/.auth_token
export TEST_NAMESPACE="unique label"
export TEST_VERBOSE=-v
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 62f8d95

Please sign in to comment.