-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor to typescript & yarn monorepo * remove prettier * update eslint * make sure new rules work * husky * remove builds * update dockerfile wip * fix yarn ignore * update gh action * update node engine * update docker compose * fix healthchek * update dockers * update gh action * update gh action * fix ci test * fix e2e test * test new setup * print docker logs * fix * fix test order * update action * update action * update action * increase wait time * install yarn * docker fixes * test with ubuntu-latest * fix * test * dump each failed docker * test * test * test new setup * test new setup * separate tests * fix hardhat test * run on self-hosted * update action * update action * update action * update action * try on self-hosted * updates * use localhost instead * Revert "use localhost instead" This reverts commit 04cd875. * update test * update action * update publish action * fix build path * update readme * fix NFT deps * Update package.json * update truffle
- Loading branch information
1 parent
58cea1d
commit 4dd921b
Showing
243 changed files
with
34,151 additions
and
33,037 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
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,8 @@ | ||
.eslintrc.js | ||
node_modules/ | ||
bin/ | ||
lib/ | ||
dist/ | ||
examples/ | ||
evm-subql/ | ||
scripts/ |
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.