Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Sep 6, 2024
1 parent 669aead commit c49766f
Show file tree
Hide file tree
Showing 86 changed files with 361 additions and 3,616 deletions.
4 changes: 1 addition & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
C2WASM_CLI_HOST=https://hook-buildbox.xrpl.org
JS2WASM_CLI_HOST=https://hook-buildbox.xrpl.org
# C2WASM_CLI_HOST=http://0.0.0.0:9000
HOOKS_COMPILE_HOST=https://hook-buildbox.xrpl.org
XRPLD_ENV=standalone
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Run docker in background
run: |
docker run --detach --rm --name rippled-service -p 6006:6006 --health-cmd="wget localhost:6006 || exit 1" --health-interval=5s --health-retries=10 --health-timeout=2s transia/xahau-2024125-release738-xahau
docker run --detach --rm --name rippled-service -p 6006:6006 --health-cmd="wget localhost:6006 || exit 1" --health-interval=5s --health-retries=10 --health-timeout=2s transia/xahaudjs:latest
- name: Setup npm version 7
run: |
Expand All @@ -102,11 +102,11 @@ jobs:
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
run: yarn install

- run: yarn run build:hooks
- run: yarn run test:integration
- run: yarn run build:hooks-c
- run: yarn run test:integration-c
env:
C2WASM_CLI_HOST: https://hook-buildbox.xrpl.org
RIPPLED_ENV: standalone
HOOKS_COMPILE_HOST: https://hook-buildbox.xrpl.org
XRPLD_ENV: standalone

- name: Stop docker container
if: always()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c49766f

Please sign in to comment.