Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

omgx stress test eth #220

Open
wants to merge 31 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
49c869d
add stress test:
trangtran-enya Jul 21, 2021
0c77c9b
Merge branch 'develop' into omgx-stress-test
CAPtheorem Jul 26, 2021
31fadb8
Merge branch 'develop' into omgx-stress-test
CAPtheorem Jul 26, 2021
2c4157f
Merge branch 'develop' into omgx-stress-test
petardenev Jul 28, 2021
877e2d8
Update stress-test
trangtran-enya Jul 28, 2021
385db48
Update with erc20 stress-test
trangtran-enya Jul 28, 2021
f5b13a1
Merge branch 'develop' into omgx-stress-test
CAPtheorem Jul 28, 2021
8e5255b
integration-tests: clean log and add liquidityPool contract
trangtran-enya Jul 28, 2021
41efcee
Merge branch 'omgx-stress-test' of github.enya:omgnetwork/optimism in…
trangtran-enya Jul 28, 2021
1b30c5c
add liquidity pool address into env
trangtran-enya Jul 30, 2021
e8d13ea
update changelog
trangtran-enya Jul 30, 2021
1384580
Merge branch 'develop' of github.enya:omgnetwork/optimism into omgx-s…
trangtran-enya Jul 30, 2021
46dd1bd
Merge branch 'develop' into omgx-stress-test
CAPtheorem Jul 30, 2021
352e86b
Merge branch 'develop' into omgx-stress-test
petardenev Jul 30, 2021
01db8ca
update L2 pool address in integration env
trangtran-enya Jul 30, 2021
dfd7df5
Merge branch 'omgx-stress-test' of github.enya:omgnetwork/optimism in…
trangtran-enya Jul 30, 2021
a815289
Merge branch 'develop' into omgx-stress-test
CAPtheorem Aug 1, 2021
7037e00
Merge branch 'develop' into omgx-stress-test
CAPtheorem Aug 1, 2021
a3dcea6
Merge branch 'develop' into omgx-stress-test
CAPtheorem Aug 2, 2021
126250b
Merge branch 'develop' into omgx-stress-test
petardenev Aug 2, 2021
a9e130e
Merge branch 'develop' into omgx-stress-test
petardenev Aug 2, 2021
563c865
enable yarn cache on .github/workflows/ts-packages.yml
Aug 2, 2021
bfb7110
Re-add gasPrice
trangtran-enya Aug 2, 2021
ae9fcbc
Update stress-test
trangtran-enya Aug 2, 2021
f8d8ff4
Merge branch 'develop' into omgx-stress-test
petardenev Aug 4, 2021
de995a7
Merge branch 'develop' into omgx-stress-test
CAPtheorem Aug 5, 2021
d8cb1dc
Merge branch 'develop' into omgx-stress-test
petardenev Aug 9, 2021
5e21840
Merge branch 'develop' into omgx-stress-test
petardenev Aug 24, 2021
66b3fb8
Merge branch 'develop' into omgx-stress-test
petardenev Aug 25, 2021
04b2fbb
Merge branch 'develop' into omgx-stress-test
petardenev Aug 29, 2021
d94fa50
Merge branch 'develop' into omgx-stress-test
CAPtheorem Sep 12, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ts-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install Dependencies
# only install dependencies if there was a change in the deps
# if: steps.yarn-cache.outputs.cache-hit != 'true'
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install

- name: Build
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

- name: Install Dependencies
# only install dependencies if there was a change in the deps
# if: steps.yarn-cache.outputs.cache-hit != 'true'
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install

# - name: Lint JS and TS
Expand Down
2 changes: 2 additions & 0 deletions integration-tests/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
PRIVATE_KEY=
L1_URL=
L2_URL=
L1_LIQUIDITY_POOL_ADDRESS=
L2_LIQUIDITY_POOL_ADDRESS=
ADDRESS_MANAGER=
L2_CHAINID=
1 change: 1 addition & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Patch Changes

- 1b30c5c6: Add ERC20 and ETH stress tests
- 918c08ca: Bump ethers dependency to 5.4.x to support eip1559

## 0.2.2
Expand Down
Loading