Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 Beta Release #910

Merged
merged 36 commits into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1bec4c4
Bump @synthetixio/assets from 2.0.12 to 2.0.13 (#903)
dependabot[bot] May 27, 2022
b3bc233
Bump github/codeql-action (#905)
dependabot[bot] May 28, 2022
db4af5b
Bump @synthetixio/queries from 2.68.2 to 2.71.0 (#906)
dependabot[bot] May 28, 2022
d6fd2e2
Bump actions/cache from 3.0.1 to 3.0.2 (#915)
dependabot[bot] May 30, 2022
50c63d2
Bump @synthetixio/transaction-notifier from 2.68.2 to 2.70.1 (#916)
dependabot[bot] May 30, 2022
43a76ae
Bump actions/checkout from 2 to 3.0.2 (#917)
dependabot[bot] Jun 1, 2022
969224f
Bump @synthetixio/optimism-networks from 2.68.2 to 2.70.1 (#918)
dependabot[bot] Jun 1, 2022
b36e525
Improve tooltips 874 (#900)
joeyzhaozhao Jun 1, 2022
0e417c8
scrollbar fix (#880)
asherism Jun 1, 2022
b58781b
Bump actions/cache from 3.0.2 to 3.0.3 (#922)
dependabot[bot] Jun 1, 2022
ea9a9fb
Bump @synthetixio/wei from 2.68.2 to 2.70.1 (#923)
dependabot[bot] Jun 1, 2022
392ed2b
Bump github/codeql-action from 2.1.11 to 2.1.12 (#927)
dependabot[bot] Jun 2, 2022
eae03df
Merge pull request #926 from Kwenta/v2
platschi Jun 2, 2022
c92b111
change position card order (#934)
Jun 2, 2022
5502ac7
Bump @synthetixio/providers from 2.68.2 to 2.71.0 (#929)
dependabot[bot] Jun 2, 2022
742b37a
update timeframes (#919)
Jun 2, 2022
43f3e44
Bump @synthetixio/transaction-notifier from 2.70.1 to 2.71.2 (#938)
dependabot[bot] Jun 3, 2022
53a3123
Bump @synthetixio/contracts-interface from 2.68.2 to 2.71.2 (#940)
dependabot[bot] Jun 3, 2022
b20ae2e
Bump @synthetixio/optimism-networks from 2.70.1 to 2.71.2 (#939)
dependabot[bot] Jun 3, 2022
3ad7d2c
Bump @synthetixio/providers from 2.71.0 to 2.71.2 (#941)
dependabot[bot] Jun 3, 2022
cd6c86c
Bump @synthetixio/queries from 2.71.0 to 2.71.2 (#942)
dependabot[bot] Jun 3, 2022
4e06722
Bump @synthetixio/wei from 2.70.1 to 2.71.2 (#943)
dependabot[bot] Jun 3, 2022
8694c90
fix buying power (#946)
platschi Jun 3, 2022
26d7cc7
Synth exchange transaction history (#902)
Xiaolei-Shawn Jun 6, 2022
8b2d766
Search by ens name (#936)
burtrico Jun 6, 2022
df23975
Bump actions/cache from 3.0.3 to 3.0.4 (#961)
dependabot[bot] Jun 7, 2022
77fb8f0
Add preview trade (#885)
brossetti1 Jun 7, 2022
76ce6fd
Themes switch & Light mode (#920)
asherism Jun 7, 2022
b1fc499
feat: add share position modal (#863)
0xwontonsoup Jun 7, 2022
479d299
New landing page (#865)
LeifuChen Jun 8, 2022
6fd87d9
feat: Show Network Fees in USD on L2 (#952)
lohba Jun 9, 2022
ab29d76
Fix TV theme change issue (#971)
koredefashokun Jun 9, 2022
583798a
widescreen & tablet responsiveness css (#973)
platschi Jun 9, 2022
c17f048
Realized pnl percent (#935)
Jun 9, 2022
b979a29
Close Using Next-Price (#969)
Jun 9, 2022
f8c59ae
Clean Up Code (#966)
platschi Jun 9, 2022
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
14 changes: 7 additions & 7 deletions .github/workflows/audit_build_verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # pin@v2
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v2

- name: Audit dependencies
run: npm audit --audit-level=critical
Expand All @@ -35,14 +35,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # pin@v2
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v2

- name: Set npm cache directory
run: npm config set cache .npm-cache --global
continue-on-error: true

- name: Cache node modules
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # pin@v3
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # pin@v3
with:
path: |
.npm-cache
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Upload lint results
# run if lint failed and only on master/dev/v2/v2-dev branch and pull requests
if: always() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' || github.event_name == 'pull_request' || github.ref == 'refs/heads/v2' || github.ref == 'refs/heads/v2-dev')
uses: github/codeql-action/upload-sarif@81bfc289f5947eca8a3358341c874cb4f4697b64 # pin@codeql-bundle-20220322
uses: github/codeql-action/upload-sarif@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # pin@codeql-bundle-20220322
with:
sarif_file: lint-results.sarif
continue-on-error: true
Expand All @@ -91,14 +91,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # pin@v2
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v2

- name: Set npm cache directory
run: npm config set cache .npm-cache --global
continue-on-error: true

- name: Cache node modules
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # pin@v3
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # pin@v3
with:
path: |
.npm-cache
Expand All @@ -119,7 +119,7 @@ jobs:
npm install --prefer-offline --no-audit --legacy-peer-deps

- name: Cache next.js build cache
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # pin@v2
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # pin@v2
with:
path: .next/cache
key: ${{ runner.os }}-next-cache-${{ hashFiles('**/package-lock.json') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # pin@v2
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@81bfc289f5947eca8a3358341c874cb4f4697b64 # pin@codeql-bundle-20220322
uses: github/codeql-action/init@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # pin@codeql-bundle-20220322
with:
queries: security-and-quality
languages: javascript

- name: Autobuild
uses: github/codeql-action/autobuild@81bfc289f5947eca8a3358341c874cb4f4697b64 # pin@codeql-bundle-20220322
uses: github/codeql-action/autobuild@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # pin@codeql-bundle-20220322

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@81bfc289f5947eca8a3358341c874cb4f4697b64 # pin@codeql-bundle-20220322
uses: github/codeql-action/analyze@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # pin@codeql-bundle-20220322
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # pin@v2
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v2

- name: Run lighthouse
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateDependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Update contracts-interface version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/setup-node@v3
with:
node-version: '14.17.1'
Expand Down
Binary file added assets/png/features/permissionless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/png/learn/faq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/png/marketing/market-order-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/png/pnl-graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 1 addition & 11 deletions assets/svg/app/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/svg/app/arrow-up-right-tg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/svg/app/arrow-up-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/svg/app/caret-down-gray-slim.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/svg/app/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading