Skip to content

Commit 0b52e48

Browse files
authored
Update dependencies (openwallet-foundation#259)
* Update dependencies Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com> * Update python versionin lint action Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com> * Update e2e test settings Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com> * Add default WebVH server to manage script, update README Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com> --------- Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
1 parent 80101f4 commit 0b52e48

File tree

5 files changed

+2046
-1492
lines changed

5 files changed

+2046
-1492
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
ENDORSER_ENV: "testing"
99
ACAPY_ENDPOINT: "http://host.docker.internal:8050"
10-
LEDGER_URL: "http://test.bcovrin.vonx.io"
10+
LEDGER_URL: "https://test.bcovrin.vonx.io"
1111
TAILS_SERVER_URL: "https://tails-test.vonx.io"
1212
WEBVH_SERVER_URL: "https://sandbox.bcvh.vonx.io"
1313

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.12"
18+
python-version: "3.13"
1919

2020
- name: Install Poetry
2121
uses: snok/install-poetry@v1

docker/manage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ exportEnvironment() {
7878

7979
# endorser aca-py agent
8080
# export LEDGER_URL=${LEDGER_URL-http://test.bcovrin.vonx.io}
81-
export WEBVH_SERVER_URL=${WEBVH_SERVER_URL-https://example.com}
81+
export WEBVH_SERVER_URL=${WEBVH_SERVER_URL-https://sandbox.bcvh.vonx.io}
8282
export LEDGER_URL=${LEDGER_URL-http://${DOCKERHOST}:9000}
8383
export GENESIS_URL=${GENESIS_URL-${LEDGER_URL}/genesis}
8484
export TAILS_SERVER_URL=${TAILS_SERVER_URL-http://${DOCKERHOST}:6543}

0 commit comments

Comments
 (0)