-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR removes all code related to phantom transfers and tokem imbalances on tenderly. The code for token imbalances is currently not used for computing slippage. Phantom transfers just count as slippage. In the future, we will use code from https://github.com/cowprotocol/token-imbalances.
- Loading branch information
Showing
62 changed files
with
4 additions
and
15,299 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 |
---|---|---|
|
@@ -29,50 +29,3 @@ jobs: | |
env: | ||
# We make a rinkeby request in one unit test | ||
INFURA_KEY: ${{ secrets.INFURA_KEY }} | ||
tenderly-ci: | ||
name: Tenderly Lint & Tests | ||
runs-on: ubuntu-latest | ||
services: | ||
postgres: | ||
image: postgres | ||
env: | ||
POSTGRES_PASSWORD: postgres | ||
# Set health checks to wait until postgres has started | ||
options: >- | ||
--health-cmd pg_isready | ||
--health-interval 10s | ||
--health-timeout 5s | ||
--health-retries 5 | ||
ports: | ||
- 5432:5432 | ||
steps: | ||
- name: Check out Git repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: DB Migration | ||
uses: joshuaavalon/[email protected] | ||
with: | ||
url: jdbc:postgresql://postgres:5432/postgres | ||
user: postgres | ||
password: postgres | ||
env: | ||
FLYWAY_LOCATIONS: filesystem:./internal_transfers/database/sql | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 16 | ||
|
||
- name: Install Node.js dependencies | ||
run: npm ci | ||
working-directory: ./internal_transfers/actions | ||
|
||
- name: ESLint | ||
run: npm run lint | ||
working-directory: ./internal_transfers/actions | ||
|
||
- name: Tests | ||
run: npm run test --silent | ||
working-directory: ./internal_transfers/actions | ||
env: | ||
NODE_URL: ${{ secrets.NODE_URL }} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.