Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Oct 29, 2024
1 parent 8c58ee3 commit 248e595
Show file tree
Hide file tree
Showing 5 changed files with 2,410 additions and 2,417 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
make kill-localsecret # next step needs the localsecret ports
- name: Run secret.js tests
run: |
git clone --depth 1 --branch cosmos-sdk-upgrade https://github.com/scrtlabs/secret.js
git clone --depth 1 --branch v1.15.0-beta.0 https://github.com/scrtlabs/secret.js
cd secret.js
# Use the docker images that we built just a few steps above
perl -i -pe 's/localsecret:.+?"/localsecret:v0.0.0"/' ./test/docker-compose.yml
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DB_BACKEND ?= goleveldb
SGX_MODE ?= HW
BRANCH ?= develop
DEBUG ?= 0
DOCKER_TAG ?= secret-0.50.x
DOCKER_TAG ?= beta

TM_SGX ?= true

Expand Down
4 changes: 2 additions & 2 deletions deployment/dockerfiles/base-images/gitpod-local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/scrtlabs/localsecret:v2.0.0-beta.13
FROM ghcr.io/scrtlabs/localsecret:beta

### Install Sudo ###

Expand Down Expand Up @@ -75,4 +75,4 @@ COPY deployment/docker/localsecret/faucet/faucet_server.js .

RUN sudo npm cache clean -f && sudo npm install -g n && sudo n 14.19

CMD ["./bootstrap_init.sh"]
CMD ["./bootstrap_init.sh"]
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/node": "18.7.9",
"jest": "28.1.3",
"prettier": "2.7.1",
"secretjs": "2.0.0-beta.7",
"secretjs": "1.15.0-beta.0",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4"
Expand Down
Loading

0 comments on commit 248e595

Please sign in to comment.