-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into create-token-api
Signed-off-by: Kiran Pachhai <kiran@pachhai.com>
- Loading branch information
Showing
14 changed files
with
2,565 additions
and
2,619 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Lint Snap Code | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
eslint: | ||
name: Run ESLint For Snap | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
name: Check out source code | ||
|
||
- uses: actions/setup-node@v2 | ||
name: Set up Node.js | ||
with: | ||
node-version: '18' | ||
cache: 'yarn' | ||
cache-dependency-path: packages/hedera-wallet-snap/packages/snap | ||
|
||
- name: Install Dependencies in Subdirectory | ||
run: yarn install | ||
working-directory: ./packages/hedera-wallet-snap/packages/snap | ||
|
||
- name: Run ESLint in Subdirectory | ||
run: yarn lint | ||
working-directory: ./packages/hedera-wallet-snap/packages/snap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Run Hedera Pulse Snap Unit Tests | ||
|
||
on: [push] | ||
|
||
jobs: | ||
eslint: | ||
name: Run Hedera Pulse Snap Unit Tests | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
name: Check out source code | ||
|
||
- uses: actions/setup-node@v2 | ||
name: Set up Node.js | ||
with: | ||
node-version: '18' | ||
cache: 'yarn' | ||
cache-dependency-path: packages/hedera-wallet-snap/packages/snap | ||
|
||
- name: Install Dependencies in Subdirectory | ||
run: yarn install | ||
working-directory: ./packages/hedera-wallet-snap/packages/snap | ||
|
||
- name: Run Snap Unit Tests | ||
run: yarn test | ||
working-directory: ./packages/hedera-wallet-snap/packages/snap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
packages/hedera-wallet-snap/packages/snap/src/utils/__tests__/FetchUtils.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
151 changes: 0 additions & 151 deletions
151
packages/hedera-wallet-snap/packages/snap/src/utils/__tests__/HederaUtils.spec.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.