Compare commits
69
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe8de91233 | ||
|
|
3772b624d0 | ||
|
|
35e25d9a8f | ||
|
|
86e122389c | ||
|
|
6616aceebb | ||
|
|
c937a9df0c | ||
|
|
9fcf286e4b | ||
|
|
e3ed71bec4 | ||
|
|
809f149df9 | ||
|
|
e4eedf5ccd | ||
|
|
20cbcb8302 | ||
|
|
cd3acf8ff9 | ||
|
|
30735388e8 | ||
|
|
478c4f83bb | ||
|
|
431fab8824 | ||
|
|
83b6d3d295 | ||
|
|
98fd79bc35 | ||
|
|
39aa27f332 | ||
|
|
bf4fb29fe6 | ||
|
|
5ed1befc53 | ||
|
|
1b311a8b36 | ||
|
|
70c3bc8128 | ||
|
|
7e49836875 | ||
|
|
d624957e6d | ||
|
|
069b57d4ae | ||
|
|
6894fe1264 | ||
|
|
93e4b5fdb9 | ||
|
|
1566fc3984 | ||
|
|
39962a0246 | ||
|
|
8d31510d5e | ||
|
|
26d5a67604 | ||
|
|
9cc8f5a377 | ||
|
|
2e11cf4dfa | ||
|
|
9e4ba9f275 | ||
|
|
aac0c25d09 | ||
|
|
d20c2a08ae | ||
|
|
4e6ba5fe3d | ||
|
|
276d1d7c7b | ||
|
|
4990c5808d | ||
|
|
cdd91c24f2 | ||
|
|
e3eb13ca72 | ||
|
|
3f0ebbf33d | ||
|
|
026aa3964b | ||
|
|
aa4c5a4a57 | ||
|
|
0874314d2a | ||
|
|
a70a7bcc8e | ||
|
|
4461a6a497 | ||
|
|
1041864ad8 | ||
|
|
015e0188ec | ||
|
|
228236c152 | ||
|
|
cd6e906dc6 | ||
|
|
8a47a92dbd | ||
|
|
af14c27df9 | ||
|
|
38edcd88c0 | ||
|
|
a74cf02030 | ||
|
|
6686755763 | ||
|
|
79cf8163be | ||
|
|
1688e26f4b | ||
|
|
5e101a8eaf | ||
|
|
65071f57d0 | ||
|
|
b87c981a90 | ||
|
|
b509e5b347 | ||
|
|
bb9fce4831 | ||
|
|
918825aca8 | ||
|
|
74bf183fad | ||
|
|
674baa1ee3 | ||
|
|
d18a0c7e15 | ||
|
|
76a6005b77 | ||
|
|
79414614c2 |
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Feature Epic
|
name: Feature Epic
|
||||||
title: 'Epic: '
|
about: A template to capture and scope user requirements, high level process, and basic mockups for an upcoming feature as part of the initial core spec review process.
|
||||||
description: A template to capture and scope user requirements, high level process, and basic mockups for an upcoming feature as part of the initial core spec review process.
|
title: 'FEATURE EPIC: '
|
||||||
labels: feature-epic
|
labels: feature-epic
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
projects: ${{ needs.lint-test-build.outputs.projects-e2e }}
|
projects: ${{ needs.lint-test-build.outputs.projects-e2e }}
|
||||||
tags: '@smoke @regression'
|
tags: '@smoke'
|
||||||
|
|
||||||
publish-dist:
|
publish-dist:
|
||||||
needs: lint-test-build
|
needs: lint-test-build
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
run-tests:
|
run-tests:
|
||||||
name: run-tests
|
name: run-tests
|
||||||
runs-on: ubuntu-22.04
|
runs-on: 8-cores
|
||||||
timeout-minutes: 25
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
# check-out frontend-monorepo
|
# check-out frontend-monorepo
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
working-directory: ./console-test
|
working-directory: ./console-test
|
||||||
run: poetry run pytest --numprocesses auto
|
run: poetry run pytest -s --numprocesses auto
|
||||||
- name: Check files
|
- name: Check files
|
||||||
run: |
|
run: |
|
||||||
ls -al .
|
ls -al .
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
project: ${{ fromJSON(inputs.projects) }}
|
project: ${{ fromJSON(inputs.projects) }}
|
||||||
name: ${{ matrix.project }}
|
name: ${{ matrix.project }}
|
||||||
runs-on: self-hosted-runner
|
runs-on: self-hosted-runner
|
||||||
timeout-minutes: 100
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
# Checks if skip cache was requested
|
# Checks if skip cache was requested
|
||||||
- name: Set skip-nx-cache flag
|
- name: Set skip-nx-cache flag
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ module.exports = defineConfig({
|
|||||||
viewportWidth: 1440,
|
viewportWidth: 1440,
|
||||||
viewportHeight: 900,
|
viewportHeight: 900,
|
||||||
testIsolation: false,
|
testIsolation: false,
|
||||||
|
experimentalMemoryManagement: true,
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
environment: 'CUSTOM',
|
environment: 'CUSTOM',
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
import { createSuccessorMarketProposal } from '../support/governance.functions';
|
||||||
|
|
||||||
context('Market page', { tags: '@regression' }, function () {
|
context('Market page', { tags: '@regression' }, function () {
|
||||||
describe('Verify elements on page', function () {
|
describe('Verify elements on page', function () {
|
||||||
const marketHeaders = 'markets-heading';
|
const marketHeaders = 'markets-heading';
|
||||||
const createdMarketId =
|
|
||||||
'2eab0e66545a789047561bc5a2e5cbc3b19eb708da41104e3cac2474ee36c4d4';
|
|
||||||
|
|
||||||
before('Create market', function () {
|
before('Create market', function () {
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
@@ -11,7 +11,7 @@ context('Market page', { tags: '@regression' }, function () {
|
|||||||
|
|
||||||
beforeEach('Get market id', function () {
|
beforeEach('Get market id', function () {
|
||||||
cy.navigate_to('markets');
|
cy.navigate_to('markets');
|
||||||
cy.get('[col-id="id"]').eq(1).invoke('text').as('createdMarketId');
|
cy.get('[col-id="id"]').last().invoke('text').as('createdMarketId');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Market displayed on market page', function () {
|
it('Market displayed on market page', function () {
|
||||||
@@ -106,6 +106,7 @@ context('Market page', { tags: '@regression' }, function () {
|
|||||||
// Able to view Json
|
// Able to view Json
|
||||||
cy.contains('View JSON').click();
|
cy.contains('View JSON').click();
|
||||||
cy.get('.language-json').should('exist');
|
cy.get('.language-json').should('exist');
|
||||||
|
cy.getByTestId('icon-cross').click();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Skipping due to resize observer loop limit error
|
// Skipping due to resize observer loop limit error
|
||||||
@@ -113,17 +114,60 @@ context('Market page', { tags: '@regression' }, function () {
|
|||||||
cy.common_switch_to_mobile_and_click_toggle();
|
cy.common_switch_to_mobile_and_click_toggle();
|
||||||
cy.navigate_to('markets', true);
|
cy.navigate_to('markets', true);
|
||||||
cy.getByTestId(marketHeaders).should('be.visible');
|
cy.getByTestId(marketHeaders).should('be.visible');
|
||||||
cy.get(`[row-id="${createdMarketId}"]`)
|
cy.get(`[row-id="${this.createdMarketId}"]`)
|
||||||
.should('be.visible')
|
.should('be.visible')
|
||||||
.within(() => {
|
.within(() => {
|
||||||
cy.get_element_by_col_id('code').should('have.text', 'TEST.24h');
|
cy.get_element_by_col_id('code').should('have.text', 'TEST.24h');
|
||||||
cy.get_element_by_col_id('name').should('have.text', 'Test market 1');
|
cy.get_element_by_col_id('name').should('have.text', 'Test market 1');
|
||||||
cy.get_element_by_col_id('state').should('have.text', 'Pending');
|
cy.get_element_by_col_id('state').should('have.text', 'Pending');
|
||||||
cy.get_element_by_col_id('asset').should('have.text', 'fUSDC');
|
cy.get_element_by_col_id('asset').should('have.text', 'fUSDC');
|
||||||
cy.get_element_by_col_id('id').should('have.text', createdMarketId);
|
cy.get_element_by_col_id('id').should(
|
||||||
|
'have.text',
|
||||||
|
this.createdMarketId
|
||||||
|
);
|
||||||
cy.get_element_by_col_id('actions')
|
cy.get_element_by_col_id('actions')
|
||||||
.find('a')
|
.find('a')
|
||||||
.should('have.attr', 'href', `/markets/${createdMarketId}`);
|
.should('have.attr', 'href', `/markets/${this.createdMarketId}`);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
it('Able to go to market details page for successor market', function () {
|
||||||
|
const successionLineItem = 'succession-line-item';
|
||||||
|
const successionLineMarketId = 'succession-line-item-market-id';
|
||||||
|
|
||||||
|
createSuccessorMarketProposal(this.createdMarketId);
|
||||||
|
cy.navigate_to('markets');
|
||||||
|
cy.reload();
|
||||||
|
cy.contains('Token test market', { timeout: 8000 }).should('be.visible');
|
||||||
|
cy.get('[row-index="0"]')
|
||||||
|
.invoke('attr', 'row-id')
|
||||||
|
.as('successorMarketId');
|
||||||
|
cy.contains('Token test market').click();
|
||||||
|
cy.getByTestId(marketHeaders).should('have.text', 'Token test market');
|
||||||
|
cy.validate_proposal_change_type('Triggering Ratio', 'Added');
|
||||||
|
cy.validate_element_from_table('Triggering Ratio', '0.7');
|
||||||
|
cy.validate_proposal_change_type('Time Window', 'Added');
|
||||||
|
cy.validate_element_from_table('Time Window', '3,600');
|
||||||
|
cy.validate_proposal_change_type('Scaling Factor', 'Added');
|
||||||
|
cy.validate_element_from_table('Scaling Factor', '10');
|
||||||
|
|
||||||
|
cy.getByTestId(successionLineItem)
|
||||||
|
.first()
|
||||||
|
.within(() => {
|
||||||
|
cy.contains('Test market 1');
|
||||||
|
cy.getByTestId(successionLineMarketId).should(
|
||||||
|
'have.text',
|
||||||
|
this.createdMarketId
|
||||||
|
);
|
||||||
|
});
|
||||||
|
cy.getByTestId(successionLineItem)
|
||||||
|
.eq(1)
|
||||||
|
.within(() => {
|
||||||
|
cy.contains('Token test market');
|
||||||
|
cy.getByTestId(successionLineMarketId).should(
|
||||||
|
'have.text',
|
||||||
|
this.successorMarketId
|
||||||
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -0,0 +1,49 @@
|
|||||||
|
context('Proposal page', { tags: '@smoke' }, function () {
|
||||||
|
describe('Verify elements on page', function () {
|
||||||
|
const proposalHeading = 'proposals-heading';
|
||||||
|
const dateTimeRegex =
|
||||||
|
/(\d{1,2})\/(\d{1,2})\/(\d{4}), (\d{1,2}):(\d{1,2}):(\d{1,2})/gm;
|
||||||
|
const proposalTitle = 'Add Lorem Ipsum market';
|
||||||
|
|
||||||
|
before('Create market proposal', function () {
|
||||||
|
cy.visit('/');
|
||||||
|
cy.createMarket();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('Able to view proposal', function () {
|
||||||
|
cy.navigate_to('governanceProposals');
|
||||||
|
cy.getByTestId(proposalHeading).should('be.visible');
|
||||||
|
cy.contains(proposalTitle)
|
||||||
|
.parent()
|
||||||
|
.parent()
|
||||||
|
.parent()
|
||||||
|
.within(() => {
|
||||||
|
cy.get_element_by_col_id('title').should('have.text', proposalTitle);
|
||||||
|
cy.get_element_by_col_id('type').should('have.text', 'NewMarket');
|
||||||
|
cy.get_element_by_col_id('state').should('have.text', 'Enacted');
|
||||||
|
cy.getByTestId('vote-progress').should('be.visible');
|
||||||
|
cy.get('[col-id="cDate"]')
|
||||||
|
.invoke('text')
|
||||||
|
.should('match', dateTimeRegex);
|
||||||
|
cy.get('[col-id="eDate"]')
|
||||||
|
.invoke('text')
|
||||||
|
.should('match', dateTimeRegex);
|
||||||
|
cy.getByTestId('external-link')
|
||||||
|
.should('have.attr', 'href')
|
||||||
|
.and('contains', 'https://governance.fairground.wtf/proposals/');
|
||||||
|
cy.contains('View terms').should('exist').click();
|
||||||
|
});
|
||||||
|
cy.getByTestId('dialog-title').should('have.text', proposalTitle);
|
||||||
|
cy.get('.language-json').should('exist');
|
||||||
|
});
|
||||||
|
|
||||||
|
it.skip('Proposal page displayed on mobile', function () {
|
||||||
|
cy.common_switch_to_mobile_and_click_toggle();
|
||||||
|
cy.navigate_to('governanceProposals', true);
|
||||||
|
cy.getByTestId(proposalHeading).should('be.visible');
|
||||||
|
cy.get('[row-index="0"]').within(() => {
|
||||||
|
cy.get_element_by_col_id('title').should('have.text', proposalTitle);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -127,3 +127,10 @@ Cypress.Commands.add(
|
|||||||
.should('have.text', tableRowValue);
|
.should('have.text', tableRowValue);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Cypress.Commands.add(
|
||||||
|
'validate_proposal_change_type',
|
||||||
|
(tableRowName, changeType) => {
|
||||||
|
cy.contains(tableRowName).siblings().should('have.text', changeType);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|||||||
@@ -0,0 +1,130 @@
|
|||||||
|
export function createSuccessorMarketProposal(parentMarketId) {
|
||||||
|
cy.VegaWalletSubmitProposal(getSuccessorTxBody(parentMarketId));
|
||||||
|
}
|
||||||
|
|
||||||
|
function getSuccessorTxBody(parentMarketId) {
|
||||||
|
return {
|
||||||
|
proposalSubmission: {
|
||||||
|
rationale: {
|
||||||
|
title: 'Test successor market proposal details',
|
||||||
|
description: 'E2E test for successor market',
|
||||||
|
},
|
||||||
|
terms: {
|
||||||
|
newMarket: {
|
||||||
|
changes: {
|
||||||
|
decimalPlaces: '5',
|
||||||
|
positionDecimalPlaces: '5',
|
||||||
|
linearSlippageFactor: '0.001',
|
||||||
|
quadraticSlippageFactor: '0',
|
||||||
|
lpPriceRange: '10',
|
||||||
|
instrument: {
|
||||||
|
name: 'Token test market',
|
||||||
|
code: 'TEST.24h',
|
||||||
|
future: {
|
||||||
|
settlementAsset:
|
||||||
|
'816af99af60d684502a40824758f6b5377e6af48e50a9ee8ef478ecb879ea8bc',
|
||||||
|
quoteName: 'fUSDC',
|
||||||
|
dataSourceSpecForSettlementData: {
|
||||||
|
external: {
|
||||||
|
oracle: {
|
||||||
|
signers: [
|
||||||
|
{
|
||||||
|
pubKey: {
|
||||||
|
key: '70d14a321e02e71992fd115563df765000ccc4775cbe71a0e2f9ff5a3b9dc680',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
filters: [
|
||||||
|
{
|
||||||
|
key: {
|
||||||
|
name: 'prices.BTC.value',
|
||||||
|
type: 'TYPE_INTEGER',
|
||||||
|
numberDecimalPlaces: '0',
|
||||||
|
},
|
||||||
|
conditions: [
|
||||||
|
{
|
||||||
|
operator: 'OPERATOR_GREATER_THAN',
|
||||||
|
value: '0',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
dataSourceSpecForTradingTermination: {
|
||||||
|
external: {
|
||||||
|
oracle: {
|
||||||
|
signers: [
|
||||||
|
{
|
||||||
|
pubKey: {
|
||||||
|
key: '70d14a321e02e71992fd115563df765000ccc4775cbe71a0e2f9ff5a3b9dc680',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
filters: [
|
||||||
|
{
|
||||||
|
key: {
|
||||||
|
name: 'trading.terminated.ETH5',
|
||||||
|
type: 'TYPE_BOOLEAN',
|
||||||
|
},
|
||||||
|
conditions: [
|
||||||
|
{
|
||||||
|
operator: 'OPERATOR_EQUALS',
|
||||||
|
value: 'true',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
dataSourceSpecBinding: {
|
||||||
|
settlementDataProperty: 'prices.BTC.value',
|
||||||
|
tradingTerminationProperty: 'trading.terminated.ETH5',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
metadata: [
|
||||||
|
'sector:food',
|
||||||
|
'sector:materials',
|
||||||
|
'source:docs.vega.xyz',
|
||||||
|
],
|
||||||
|
priceMonitoringParameters: {
|
||||||
|
triggers: [
|
||||||
|
{
|
||||||
|
horizon: '43200',
|
||||||
|
probability: '0.9999999',
|
||||||
|
auctionExtension: '600',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
liquidityMonitoringParameters: {
|
||||||
|
targetStakeParameters: {
|
||||||
|
timeWindow: '3600',
|
||||||
|
scalingFactor: 10,
|
||||||
|
},
|
||||||
|
triggeringRatio: '0.7',
|
||||||
|
auctionExtension: '1',
|
||||||
|
},
|
||||||
|
logNormal: {
|
||||||
|
tau: 0.0001140771161,
|
||||||
|
riskAversionParameter: 0.01,
|
||||||
|
params: {
|
||||||
|
mu: 0,
|
||||||
|
r: 0.016,
|
||||||
|
sigma: 0.5,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
successor: {
|
||||||
|
parentMarketId: parentMarketId,
|
||||||
|
insurancePoolFraction: '0.75',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
closingTimestamp: 1695666618,
|
||||||
|
enactmentTimestamp: 1695666618,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,6 +1,4 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_TENDERMINT_URL=http://localhost:26617
|
|
||||||
NX_TENDERMINT_WEBSOCKET_URL=wss://localhost:26617/websocket
|
|
||||||
NX_VEGA_ENV=CUSTOM
|
NX_VEGA_ENV=CUSTOM
|
||||||
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
||||||
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/test/announcements.json
|
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/test/announcements.json
|
||||||
@@ -8,3 +6,6 @@ NX_VEGA_EXPLORER_URL=/
|
|||||||
|
|
||||||
# App flags
|
# App flags
|
||||||
NX_EXPLORER_TXS_LIST=0
|
NX_EXPLORER_TXS_LIST=0
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=http://localhost:26617
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://localhost:26617/websocket
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_TENDERMINT_URL=https://tm.be.devnet1.vega.xyz/
|
|
||||||
NX_TENDERMINT_WEBSOCKET_URL=wss://be.devnet1.vega.xyz/websocket
|
|
||||||
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/devnet1/vegawallet-devnet1.toml
|
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/devnet1/vegawallet-devnet1.toml
|
||||||
NX_VEGA_ENV=DEVNET
|
NX_VEGA_ENV=DEVNET
|
||||||
NX_BLOCK_EXPLORER=https://be.devnet1.vega.xyz/rest
|
NX_BLOCK_EXPLORER=https://be.devnet1.vega.xyz/rest
|
||||||
@@ -10,3 +8,6 @@ NX_VEGA_URL=https://api.devnet1.vega.xyz/graphql
|
|||||||
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/devnet1/vegawallet-devnet1.toml
|
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/devnet1/vegawallet-devnet1.toml
|
||||||
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json
|
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json
|
||||||
NX_VEGA_EXPLORER_URL=/
|
NX_VEGA_EXPLORER_URL=/
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://tm.be.devnet1.vega.xyz/
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.devnet1.vega.xyz/websocket
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_TENDERMINT_URL=https://be.vega.community
|
|
||||||
NX_TENDERMINT_WEBSOCKET_URL=wss://be.vega.community/websocket
|
|
||||||
NX_SENTRY_DSN=https://b3a56b03eda842faad731f3ea9dfd1bc@o286262.ingest.sentry.io/6242427
|
NX_SENTRY_DSN=https://b3a56b03eda842faad731f3ea9dfd1bc@o286262.ingest.sentry.io/6242427
|
||||||
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks/master/mainnet1/mainnet1.toml
|
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks/master/mainnet1/mainnet1.toml
|
||||||
NX_VEGA_URL=https://api.vega.community/graphql
|
NX_VEGA_URL=https://api.vega.community/graphql
|
||||||
@@ -11,3 +9,6 @@ NX_VEGA_GOVERNANCE_URL=https://governance.vega.xyz
|
|||||||
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/mainnet/announcements.json
|
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/mainnet/announcements.json
|
||||||
NX_VEGA_EXPLORER_URL=https://explorer.vega.xyz/
|
NX_VEGA_EXPLORER_URL=https://explorer.vega.xyz/
|
||||||
NX_VEGA_CONSOLE_URL=https://console.vega.xyz
|
NX_VEGA_CONSOLE_URL=https://console.vega.xyz
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://be.vega.community
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.vega.community/websocket
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_TENDERMINT_URL=https://be.mainnet-mirror.vega.rocks
|
|
||||||
NX_TENDERMINT_WEBSOCKET_URL=wss://be.mainnet-mirror.vega.rocks/websocket
|
|
||||||
NX_SENTRY_DSN=https://4b8c8a8ba07742648aa4dfe1b8d17e40@o286262.ingest.sentry.io/5882996
|
NX_SENTRY_DSN=https://4b8c8a8ba07742648aa4dfe1b8d17e40@o286262.ingest.sentry.io/5882996
|
||||||
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/mainnet-mirror/vegawallet-mainnet-mirror.toml
|
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/mainnet-mirror/vegawallet-mainnet-mirror.toml
|
||||||
NX_VEGA_URL=https://api.mainnet-mirror.vega.rocks/graphql
|
NX_VEGA_URL=https://api.mainnet-mirror.vega.rocks/graphql
|
||||||
@@ -11,3 +9,6 @@ NX_VEGA_GOVERNANCE_URL=https://governance.mainnet-mirror.vega.rocks
|
|||||||
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/mainnet/announcements.json
|
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/mainnet/announcements.json
|
||||||
NX_VEGA_EXPLORER_URL=https://explorer.mainnet-mirror.vega.rocks/
|
NX_VEGA_EXPLORER_URL=https://explorer.mainnet-mirror.vega.rocks/
|
||||||
NX_VEGA_CONSOLE_URL=https://console.mainnet-mirror.vega.rocks
|
NX_VEGA_CONSOLE_URL=https://console.mainnet-mirror.vega.rocks
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://be.mainnet-mirror.vega.rocks
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.mainnet-mirror.vega.rocks/websocket
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_TENDERMINT_URL=https://tm.be.testnet.vega.xyz
|
|
||||||
NX_BLOCK_EXPLORER=https://be.testnet.vega.xyz/rest
|
NX_BLOCK_EXPLORER=https://be.testnet.vega.xyz/rest
|
||||||
NX_TENDERMINT_WEBSOCKET_URL=wss://be.testnet.vega.xyz/websocket
|
|
||||||
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/fairground/vegawallet-fairground.toml
|
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/fairground/vegawallet-fairground.toml
|
||||||
NX_VEGA_ENV=TESTNET
|
NX_VEGA_ENV=TESTNET
|
||||||
NX_VEGA_URL=https://api.n07.testnet.vega.xyz/graphql
|
NX_VEGA_URL=https://api.n07.testnet.vega.xyz/graphql
|
||||||
@@ -11,3 +9,6 @@ NX_VEGA_GOVERNANCE_URL=https://governance.fairground.wtf
|
|||||||
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json
|
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json
|
||||||
NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf
|
NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf
|
||||||
NX_VEGA_CONSOLE_URL=https://console.fairground.wtf
|
NX_VEGA_CONSOLE_URL=https://console.fairground.wtf
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://tm.be.testnet.vega.xyz
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.testnet.vega.xyz/websocket
|
||||||
|
|||||||
@@ -7,9 +7,10 @@ NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9
|
|||||||
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
||||||
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json
|
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json
|
||||||
|
|
||||||
NX_TENDERMINT_URL=https://tm.be.validators-testnet.vega.rocks
|
|
||||||
NX_BLOCK_EXPLORER=https://be.validators-testnet.vega.rocks/rest
|
NX_BLOCK_EXPLORER=https://be.validators-testnet.vega.rocks/rest
|
||||||
NX_TENDERMINT_WEBSOCKET_URL=wss://be.validators-testnet.vega.xyz/websocket
|
|
||||||
NX_VEGA_GOVERNANCE_URL=https://governance.validators-testnet.vega.rocks
|
NX_VEGA_GOVERNANCE_URL=https://governance.validators-testnet.vega.rocks
|
||||||
NX_VEGA_EXPLORER_URL=https://explorer.validators-testnet.vega.rocks/
|
NX_VEGA_EXPLORER_URL=https://explorer.validators-testnet.vega.rocks/
|
||||||
NX_VEGA_CONSOLE_URL=https://trading.validators-testnet.vega.rocks/
|
NX_VEGA_CONSOLE_URL=https://trading.validators-testnet.vega.rocks/
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://tm.be.validators-testnet.vega.rocks
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.validators-testnet.vega.xyz/websocket
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ export const Footer = () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<footer className="grid grid-rows-2 lg:grid-cols-[1fr_auto] text-xs md:text-md lg:flex md:col-span-2 px-4 py-2 gap-4 border-t border-vega-light-200 dark:border-vega-dark-200">
|
<footer className="grid grid-cols-[1fr_auto] items-center text-xs md:text-md lg:flex md:col-span-2 px-4 pt-2 pb-3 gap-4 border-t border-vega-light-200 dark:border-vega-dark-200">
|
||||||
<div className="flex justify-between gap-2 align-middle">
|
<div className="flex justify-between gap-2 align-middle">
|
||||||
{GIT_COMMIT_HASH && (
|
{GIT_COMMIT_HASH && (
|
||||||
<div className="content-center flex border-r border-neutral-700 dark:border-neutral-300 pr-4">
|
<div className="content-center flex border-r border-neutral-700 dark:border-neutral-300 pr-4">
|
||||||
@@ -43,9 +43,12 @@ export const Footer = () => {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="content-center flex pl-2 md:border-r border-neutral-700 dark:border-neutral-300 pr-4">
|
<div className="content-center flex pr-4 md:border-r border-neutral-700 dark:border-neutral-300">
|
||||||
{VEGA_URL && <NodeUrl url={VEGA_URL} />}
|
<span className="pr-2">{VEGA_URL && <NodeUrl url={VEGA_URL} />}</span>
|
||||||
<Link className="ml-2" onClick={() => setNodeSwitcherOpen(true)}>
|
<Link
|
||||||
|
className="ml-2 underline-offset-4"
|
||||||
|
onClick={() => setNodeSwitcherOpen(true)}
|
||||||
|
>
|
||||||
{t('Change')}
|
{t('Change')}
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
@@ -59,7 +62,10 @@ export const Footer = () => {
|
|||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
<div className="pl-2 align-center lg:align-right lg:flex lg:justify-end gap-2 align-middle lg:max-w-xs lg:ml-auto">
|
<div className="pl-2 align-center lg:align-right lg:flex lg:justify-end gap-2 align-middle lg:max-w-xs lg:ml-auto">
|
||||||
<RouteLink to={`/${Routes.DISCLAIMER}`} className="underline">
|
<RouteLink
|
||||||
|
to={`/${Routes.DISCLAIMER}`}
|
||||||
|
className="underline underline-offset-4"
|
||||||
|
>
|
||||||
Disclaimer
|
Disclaimer
|
||||||
</RouteLink>
|
</RouteLink>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
import { t } from '@vegaprotocol/i18n';
|
import { t } from '@vegaprotocol/i18n';
|
||||||
import type { MarketInfoWithData } from '@vegaprotocol/markets';
|
import type { MarketInfoWithData } from '@vegaprotocol/markets';
|
||||||
import { PriceMonitoringBoundsInfoPanel } from '@vegaprotocol/markets';
|
import {
|
||||||
|
PriceMonitoringBoundsInfoPanel,
|
||||||
|
SuccessionLineInfoPanel,
|
||||||
|
} from '@vegaprotocol/markets';
|
||||||
import {
|
import {
|
||||||
LiquidityInfoPanel,
|
LiquidityInfoPanel,
|
||||||
LiquidityMonitoringParametersInfoPanel,
|
LiquidityMonitoringParametersInfoPanel,
|
||||||
@@ -103,6 +106,8 @@ export const MarketDetails = ({ market }: { market: MarketInfoWithData }) => {
|
|||||||
<OracleInfoPanel market={market} type="settlementData" />
|
<OracleInfoPanel market={market} type="settlementData" />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
<h2 className={`${headerClassName} mb-4`}>{t('Succession line')}</h2>
|
||||||
|
<SuccessionLineInfoPanel market={market} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ import Hash from '../../links/hash';
|
|||||||
import { t } from '@vegaprotocol/i18n';
|
import { t } from '@vegaprotocol/i18n';
|
||||||
import { ProposalSignatureBundleNewAsset } from './proposal/signature-bundle-new';
|
import { ProposalSignatureBundleNewAsset } from './proposal/signature-bundle-new';
|
||||||
import { ProposalSignatureBundleUpdateAsset } from './proposal/signature-bundle-update';
|
import { ProposalSignatureBundleUpdateAsset } from './proposal/signature-bundle-update';
|
||||||
|
import { MarketLink } from '../../links';
|
||||||
|
import { formatNumber } from '@vegaprotocol/utils';
|
||||||
|
|
||||||
export type Proposal = components['schemas']['v1ProposalSubmission'];
|
export type Proposal = components['schemas']['v1ProposalSubmission'];
|
||||||
export type ProposalTerms = components['schemas']['vegaProposalTerms'];
|
export type ProposalTerms = components['schemas']['vegaProposalTerms'];
|
||||||
@@ -53,7 +55,11 @@ export function proposalTypeLabel(terms?: ProposalTerms): string {
|
|||||||
} else if (has(terms, 'updateAsset')) {
|
} else if (has(terms, 'updateAsset')) {
|
||||||
return t('Update asset proposal');
|
return t('Update asset proposal');
|
||||||
} else if (has(terms, 'newMarket')) {
|
} else if (has(terms, 'newMarket')) {
|
||||||
return t('New market proposal');
|
if (terms?.newMarket?.changes?.successor) {
|
||||||
|
return t('Successor market proposal');
|
||||||
|
} else {
|
||||||
|
return t('New market proposal');
|
||||||
|
}
|
||||||
} else if (has(terms, 'updateMarket')) {
|
} else if (has(terms, 'updateMarket')) {
|
||||||
return t('Update market proposal');
|
return t('Update market proposal');
|
||||||
} else if (has(terms, 'updateNetworkParameter')) {
|
} else if (has(terms, 'updateNetworkParameter')) {
|
||||||
@@ -85,6 +91,13 @@ export const TxProposal = ({ txData, pubKey, blockData }: TxProposalProps) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const tx = proposal.terms?.newAsset || proposal.terms?.updateAsset;
|
const tx = proposal.terms?.newAsset || proposal.terms?.updateAsset;
|
||||||
|
const isSuccessorMarketProposal =
|
||||||
|
proposal?.terms?.newMarket?.changes?.successor;
|
||||||
|
const parentMarketId =
|
||||||
|
isSuccessorMarketProposal &&
|
||||||
|
proposal?.terms.newMarket?.changes?.successor?.parentMarketId;
|
||||||
|
const insurancePoolFraction =
|
||||||
|
proposal?.terms?.newMarket?.changes?.successor?.insurancePoolFraction;
|
||||||
|
|
||||||
// This component is not rendered if no bundle is required
|
// This component is not rendered if no bundle is required
|
||||||
const SignatureBundleComponent = proposal.terms?.newAsset
|
const SignatureBundleComponent = proposal.terms?.newAsset
|
||||||
@@ -111,6 +124,30 @@ export const TxProposal = ({ txData, pubKey, blockData }: TxProposalProps) => {
|
|||||||
<Hash text={deterministicId} />
|
<Hash text={deterministicId} />
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
{isSuccessorMarketProposal ? (
|
||||||
|
<>
|
||||||
|
{parentMarketId ? (
|
||||||
|
<TableRow modifier="bordered">
|
||||||
|
<TableCell>{t('Previous market')}</TableCell>
|
||||||
|
<TableCell>
|
||||||
|
<MarketLink
|
||||||
|
id={
|
||||||
|
proposal.terms?.newMarket.changes.successor.parentMarketId
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
</TableCell>
|
||||||
|
</TableRow>
|
||||||
|
) : null}
|
||||||
|
{insurancePoolFraction ? (
|
||||||
|
<TableRow modifier="bordered">
|
||||||
|
<TableCell>{t('Insurance pool fraction')}</TableCell>
|
||||||
|
<TableCell>
|
||||||
|
{formatNumber(Number(insurancePoolFraction) * 100, 0)}%
|
||||||
|
</TableCell>
|
||||||
|
</TableRow>
|
||||||
|
) : null}
|
||||||
|
</>
|
||||||
|
) : null}
|
||||||
</TableWithTbody>
|
</TableWithTbody>
|
||||||
<ProposalSummary
|
<ProposalSummary
|
||||||
id={deterministicId}
|
id={deterministicId}
|
||||||
|
|||||||
@@ -78,7 +78,11 @@ export function getLabelForProposal(
|
|||||||
} else if (proposal.terms?.updateAsset) {
|
} else if (proposal.terms?.updateAsset) {
|
||||||
return t('Proposal: Update asset');
|
return t('Proposal: Update asset');
|
||||||
} else if (proposal.terms?.newMarket) {
|
} else if (proposal.terms?.newMarket) {
|
||||||
return t('Proposal: New market');
|
if (proposal.terms?.newMarket.changes?.successor) {
|
||||||
|
return t('Proposal: Successor market');
|
||||||
|
} else {
|
||||||
|
return t('Proposal: New market');
|
||||||
|
}
|
||||||
} else if (proposal.terms?.updateMarket) {
|
} else if (proposal.terms?.updateMarket) {
|
||||||
return t('Proposal: Update market');
|
return t('Proposal: Update market');
|
||||||
} else if (proposal.terms?.updateNetworkParameter) {
|
} else if (proposal.terms?.updateNetworkParameter) {
|
||||||
|
|||||||
@@ -22,6 +22,11 @@ import { Footer } from '../components/footer/footer';
|
|||||||
import { Header } from '../components/header';
|
import { Header } from '../components/header';
|
||||||
import { Routes } from './route-names';
|
import { Routes } from './route-names';
|
||||||
import { useExplorerNodeNamesLazyQuery } from './validators/__generated__/NodeNames';
|
import { useExplorerNodeNamesLazyQuery } from './validators/__generated__/NodeNames';
|
||||||
|
import {
|
||||||
|
ProtocolUpgradeCountdownMode,
|
||||||
|
ProtocolUpgradeInProgressNotification,
|
||||||
|
ProtocolUpgradeProposalNotification,
|
||||||
|
} from '@vegaprotocol/proposals';
|
||||||
|
|
||||||
const DialogsContainer = () => {
|
const DialogsContainer = () => {
|
||||||
const { isOpen, id, trigger, asJson, setOpen } = useAssetDetailsDialogStore();
|
const { isOpen, id, trigger, asJson, setOpen } = useAssetDetailsDialogStore();
|
||||||
@@ -62,6 +67,10 @@ export const Layout = () => {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<Header />
|
<Header />
|
||||||
|
<ProtocolUpgradeProposalNotification
|
||||||
|
mode={ProtocolUpgradeCountdownMode.IN_ESTIMATED_TIME_REMAINING}
|
||||||
|
/>
|
||||||
|
<ProtocolUpgradeInProgressNotification />
|
||||||
</div>
|
</div>
|
||||||
<div className={fixedWidthClasses}>
|
<div className={fixedWidthClasses}>
|
||||||
<main className="p-4">
|
<main className="p-4">
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 547 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"short_name": "Mainnet Stats",
|
||||||
|
"name": "Vega Mainnet statistics",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "favicon.ico",
|
||||||
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
|
"type": "image/x-icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "logo192.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#000000",
|
||||||
|
"background_color": "#ffffff"
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# https://www.robotstxt.org/robotstxt.html
|
||||||
|
User-agent: *
|
||||||
|
Disallow:
|
||||||
@@ -1,23 +1,39 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>Explorer</title>
|
|
||||||
<base href="/" />
|
|
||||||
<link
|
|
||||||
rel="preload"
|
|
||||||
href="https://static.vega.xyz/AlphaLyrae-Medium.woff2"
|
|
||||||
as="font"
|
|
||||||
type="font/woff2"
|
|
||||||
crossorigin="anonymous"
|
|
||||||
/>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta charset="utf-8" />
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/x-icon"
|
type="image/x-icon"
|
||||||
href="https://static.vega.xyz/favicon.ico"
|
href="https://static.vega.xyz/favicon.ico"
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="https://static.vega.xyz/fonts.css" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="theme-color" content="#000000" />
|
||||||
|
<meta name="description" content="Vega Protocol - VEGA Explorer" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://explorer.vega.xyz/" />
|
||||||
|
<meta name="og:title" content="Vega Protocol - Explorer" />
|
||||||
|
<meta name="og:site_name" content="Vega Protocol - Explorer" />
|
||||||
|
<meta name="og:image" content="https://static.vega.xyz/favicon.ico" />
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="https://static.vega.xyz/favicon.ico" />
|
||||||
|
<meta name="twitter:title" content="Vega Protocol - Explorer" />
|
||||||
|
<meta name="twitter:description" content="Vega Protocol - Explorer" />
|
||||||
|
<meta name="twitter:image" content="https://static.vega.xyz/favicon.ico" />
|
||||||
|
<meta name="twitter:image:alt" content="VEGA logo" />
|
||||||
|
<meta name="twitter:site" content="@vegaprotocol" />
|
||||||
|
|
||||||
|
<meta name="description" content="Vega Protocol - Explorer" />
|
||||||
|
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" />
|
||||||
|
<link rel="manifest" href="assets/manifest.json" />
|
||||||
|
<link
|
||||||
|
rel="preload"
|
||||||
|
href="https://static.vega.xyz/AlphaLyrae-Medium.woff2"
|
||||||
|
as="font"
|
||||||
|
type="font/woff2"
|
||||||
|
/>
|
||||||
|
<title>VEGA Explorer</title>
|
||||||
<script src="./assets/env-config.js"></script>
|
<script src="./assets/env-config.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="dark:bg-black h-full w-full">
|
<body class="dark:bg-black h-full w-full">
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/annou
|
|||||||
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
||||||
NX_WALLETCONNECT_PROJECT_ID=fe8091dc35738863e509fc4947525c72
|
NX_WALLETCONNECT_PROJECT_ID=fe8091dc35738863e509fc4947525c72
|
||||||
NX_VEGA_REST_URL=http://localhost:3008/api/v2/
|
NX_VEGA_REST_URL=http://localhost:3008/api/v2/
|
||||||
|
NX_SUCCESSOR_MARKETS=true
|
||||||
|
|
||||||
#Test configuration variables
|
#Test configuration variables
|
||||||
CYPRESS_FAIRGROUND=false
|
CYPRESS_FAIRGROUND=false
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ module.exports = defineConfig({
|
|||||||
numTestsKeptInMemory: 5,
|
numTestsKeptInMemory: 5,
|
||||||
downloadsFolder: 'cypress/downloads',
|
downloadsFolder: 'cypress/downloads',
|
||||||
testIsolation: false,
|
testIsolation: false,
|
||||||
|
experimentalMemoryManagement: true,
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
ethProviderUrl: 'http://localhost:8545/',
|
ethProviderUrl: 'http://localhost:8545/',
|
||||||
|
|||||||
@@ -0,0 +1,107 @@
|
|||||||
|
{
|
||||||
|
"changes": {
|
||||||
|
"decimalPlaces": "5",
|
||||||
|
"positionDecimalPlaces": "5",
|
||||||
|
"linearSlippageFactor": "0.001",
|
||||||
|
"quadraticSlippageFactor": "0",
|
||||||
|
"lpPriceRange": "10",
|
||||||
|
"instrument": {
|
||||||
|
"name": "Token test market",
|
||||||
|
"code": "Token.24h",
|
||||||
|
"future": {
|
||||||
|
"settlementAsset": "816af99af60d684502a40824758f6b5377e6af48e50a9ee8ef478ecb879ea8bc",
|
||||||
|
"quoteName": "fUSDC",
|
||||||
|
"dataSourceSpecForSettlementData": {
|
||||||
|
"external": {
|
||||||
|
"oracle": {
|
||||||
|
"signers": [
|
||||||
|
{
|
||||||
|
"pubKey": {
|
||||||
|
"key": "70d14a321e02e71992fd115563df765000ccc4775cbe71a0e2f9ff5a3b9dc680"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"key": {
|
||||||
|
"name": "prices.BTC.value",
|
||||||
|
"type": "TYPE_INTEGER",
|
||||||
|
"numberDecimalPlaces": "0"
|
||||||
|
},
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"operator": "OPERATOR_GREATER_THAN",
|
||||||
|
"value": "0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dataSourceSpecForTradingTermination": {
|
||||||
|
"external": {
|
||||||
|
"oracle": {
|
||||||
|
"signers": [
|
||||||
|
{
|
||||||
|
"pubKey": {
|
||||||
|
"key": "70d14a321e02e71992fd115563df765000ccc4775cbe71a0e2f9ff5a3b9dc680"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"key": {
|
||||||
|
"name": "trading.terminated.ETH5",
|
||||||
|
"type": "TYPE_BOOLEAN"
|
||||||
|
},
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"operator": "OPERATOR_EQUALS",
|
||||||
|
"value": "true"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dataSourceSpecBinding": {
|
||||||
|
"settlementDataProperty": "prices.BTC.value",
|
||||||
|
"tradingTerminationProperty": "trading.terminated.ETH5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metadata": ["sector:food", "sector:materials", "source:docs.vega.xyz"],
|
||||||
|
"priceMonitoringParameters": {
|
||||||
|
"triggers": [
|
||||||
|
{
|
||||||
|
"horizon": "43200",
|
||||||
|
"probability": "0.9999999",
|
||||||
|
"auctionExtension": "600"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"liquidityMonitoringParameters": {
|
||||||
|
"targetStakeParameters": {
|
||||||
|
"timeWindow": "3600",
|
||||||
|
"scalingFactor": 10
|
||||||
|
},
|
||||||
|
"triggeringRatio": "0.7",
|
||||||
|
"auctionExtension": "1"
|
||||||
|
},
|
||||||
|
"logNormal": {
|
||||||
|
"tau": 0.0001140771161,
|
||||||
|
"riskAversionParameter": 0.001,
|
||||||
|
"params": {
|
||||||
|
"mu": 0,
|
||||||
|
"r": 0.016,
|
||||||
|
"sigma": 0.8
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"successor": {
|
||||||
|
"parentMarketId": "",
|
||||||
|
"insurancePoolFraction": "0.75"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -11,7 +11,9 @@ import {
|
|||||||
getDateFormatForSpecifiedDays,
|
getDateFormatForSpecifiedDays,
|
||||||
getProposalFromTitle,
|
getProposalFromTitle,
|
||||||
getProposalInformationFromTable,
|
getProposalInformationFromTable,
|
||||||
|
proposalChangeType,
|
||||||
submitUniqueRawProposal,
|
submitUniqueRawProposal,
|
||||||
|
validateProposalDetailsDiff,
|
||||||
voteForProposal,
|
voteForProposal,
|
||||||
} from '../../../../governance-e2e/src/support/governance.functions';
|
} from '../../../../governance-e2e/src/support/governance.functions';
|
||||||
import {
|
import {
|
||||||
@@ -26,7 +28,9 @@ import {
|
|||||||
} from '../../support/wallet-functions';
|
} from '../../support/wallet-functions';
|
||||||
import type { testFreeformProposal } from '../../support/common-interfaces';
|
import type { testFreeformProposal } from '../../support/common-interfaces';
|
||||||
import { formatDateWithLocalTimezone } from '@vegaprotocol/utils';
|
import { formatDateWithLocalTimezone } from '@vegaprotocol/utils';
|
||||||
|
import { createSuccessorMarketProposalTxBody } from '../../support/proposal.functions';
|
||||||
|
|
||||||
|
const proposalListItem = '[data-testid="proposals-list-item"]';
|
||||||
const proposalVoteProgressForPercentage =
|
const proposalVoteProgressForPercentage =
|
||||||
'vote-progress-indicator-percentage-for';
|
'vote-progress-indicator-percentage-for';
|
||||||
const proposalVoteProgressAgainstPercentage =
|
const proposalVoteProgressAgainstPercentage =
|
||||||
@@ -42,6 +46,7 @@ const viewProposalButton = 'view-proposal-btn';
|
|||||||
const proposalDescriptionToggle = 'proposal-description-toggle';
|
const proposalDescriptionToggle = 'proposal-description-toggle';
|
||||||
const voteBreakdownToggle = 'vote-breakdown-toggle';
|
const voteBreakdownToggle = 'vote-breakdown-toggle';
|
||||||
const proposalTermsToggle = 'proposal-json-toggle';
|
const proposalTermsToggle = 'proposal-json-toggle';
|
||||||
|
const marketDataToggle = 'proposal-market-data-toggle';
|
||||||
|
|
||||||
describe(
|
describe(
|
||||||
'Governance flow for proposal details',
|
'Governance flow for proposal details',
|
||||||
@@ -50,12 +55,12 @@ describe(
|
|||||||
before('connect wallets and set approval limit', function () {
|
before('connect wallets and set approval limit', function () {
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
ethereumWalletConnect();
|
ethereumWalletConnect();
|
||||||
// cy.associateTokensToVegaWallet('1');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
beforeEach('visit proposals tab', function () {
|
beforeEach('visit proposals tab', function () {
|
||||||
cy.clearLocalStorage();
|
cy.clearLocalStorage();
|
||||||
turnTelemetryOff();
|
turnTelemetryOff();
|
||||||
|
cy.mockChainId();
|
||||||
cy.reload();
|
cy.reload();
|
||||||
waitForSpinner();
|
waitForSpinner();
|
||||||
cy.connectVegaWallet();
|
cy.connectVegaWallet();
|
||||||
@@ -354,5 +359,98 @@ describe(
|
|||||||
switchVegaWalletPubKey();
|
switchVegaWalletPubKey();
|
||||||
stakingPageDisassociateAllTokens();
|
stakingPageDisassociateAllTokens();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('Able to see successor market details with new and updated values', function () {
|
||||||
|
cy.createMarket();
|
||||||
|
cy.reload();
|
||||||
|
waitForSpinner();
|
||||||
|
cy.getByTestId('closed-proposals').within(() => {
|
||||||
|
cy.contains('Add Lorem Ipsum market')
|
||||||
|
.parentsUntil(proposalListItem)
|
||||||
|
.last()
|
||||||
|
.within(() => {
|
||||||
|
cy.getByTestId(viewProposalButton).click();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
getProposalInformationFromTable('ID')
|
||||||
|
.invoke('text')
|
||||||
|
.as('parentMarketId')
|
||||||
|
.then(() => {
|
||||||
|
cy.VegaWalletSubmitProposal(
|
||||||
|
createSuccessorMarketProposalTxBody(this.parentMarketId)
|
||||||
|
);
|
||||||
|
});
|
||||||
|
navigateTo(navigation.proposals);
|
||||||
|
cy.reload();
|
||||||
|
getProposalFromTitle('Test successor market proposal details').within(
|
||||||
|
() => cy.getByTestId(viewProposalButton).click()
|
||||||
|
);
|
||||||
|
// #3003-PMAN-010
|
||||||
|
cy.getByTestId(proposalTermsToggle).click();
|
||||||
|
cy.get('.language-json').within(() => {
|
||||||
|
cy.get('.hljs-attr').should('contain.text', 'parentMarketId');
|
||||||
|
cy.get('.hljs-string').should('contain.text', this.parentMarketId);
|
||||||
|
cy.get('.hljs-attr').should('contain.text', 'insurancePoolFraction');
|
||||||
|
cy.get('.hljs-string').should('contain.text', '0.75');
|
||||||
|
});
|
||||||
|
// 3003-PMAN-011 3003-PMAN-012
|
||||||
|
cy.getByTestId(marketDataToggle).click();
|
||||||
|
cy.getByTestId('proposal-market-data').within(() => {
|
||||||
|
cy.contains('Key details').click();
|
||||||
|
validateProposalDetailsDiff(
|
||||||
|
'Name',
|
||||||
|
proposalChangeType.UPDATED,
|
||||||
|
'Token test market',
|
||||||
|
'Test market 1'
|
||||||
|
);
|
||||||
|
validateProposalDetailsDiff(
|
||||||
|
'Parent Market ID',
|
||||||
|
proposalChangeType.ADDED,
|
||||||
|
this.parentMarketId
|
||||||
|
);
|
||||||
|
validateProposalDetailsDiff(
|
||||||
|
'Insurance Pool Fraction',
|
||||||
|
proposalChangeType.ADDED,
|
||||||
|
'0.75'
|
||||||
|
);
|
||||||
|
validateProposalDetailsDiff(
|
||||||
|
'Trading Mode',
|
||||||
|
proposalChangeType.UPDATED,
|
||||||
|
'No trading',
|
||||||
|
'Opening auction'
|
||||||
|
);
|
||||||
|
|
||||||
|
cy.contains('Instrument').click();
|
||||||
|
validateProposalDetailsDiff(
|
||||||
|
'Market Name',
|
||||||
|
proposalChangeType.UPDATED,
|
||||||
|
'Token test market',
|
||||||
|
'Test market 1'
|
||||||
|
);
|
||||||
|
|
||||||
|
cy.contains('Metadata').click();
|
||||||
|
validateProposalDetailsDiff(
|
||||||
|
'Sector',
|
||||||
|
proposalChangeType.UPDATED,
|
||||||
|
'materials',
|
||||||
|
'tech'
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
// 3003-PMAN-011
|
||||||
|
cy.get('.underline').contains('Parent Market ID').realHover();
|
||||||
|
cy.getByTestId('tooltip-content', { timeout: 8000 }).should(
|
||||||
|
'contain.text',
|
||||||
|
'The ID of the market this market succeeds.'
|
||||||
|
);
|
||||||
|
cy.get('.underline')
|
||||||
|
.contains('Insurance Pool Fraction')
|
||||||
|
.realMouseUp()
|
||||||
|
.realHover();
|
||||||
|
cy.getByTestId('tooltip-content', { timeout: 8000 }).should(
|
||||||
|
'contain.text',
|
||||||
|
'The fraction of the insurance pool balance that is carried over from the parent market to the successor.'
|
||||||
|
);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ context(
|
|||||||
beforeEach('visit proposals', function () {
|
beforeEach('visit proposals', function () {
|
||||||
cy.clearLocalStorage();
|
cy.clearLocalStorage();
|
||||||
turnTelemetryOff();
|
turnTelemetryOff();
|
||||||
|
cy.mockChainId();
|
||||||
cy.reload();
|
cy.reload();
|
||||||
waitForSpinner();
|
waitForSpinner();
|
||||||
cy.connectVegaWallet();
|
cy.connectVegaWallet();
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ context(
|
|||||||
cy.clearLocalStorage();
|
cy.clearLocalStorage();
|
||||||
turnTelemetryOff();
|
turnTelemetryOff();
|
||||||
cy.reload();
|
cy.reload();
|
||||||
|
cy.mockChainId();
|
||||||
waitForSpinner();
|
waitForSpinner();
|
||||||
cy.connectVegaWallet();
|
cy.connectVegaWallet();
|
||||||
ethereumWalletConnect();
|
ethereumWalletConnect();
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ context(
|
|||||||
beforeEach('visit governance tab', function () {
|
beforeEach('visit governance tab', function () {
|
||||||
cy.clearLocalStorage();
|
cy.clearLocalStorage();
|
||||||
turnTelemetryOff();
|
turnTelemetryOff();
|
||||||
|
cy.mockChainId();
|
||||||
cy.reload();
|
cy.reload();
|
||||||
waitForSpinner();
|
waitForSpinner();
|
||||||
cy.connectVegaWallet();
|
cy.connectVegaWallet();
|
||||||
@@ -220,7 +221,7 @@ context(
|
|||||||
function () {
|
function () {
|
||||||
const proposalTitle = 'Test new market proposal';
|
const proposalTitle = 'Test new market proposal';
|
||||||
goToMakeNewProposal(governanceProposalType.NEW_MARKET);
|
goToMakeNewProposal(governanceProposalType.NEW_MARKET);
|
||||||
cy.getByTestId(newProposalTitle).type('Test new market proposal');
|
cy.getByTestId(newProposalTitle).type(proposalTitle);
|
||||||
cy.getByTestId(newProposalDescription).type('E2E test for proposals');
|
cy.getByTestId(newProposalDescription).type('E2E test for proposals');
|
||||||
cy.fixture('/proposals/new-market').then((newMarketProposal) => {
|
cy.fixture('/proposals/new-market').then((newMarketProposal) => {
|
||||||
const newMarketPayload = JSON.stringify(newMarketProposal);
|
const newMarketPayload = JSON.stringify(newMarketProposal);
|
||||||
@@ -606,6 +607,57 @@ context(
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('able to submit successor market proposal', function () {
|
||||||
|
const proposalTitle = 'Test successor market proposal';
|
||||||
|
|
||||||
|
cy.createMarket();
|
||||||
|
cy.reload();
|
||||||
|
waitForSpinner();
|
||||||
|
cy.getByTestId('closed-proposals').within(() => {
|
||||||
|
cy.contains('Add Lorem Ipsum market')
|
||||||
|
.parentsUntil(proposalListItem)
|
||||||
|
.last()
|
||||||
|
.within(() => {
|
||||||
|
cy.getByTestId(viewProposalBtn).click();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
getProposalInformationFromTable('ID').invoke('text').as('parentMarketId');
|
||||||
|
goToMakeNewProposal(governanceProposalType.NEW_MARKET);
|
||||||
|
cy.getByTestId(newProposalTitle).type(proposalTitle);
|
||||||
|
cy.getByTestId(newProposalDescription).type(
|
||||||
|
'E2E test for successor market'
|
||||||
|
);
|
||||||
|
cy.fixture('/proposals/successor-market').then((newMarketProposal) => {
|
||||||
|
newMarketProposal.changes.successor.parentMarketId =
|
||||||
|
this.parentMarketId;
|
||||||
|
const newMarketPayload = JSON.stringify(newMarketProposal);
|
||||||
|
cy.getByTestId(newProposalTerms).type(newMarketPayload, {
|
||||||
|
parseSpecialCharSequences: false,
|
||||||
|
delay: 2,
|
||||||
|
});
|
||||||
|
});
|
||||||
|
cy.getByTestId(proposalDownloadBtn)
|
||||||
|
.should('be.visible')
|
||||||
|
.click()
|
||||||
|
.then(() => {
|
||||||
|
cy.wrap(
|
||||||
|
getDownloadedProposalJsonPath('vega-new-market-proposal-')
|
||||||
|
).then((filePath) => {
|
||||||
|
goToMakeNewProposal(governanceProposalType.RAW);
|
||||||
|
submitUniqueRawProposal({ proposalBody: filePath });
|
||||||
|
});
|
||||||
|
});
|
||||||
|
navigateTo(navigation.proposals);
|
||||||
|
getProposalFromTitle(proposalTitle).within(() => {
|
||||||
|
// 3003-PMAN-008
|
||||||
|
cy.getByTestId('proposal-successor-info')
|
||||||
|
.should('have.text', 'Successor market to: TEST.24h')
|
||||||
|
.find('a')
|
||||||
|
.should('have.attr', 'href')
|
||||||
|
.and('contain', this.parentMarketId);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
after('Disassociate from second wallet key if present', function () {
|
after('Disassociate from second wallet key if present', function () {
|
||||||
cy.reload();
|
cy.reload();
|
||||||
waitForSpinner();
|
waitForSpinner();
|
||||||
@@ -642,6 +694,7 @@ context(
|
|||||||
.getByTestId('key-value-table-row')
|
.getByTestId('key-value-table-row')
|
||||||
.contains(heading)
|
.contains(heading)
|
||||||
.parent()
|
.parent()
|
||||||
|
.parent()
|
||||||
.siblings();
|
.siblings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ describe('Governance flow for proposal list', { tags: '@slow' }, function () {
|
|||||||
cy.clearLocalStorage();
|
cy.clearLocalStorage();
|
||||||
turnTelemetryOff();
|
turnTelemetryOff();
|
||||||
cy.reload();
|
cy.reload();
|
||||||
|
cy.mockChainId();
|
||||||
waitForSpinner();
|
waitForSpinner();
|
||||||
cy.connectVegaWallet();
|
cy.connectVegaWallet();
|
||||||
ethereumWalletConnect();
|
ethereumWalletConnect();
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ context('rewards - flow', { tags: '@slow' }, function () {
|
|||||||
before('set up environment to allow rewards', function () {
|
before('set up environment to allow rewards', function () {
|
||||||
cy.clearLocalStorage();
|
cy.clearLocalStorage();
|
||||||
turnTelemetryOff();
|
turnTelemetryOff();
|
||||||
|
cy.mockChainId();
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
waitForSpinner();
|
waitForSpinner();
|
||||||
ethereumWalletConnect();
|
ethereumWalletConnect();
|
||||||
@@ -96,12 +97,14 @@ context('rewards - flow', { tags: '@slow' }, function () {
|
|||||||
.within(() => {
|
.within(() => {
|
||||||
cy.get('h2').first().should('contain.text', 'EPOCH');
|
cy.get('h2').first().should('contain.text', 'EPOCH');
|
||||||
cy.getByTestId('individual-rewards-asset').should('have.text', 'Vega');
|
cy.getByTestId('individual-rewards-asset').should('have.text', 'Vega');
|
||||||
cy.getByTestId('ACCOUNT_TYPE_GLOBAL_REWARD', rewardsTimeOut)
|
cy.getByTestId('ACCOUNT_TYPE_GLOBAL_REWARD', rewardsTimeOut).should(
|
||||||
.should('contain.text', '0.4415')
|
'contain.text',
|
||||||
.and('contain.text', '(44.15%)');
|
'0.4415'
|
||||||
cy.getByTestId('ACCOUNT_TYPE_FEES_INFRASTRUCTURE')
|
);
|
||||||
.should('contain.text', '0.0004')
|
cy.getByTestId('ACCOUNT_TYPE_FEES_INFRASTRUCTURE').should(
|
||||||
.and('contain.text', '(44.15%)');
|
'contain.text',
|
||||||
|
'0.0004'
|
||||||
|
);
|
||||||
cy.getByTestId('total').should('have.text', '0.4419');
|
cy.getByTestId('total').should('have.text', '0.4419');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ import {
|
|||||||
vegaWalletSetSpecifiedApprovalAmount,
|
vegaWalletSetSpecifiedApprovalAmount,
|
||||||
vegaWalletTeardown,
|
vegaWalletTeardown,
|
||||||
} from '../../support/wallet-functions';
|
} from '../../support/wallet-functions';
|
||||||
|
|
||||||
const stakeValidatorListTotalStake = 'total-stake';
|
const stakeValidatorListTotalStake = 'total-stake';
|
||||||
const stakeValidatorListTotalShare = 'total-stake-share';
|
const stakeValidatorListTotalShare = 'total-stake-share';
|
||||||
const stakeValidatorListStakePercentage = 'stake-percentage';
|
const stakeValidatorListStakePercentage = 'stake-percentage';
|
||||||
@@ -67,6 +68,7 @@ context(
|
|||||||
function () {
|
function () {
|
||||||
cy.clearLocalStorage();
|
cy.clearLocalStorage();
|
||||||
turnTelemetryOff();
|
turnTelemetryOff();
|
||||||
|
cy.mockChainId();
|
||||||
// Go to homepage to allow wallet teardown without epoch timer refreshing page
|
// Go to homepage to allow wallet teardown without epoch timer refreshing page
|
||||||
navigateTo(navigation.home);
|
navigateTo(navigation.home);
|
||||||
vegaWalletTeardown();
|
vegaWalletTeardown();
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ context(
|
|||||||
function () {
|
function () {
|
||||||
cy.clearLocalStorage();
|
cy.clearLocalStorage();
|
||||||
turnTelemetryOff();
|
turnTelemetryOff();
|
||||||
|
cy.mockChainId();
|
||||||
cy.reload();
|
cy.reload();
|
||||||
waitForSpinner();
|
waitForSpinner();
|
||||||
cy.connectVegaWallet();
|
cy.connectVegaWallet();
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ const toastPanel = 'toast-panel';
|
|||||||
const toastClose = 'toast-close';
|
const toastClose = 'toast-close';
|
||||||
const withdrawalDialogContent = 'dialog-content';
|
const withdrawalDialogContent = 'dialog-content';
|
||||||
const toastCompleteWithdrawal = 'toast-complete-withdrawal';
|
const toastCompleteWithdrawal = 'toast-complete-withdrawal';
|
||||||
|
const scrollBar = '.ag-body-horizontal-scroll-viewport';
|
||||||
const usdtName = 'USDC (local)';
|
const usdtName = 'USDC (local)';
|
||||||
const usdcEthAddress = '0x1b8a1B6CBE5c93609b46D1829Cc7f3Cb8eeE23a0';
|
const usdcEthAddress = '0x1b8a1B6CBE5c93609b46D1829Cc7f3Cb8eeE23a0';
|
||||||
const usdcSymbol = 'tUSDC';
|
const usdcSymbol = 'tUSDC';
|
||||||
@@ -50,6 +51,7 @@ context(
|
|||||||
beforeEach('Navigate to withdrawal page', function () {
|
beforeEach('Navigate to withdrawal page', function () {
|
||||||
cy.clearLocalStorage();
|
cy.clearLocalStorage();
|
||||||
turnTelemetryOff();
|
turnTelemetryOff();
|
||||||
|
cy.mockChainId();
|
||||||
cy.reload();
|
cy.reload();
|
||||||
waitForSpinner();
|
waitForSpinner();
|
||||||
navigateTo(navigation.withdraw);
|
navigateTo(navigation.withdraw);
|
||||||
@@ -96,7 +98,8 @@ context(
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it(
|
// eslint-disable-next-line
|
||||||
|
it.skip(
|
||||||
'Able to withdraw asset: -eth wallet connected -withdraw funds button',
|
'Able to withdraw asset: -eth wallet connected -withdraw funds button',
|
||||||
{ tags: '@smoke' },
|
{ tags: '@smoke' },
|
||||||
function () {
|
function () {
|
||||||
@@ -197,20 +200,17 @@ context(
|
|||||||
);
|
);
|
||||||
cy.getByTestId(toastClose).click();
|
cy.getByTestId(toastClose).click();
|
||||||
});
|
});
|
||||||
cy.get(tableTxHash)
|
cy.get("[row-id='0']").within(() => {
|
||||||
.eq(1)
|
cy.get(tableAssetSymbol).should('have.text', usdcSymbol);
|
||||||
.should('have.text', 'Complete withdrawal')
|
cy.get(tableAmount).should('have.text', '110.00');
|
||||||
.parent()
|
cy.get(tableReceiverAddress)
|
||||||
.within(() => {
|
.find('a')
|
||||||
cy.get(tableAssetSymbol).should('have.text', usdcSymbol);
|
.should('have.attr', 'href')
|
||||||
cy.get(tableAmount).should('have.text', '110.00');
|
.and('contain', 'https://sepolia.etherscan.io/address/');
|
||||||
cy.get(tableReceiverAddress)
|
cy.get(tableCreatedTimeStamp).should('not.be.empty');
|
||||||
.find('a')
|
});
|
||||||
.should('have.attr', 'href')
|
|
||||||
.and('contain', 'https://sepolia.etherscan.io/address/');
|
|
||||||
cy.get(tableCreatedTimeStamp).should('not.be.empty');
|
|
||||||
});
|
|
||||||
ethereumWalletConnect();
|
ethereumWalletConnect();
|
||||||
|
cy.get(scrollBar).scrollTo('right');
|
||||||
cy.getByTestId(completeWithdrawalButton).first().click();
|
cy.getByTestId(completeWithdrawalButton).first().click();
|
||||||
cy.getByTestId(toast)
|
cy.getByTestId(toast)
|
||||||
.last(txTimeout)
|
.last(txTimeout)
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ context(
|
|||||||
});
|
});
|
||||||
|
|
||||||
// 3009-NTWU-001 3009-NTWU-002 3009-NTWU-006 3009-NTWU-009
|
// 3009-NTWU-001 3009-NTWU-002 3009-NTWU-006 3009-NTWU-009
|
||||||
it('should display network upgrade banner with estimate', function () {
|
it.skip('should display network upgrade banner with estimate', function () {
|
||||||
mockNetworkUpgradeProposal();
|
mockNetworkUpgradeProposal();
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
cy.getByTestId('banners').within(() => {
|
cy.getByTestId('banners').within(() => {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import {
|
|||||||
waitForBeginningOfEpoch,
|
waitForBeginningOfEpoch,
|
||||||
} from '../../support/staking.functions';
|
} from '../../support/staking.functions';
|
||||||
import { previousEpochData } from '../../fixtures/mocks/previous-epoch';
|
import { previousEpochData } from '../../fixtures/mocks/previous-epoch';
|
||||||
|
import { chainIdQuery, statisticsQuery } from '@vegaprotocol/mock';
|
||||||
|
|
||||||
const guideLink = 'staking-guide-link';
|
const guideLink = 'staking-guide-link';
|
||||||
const validatorTitle = 'validator-node-title';
|
const validatorTitle = 'validator-node-title';
|
||||||
@@ -33,11 +34,22 @@ const overstakedPenaltyToolTip = 'overstaked-penalty-tooltip';
|
|||||||
const multisigPenaltyToolTip = 'multisig-error-tooltip';
|
const multisigPenaltyToolTip = 'multisig-error-tooltip';
|
||||||
const epochCountDown = 'epoch-countdown';
|
const epochCountDown = 'epoch-countdown';
|
||||||
const stakeNumberRegex = /^\d{1,3}(,\d{3})*(\.\d+)?$/;
|
const stakeNumberRegex = /^\d{1,3}(,\d{3})*(\.\d+)?$/;
|
||||||
|
const txTimeout = Cypress.env('txTimeout');
|
||||||
|
|
||||||
context('Validators Page - verify elements on page', function () {
|
context('Validators Page - verify elements on page', function () {
|
||||||
before('navigate to validators page', function () {
|
before('navigate to validators page', () => {
|
||||||
|
cy.mockGQL((req) => {
|
||||||
|
aliasGQLQuery(req, 'ChainId', chainIdQuery());
|
||||||
|
aliasGQLQuery(req, 'Statistics', statisticsQuery());
|
||||||
|
});
|
||||||
cy.visit('/validators');
|
cy.visit('/validators');
|
||||||
});
|
});
|
||||||
|
beforeEach(() => {
|
||||||
|
cy.mockGQL((req) => {
|
||||||
|
aliasGQLQuery(req, 'ChainId', chainIdQuery());
|
||||||
|
aliasGQLQuery(req, 'Statistics', statisticsQuery());
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
describe('with wallets disconnected', { tags: '@smoke' }, function () {
|
describe('with wallets disconnected', { tags: '@smoke' }, function () {
|
||||||
it('Should have validators tab highlighted', function () {
|
it('Should have validators tab highlighted', function () {
|
||||||
@@ -177,6 +189,11 @@ context('Validators Page - verify elements on page', function () {
|
|||||||
{ tags: '@smoke' },
|
{ tags: '@smoke' },
|
||||||
function () {
|
function () {
|
||||||
before('connect wallets and click on validator', function () {
|
before('connect wallets and click on validator', function () {
|
||||||
|
cy.mockGQL((req) => {
|
||||||
|
aliasGQLQuery(req, 'ChainId', chainIdQuery());
|
||||||
|
aliasGQLQuery(req, 'Statistics', statisticsQuery());
|
||||||
|
});
|
||||||
|
cy.visit('/validators');
|
||||||
cy.connectVegaWallet();
|
cy.connectVegaWallet();
|
||||||
clickOnValidatorFromList(0);
|
clickOnValidatorFromList(0);
|
||||||
});
|
});
|
||||||
@@ -263,7 +280,7 @@ context('Validators Page - verify elements on page', function () {
|
|||||||
|
|
||||||
cy.getByTestId(epochCountDown).within(() => {
|
cy.getByTestId(epochCountDown).within(() => {
|
||||||
cy.get(epochTitle).should('not.be.empty');
|
cy.get(epochTitle).should('not.be.empty');
|
||||||
cy.get(nextEpochInfo).should('contain.text', 'Next epoch');
|
cy.get(nextEpochInfo, txTimeout).should('contain.text', 'Next epoch');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ import {
|
|||||||
vegaWalletFaucetAssetsWithoutCheck,
|
vegaWalletFaucetAssetsWithoutCheck,
|
||||||
vegaWalletTeardown,
|
vegaWalletTeardown,
|
||||||
} from '../../support/wallet-functions';
|
} from '../../support/wallet-functions';
|
||||||
|
import { aliasGQLQuery } from '@vegaprotocol/cypress';
|
||||||
|
import { chainIdQuery, statisticsQuery } from '@vegaprotocol/mock';
|
||||||
|
|
||||||
const walletContainer = 'aside [data-testid="vega-wallet"]';
|
const walletContainer = 'aside [data-testid="vega-wallet"]';
|
||||||
const walletHeader = '[data-testid="wallet-header"] h1';
|
const walletHeader = '[data-testid="wallet-header"] h1';
|
||||||
@@ -14,10 +16,6 @@ const dialogHeader = 'dialog-title';
|
|||||||
const walletDialogHeader = 'wallet-dialog-title';
|
const walletDialogHeader = 'wallet-dialog-title';
|
||||||
const connectorsList = 'connectors-list';
|
const connectorsList = 'connectors-list';
|
||||||
const dialogCloseBtn = 'dialog-close';
|
const dialogCloseBtn = 'dialog-close';
|
||||||
const restConnectorForm = 'rest-connector-form';
|
|
||||||
const restWallet = '#wallet';
|
|
||||||
const restPassphrase = '#passphrase';
|
|
||||||
const restConnectBtn = '[type="submit"]';
|
|
||||||
const accountNo = 'vega-account-truncated';
|
const accountNo = 'vega-account-truncated';
|
||||||
const currencyTitle = 'currency-title';
|
const currencyTitle = 'currency-title';
|
||||||
const currencyValue = 'currency-value';
|
const currencyValue = 'currency-value';
|
||||||
@@ -69,7 +67,7 @@ context(
|
|||||||
cy.get(dialog).within(() => {
|
cy.get(dialog).within(() => {
|
||||||
cy.getByTestId(walletDialogHeader)
|
cy.getByTestId(walletDialogHeader)
|
||||||
.should('be.visible')
|
.should('be.visible')
|
||||||
.and('have.text', 'Connect');
|
.and('have.text', 'Get a Vega wallet');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -77,10 +75,7 @@ context(
|
|||||||
cy.getByTestId(connectorsList).within(() => {
|
cy.getByTestId(connectorsList).within(() => {
|
||||||
cy.getByTestId('connector-jsonRpc')
|
cy.getByTestId('connector-jsonRpc')
|
||||||
.should('be.visible')
|
.should('be.visible')
|
||||||
.and('have.text', 'Connect Vega wallet');
|
.and('have.text', 'Use the Desktop App/CLI');
|
||||||
cy.getByTestId('connector-rest')
|
|
||||||
.should('be.visible')
|
|
||||||
.and('have.text', 'Hosted Fairground wallet');
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -91,48 +86,14 @@ context(
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('when rest connector form opened', function () {
|
|
||||||
before('click hosted wallet app button', function () {
|
|
||||||
cy.getByTestId(connectorsList).within(() => {
|
|
||||||
cy.getByTestId('connector-rest').click();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
// 0002-WCON-002
|
|
||||||
it('should have wallet field visible', function () {
|
|
||||||
cy.getByTestId(restConnectorForm).within(() => {
|
|
||||||
cy.get(restWallet).should('be.visible');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should have password field visible', function () {
|
|
||||||
cy.getByTestId(restConnectorForm).within(() => {
|
|
||||||
cy.get(restPassphrase).should('be.visible');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should have connect button visible', function () {
|
|
||||||
cy.getByTestId(restConnectorForm).within(() => {
|
|
||||||
cy.get(restConnectBtn)
|
|
||||||
.should('be.visible')
|
|
||||||
.and('have.text', 'Connect');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should have close button visible', function () {
|
|
||||||
cy.get(dialog).within(() => {
|
|
||||||
cy.getByTestId(dialogCloseBtn).should('be.visible');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
after('close dialog', function () {
|
|
||||||
cy.getByTestId(dialogCloseBtn).click().should('not.exist');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('when vega wallet connected', function () {
|
describe('when vega wallet connected', function () {
|
||||||
before('connect vega wallet', function () {
|
before('connect vega wallet', function () {
|
||||||
|
cy.mockGQL((req) => {
|
||||||
|
aliasGQLQuery(req, 'ChainId', chainIdQuery());
|
||||||
|
aliasGQLQuery(req, 'Statistics', statisticsQuery());
|
||||||
|
});
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
|
cy.wait('@ChainId');
|
||||||
cy.connectVegaWallet();
|
cy.connectVegaWallet();
|
||||||
vegaWalletTeardown();
|
vegaWalletTeardown();
|
||||||
});
|
});
|
||||||
@@ -315,6 +276,10 @@ context(
|
|||||||
];
|
];
|
||||||
|
|
||||||
before('faucet assets to connected vega wallet', function () {
|
before('faucet assets to connected vega wallet', function () {
|
||||||
|
cy.mockGQL((req) => {
|
||||||
|
aliasGQLQuery(req, 'ChainId', chainIdQuery());
|
||||||
|
aliasGQLQuery(req, 'Statistics', statisticsQuery());
|
||||||
|
});
|
||||||
for (const { id, amount } of assets) {
|
for (const { id, amount } of assets) {
|
||||||
vegaWalletFaucetAssetsWithoutCheck(id, amount, vegaWalletPublicKey);
|
vegaWalletFaucetAssetsWithoutCheck(id, amount, vegaWalletPublicKey);
|
||||||
}
|
}
|
||||||
@@ -339,7 +304,7 @@ context(
|
|||||||
cy.getByTestId(vegaWalletCurrencyTitle)
|
cy.getByTestId(vegaWalletCurrencyTitle)
|
||||||
.contains(name)
|
.contains(name)
|
||||||
.parent()
|
.parent()
|
||||||
.siblings()
|
.siblings(txTimeout)
|
||||||
.should((elementAmount) => {
|
.should((elementAmount) => {
|
||||||
const displayedAmount = parseFloat(elementAmount.text());
|
const displayedAmount = parseFloat(elementAmount.text());
|
||||||
expect(displayedAmount).be.gte(expectedAmount);
|
expect(displayedAmount).be.gte(expectedAmount);
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ export function dissociateFromSecondWalletKey() {
|
|||||||
cy.getByTestId('vega-in-wallet')
|
cy.getByTestId('vega-in-wallet')
|
||||||
.first()
|
.first()
|
||||||
.within(() => {
|
.within(() => {
|
||||||
cy.getByTestId('eth-wallet-associated-balances')
|
cy.getByTestId('eth-wallet-associated-balances', txTimeout)
|
||||||
.last()
|
.last()
|
||||||
.within(() => {
|
.within(() => {
|
||||||
cy.getByTestId('associated-key')
|
cy.getByTestId('associated-key')
|
||||||
|
|||||||
@@ -232,6 +232,23 @@ export function getDownloadedProposalJsonPath(proposalType: string) {
|
|||||||
return filepath;
|
return filepath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function validateProposalDetailsDiff(
|
||||||
|
RowName: string,
|
||||||
|
changeType: proposalChangeType,
|
||||||
|
newValue: string,
|
||||||
|
oldValue?: string
|
||||||
|
) {
|
||||||
|
cy.contains(RowName)
|
||||||
|
.parentsUntil(proposalInformationTableRows)
|
||||||
|
.parent()
|
||||||
|
.first()
|
||||||
|
.within(() => {
|
||||||
|
cy.contains(changeType).should('be.visible');
|
||||||
|
cy.contains(newValue).should('be.visible');
|
||||||
|
if (oldValue) cy.contains(oldValue).should('have.class', 'line-through');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
function getFormattedTime() {
|
function getFormattedTime() {
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
const day = now.getDate().toString().padStart(2, '0');
|
const day = now.getDate().toString().padStart(2, '0');
|
||||||
@@ -252,3 +269,8 @@ export enum governanceProposalType {
|
|||||||
FREEFORM = 'Freeform',
|
FREEFORM = 'Freeform',
|
||||||
RAW = 'raw proposal',
|
RAW = 'raw proposal',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export enum proposalChangeType {
|
||||||
|
UPDATED = 'Updated',
|
||||||
|
ADDED = 'Added',
|
||||||
|
}
|
||||||
|
|||||||
@@ -211,6 +211,143 @@ export function createNewMarketProposalTxBody(): ProposalSubmissionBody {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Requires cy.createMarket() to be run to set up parent market
|
||||||
|
export function createSuccessorMarketProposalTxBody(
|
||||||
|
parentMarketId: string
|
||||||
|
): ProposalSubmissionBody {
|
||||||
|
const MIN_CLOSE_SEC = 10000;
|
||||||
|
const MIN_ENACT_SEC = 10000;
|
||||||
|
|
||||||
|
const closingDate = addSeconds(new Date(), MIN_CLOSE_SEC);
|
||||||
|
const enactmentDate = addSeconds(closingDate, MIN_ENACT_SEC);
|
||||||
|
const closingTimestamp = millisecondsToSeconds(closingDate.getTime());
|
||||||
|
const enactmentTimestamp = millisecondsToSeconds(enactmentDate.getTime());
|
||||||
|
return {
|
||||||
|
proposalSubmission: {
|
||||||
|
rationale: {
|
||||||
|
title: 'Test successor market proposal details',
|
||||||
|
description: 'E2E test for successor market',
|
||||||
|
},
|
||||||
|
terms: {
|
||||||
|
newMarket: {
|
||||||
|
changes: {
|
||||||
|
decimalPlaces: '5',
|
||||||
|
positionDecimalPlaces: '5',
|
||||||
|
linearSlippageFactor: '0.001',
|
||||||
|
quadraticSlippageFactor: '0',
|
||||||
|
lpPriceRange: '10',
|
||||||
|
instrument: {
|
||||||
|
name: 'Token test market',
|
||||||
|
code: 'TEST.24h',
|
||||||
|
future: {
|
||||||
|
settlementAsset:
|
||||||
|
'816af99af60d684502a40824758f6b5377e6af48e50a9ee8ef478ecb879ea8bc',
|
||||||
|
quoteName: 'fUSDC',
|
||||||
|
dataSourceSpecForSettlementData: {
|
||||||
|
external: {
|
||||||
|
oracle: {
|
||||||
|
signers: [
|
||||||
|
{
|
||||||
|
pubKey: {
|
||||||
|
key: '70d14a321e02e71992fd115563df765000ccc4775cbe71a0e2f9ff5a3b9dc680',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
filters: [
|
||||||
|
{
|
||||||
|
key: {
|
||||||
|
name: 'prices.BTC.value',
|
||||||
|
type: 'TYPE_INTEGER' as const,
|
||||||
|
numberDecimalPlaces: '0',
|
||||||
|
},
|
||||||
|
conditions: [
|
||||||
|
{
|
||||||
|
operator: 'OPERATOR_GREATER_THAN' as const,
|
||||||
|
value: '0',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
dataSourceSpecForTradingTermination: {
|
||||||
|
external: {
|
||||||
|
oracle: {
|
||||||
|
signers: [
|
||||||
|
{
|
||||||
|
pubKey: {
|
||||||
|
key: '70d14a321e02e71992fd115563df765000ccc4775cbe71a0e2f9ff5a3b9dc680',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
filters: [
|
||||||
|
{
|
||||||
|
key: {
|
||||||
|
name: 'trading.terminated.ETH5',
|
||||||
|
type: 'TYPE_BOOLEAN' as const,
|
||||||
|
},
|
||||||
|
conditions: [
|
||||||
|
{
|
||||||
|
operator: 'OPERATOR_EQUALS' as const,
|
||||||
|
value: 'true',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
dataSourceSpecBinding: {
|
||||||
|
settlementDataProperty: 'prices.BTC.value',
|
||||||
|
tradingTerminationProperty: 'trading.terminated.ETH5',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
metadata: [
|
||||||
|
'sector:food',
|
||||||
|
'sector:materials',
|
||||||
|
'source:docs.vega.xyz',
|
||||||
|
],
|
||||||
|
priceMonitoringParameters: {
|
||||||
|
triggers: [
|
||||||
|
{
|
||||||
|
horizon: '43200',
|
||||||
|
probability: '0.9999999',
|
||||||
|
auctionExtension: '600',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
liquidityMonitoringParameters: {
|
||||||
|
targetStakeParameters: {
|
||||||
|
timeWindow: '3600',
|
||||||
|
scalingFactor: 10,
|
||||||
|
},
|
||||||
|
triggeringRatio: '0.7',
|
||||||
|
auctionExtension: '1',
|
||||||
|
},
|
||||||
|
logNormal: {
|
||||||
|
tau: 0.0001140771161,
|
||||||
|
riskAversionParameter: 0.01,
|
||||||
|
params: {
|
||||||
|
mu: 0,
|
||||||
|
r: 0.016,
|
||||||
|
sigma: 0.5,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
successor: {
|
||||||
|
parentMarketId: parentMarketId,
|
||||||
|
insurancePoolFraction: '0.75',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
closingTimestamp,
|
||||||
|
enactmentTimestamp,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
export function mockNetworkUpgradeProposal() {
|
export function mockNetworkUpgradeProposal() {
|
||||||
cy.mockGQL((req) => {
|
cy.mockGQL((req) => {
|
||||||
aliasGQLQuery(req, 'Nodes', nodeData);
|
aliasGQLQuery(req, 'Nodes', nodeData);
|
||||||
|
|||||||
@@ -78,13 +78,22 @@ export function stakingPageAssociateTokens(
|
|||||||
}
|
}
|
||||||
cy.get(tokenAmountInputBox, epochTimeout).type(amount);
|
cy.get(tokenAmountInputBox, epochTimeout).type(amount);
|
||||||
if (approve) {
|
if (approve) {
|
||||||
cy.get(tokenInputApprove, txTimeout).should('be.enabled').click();
|
cy.getByTestId('wallet-associate').then((walletAssociateField) => {
|
||||||
cy.contains('Approve $VEGA Tokens for staking on Vega').should(
|
if (
|
||||||
'be.visible'
|
walletAssociateField.find('[data-testid="token-input-approve-button"]')
|
||||||
);
|
.length
|
||||||
cy.contains('Approve $VEGA Tokens for staking on Vega', txTimeout).should(
|
) {
|
||||||
'not.exist'
|
cy.get(tokenInputApprove, txTimeout).should('be.enabled').click();
|
||||||
);
|
cy.contains(
|
||||||
|
'Approve $VEGA Tokens for staking on Vega',
|
||||||
|
txTimeout
|
||||||
|
).should('be.visible');
|
||||||
|
cy.contains(
|
||||||
|
'Approve $VEGA Tokens for staking on Vega',
|
||||||
|
txTimeout
|
||||||
|
).should('not.exist');
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
cy.get(tokenSubmitButton, txTimeout).should('be.enabled').click();
|
cy.get(tokenSubmitButton, txTimeout).should('be.enabled').click();
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ NX_VEGA_NETWORKS='{"DEVNET":"https://dev.governance.vega.xyz","STAGNET1":"https:
|
|||||||
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
||||||
NX_VEGA_WALLET_URL=http://localhost:1789
|
NX_VEGA_WALLET_URL=http://localhost:1789
|
||||||
NX_VEGA_EXPLORER_URL=https://explorer.stagnet1.vega.rocks
|
NX_VEGA_EXPLORER_URL=https://explorer.stagnet1.vega.rocks
|
||||||
|
NX_ORACLE_PROOFS_URL=https://raw.githubusercontent.com/vegaprotocol/well-known/main/__generated__/oracle-proofs.json
|
||||||
|
|
||||||
NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz
|
NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz
|
||||||
NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet
|
NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet
|
||||||
@@ -21,6 +22,9 @@ NX_VEGA_REST_URL=https://api.n00.stagnet1.vega.xyz/api/v2/
|
|||||||
NX_TENDERMINT_URL=https://tm.n01.stagnet1.vega.rocks
|
NX_TENDERMINT_URL=https://tm.n01.stagnet1.vega.rocks
|
||||||
NX_TENDERMINT_WEBSOCKET_URL=wss://tm.n01.stagnet1.vega.xyz/websocket
|
NX_TENDERMINT_WEBSOCKET_URL=wss://tm.n01.stagnet1.vega.xyz/websocket
|
||||||
|
|
||||||
|
NX_CHROME_EXTENSION_URL=https://chrome.google.com/webstore/detail/vega-wallet-fairground/nmmjkiafpmphlikhefgjbblebfgclikn
|
||||||
|
NX_MOZILLA_EXTENSION_URL=https://addons.mozilla.org/pl/firefox/addon/vega-wallet
|
||||||
|
|
||||||
#Test configuration variables
|
#Test configuration variables
|
||||||
CYPRESS_FAIRGROUND=false
|
CYPRESS_FAIRGROUND=false
|
||||||
LC_ALL="en_US.UTF-8"
|
LC_ALL="en_US.UTF-8"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import { Nav } from '../nav';
|
|||||||
import { Networks, useEnvironment } from '@vegaprotocol/environment';
|
import { Networks, useEnvironment } from '@vegaprotocol/environment';
|
||||||
import {
|
import {
|
||||||
ProtocolUpgradeCountdownMode,
|
ProtocolUpgradeCountdownMode,
|
||||||
|
ProtocolUpgradeInProgressNotification,
|
||||||
ProtocolUpgradeProposalNotification,
|
ProtocolUpgradeProposalNotification,
|
||||||
} from '@vegaprotocol/proposals';
|
} from '@vegaprotocol/proposals';
|
||||||
import { ViewingAsBanner } from '@vegaprotocol/ui-toolkit';
|
import { ViewingAsBanner } from '@vegaprotocol/ui-toolkit';
|
||||||
@@ -49,6 +50,7 @@ const NotificationsContainer = () => {
|
|||||||
<ProtocolUpgradeProposalNotification
|
<ProtocolUpgradeProposalNotification
|
||||||
mode={ProtocolUpgradeCountdownMode.IN_ESTIMATED_TIME_REMAINING}
|
mode={ProtocolUpgradeCountdownMode.IN_ESTIMATED_TIME_REMAINING}
|
||||||
/>
|
/>
|
||||||
|
<ProtocolUpgradeInProgressNotification />
|
||||||
{isReadOnly ? (
|
{isReadOnly ? (
|
||||||
<ViewingAsBanner pubKey={pubKey} disconnect={disconnect} />
|
<ViewingAsBanner pubKey={pubKey} disconnect={disconnect} />
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
import { VegaConnectDialog, VegaManageDialog } from '@vegaprotocol/wallet';
|
import {
|
||||||
|
VegaConnectDialog,
|
||||||
|
VegaManageDialog,
|
||||||
|
ViewAsDialog,
|
||||||
|
} from '@vegaprotocol/wallet';
|
||||||
import {
|
import {
|
||||||
AppStateActionType,
|
AppStateActionType,
|
||||||
useAppState,
|
useAppState,
|
||||||
@@ -25,6 +29,8 @@ export const VegaWalletDialogs = () => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<ViewAsDialog connector={Connectors.view} />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
import { Link } from '@vegaprotocol/ui-toolkit';
|
|
||||||
import { useTranslation } from 'react-i18next';
|
|
||||||
import { ExternalLinks } from '@vegaprotocol/environment';
|
|
||||||
|
|
||||||
export const DownloadWalletPrompt = () => {
|
|
||||||
const { t } = useTranslation();
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
<h3 className="mt-4 mb-2">{t('getWallet')}</h3>
|
|
||||||
<p>
|
|
||||||
<Link className="text-neutral-500" href={ExternalLinks.VEGA_WALLET_URL}>
|
|
||||||
{t('getWalletLink')}
|
|
||||||
</Link>
|
|
||||||
</p>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
import { ButtonLink, Link } from '@vegaprotocol/ui-toolkit';
|
||||||
|
import { useTranslation } from 'react-i18next';
|
||||||
|
import { ExternalLinks } from '@vegaprotocol/environment';
|
||||||
|
import { useViewAsDialog } from '@vegaprotocol/wallet';
|
||||||
|
|
||||||
|
export const VegaWalletPrompt = () => {
|
||||||
|
const { t } = useTranslation();
|
||||||
|
const setViewAsDialog = useViewAsDialog((state) => state.setOpen);
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<h3 className="mt-4 mb-2">{t('getWallet')}</h3>
|
||||||
|
<div className="flex flex-row gap-4">
|
||||||
|
<Link className="text-neutral-500" href={ExternalLinks.VEGA_WALLET_URL}>
|
||||||
|
{t('getWalletLink')}
|
||||||
|
</Link>
|
||||||
|
<ButtonLink
|
||||||
|
className="text-neutral-500"
|
||||||
|
data-testid="view-as-user"
|
||||||
|
onClick={() => setViewAsDialog(true)}
|
||||||
|
>
|
||||||
|
{t('viewAsParty')}
|
||||||
|
</ButtonLink>
|
||||||
|
</div>
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
};
|
||||||
@@ -20,7 +20,7 @@ import {
|
|||||||
WalletCardHeader,
|
WalletCardHeader,
|
||||||
WalletCardRow,
|
WalletCardRow,
|
||||||
} from '../wallet-card';
|
} from '../wallet-card';
|
||||||
import { DownloadWalletPrompt } from './download-wallet-prompt';
|
import { VegaWalletPrompt } from './vega-wallet-prompt';
|
||||||
import { usePollForDelegations } from './hooks';
|
import { usePollForDelegations } from './hooks';
|
||||||
import { useVegaWallet, useVegaWalletDialogStore } from '@vegaprotocol/wallet';
|
import { useVegaWallet, useVegaWalletDialogStore } from '@vegaprotocol/wallet';
|
||||||
import { Button, ButtonLink } from '@vegaprotocol/ui-toolkit';
|
import { Button, ButtonLink } from '@vegaprotocol/ui-toolkit';
|
||||||
@@ -85,7 +85,7 @@ const VegaWalletNotConnected = () => {
|
|||||||
>
|
>
|
||||||
{t('connectVegaWalletToUseAssociated')}
|
{t('connectVegaWalletToUseAssociated')}
|
||||||
</Button>
|
</Button>
|
||||||
<DownloadWalletPrompt />
|
<VegaWalletPrompt />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -855,5 +855,6 @@
|
|||||||
"Estimated time to upgrade": "Estimated time to upgrade",
|
"Estimated time to upgrade": "Estimated time to upgrade",
|
||||||
"Upgraded at": "Upgraded at",
|
"Upgraded at": "Upgraded at",
|
||||||
"dataIsIdentical": "Data is identical",
|
"dataIsIdentical": "Data is identical",
|
||||||
"updatesToMarket": "Updates to market"
|
"updatesToMarket": "Updates to market",
|
||||||
|
"viewAsParty": "View as party"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" class="dark bg-black w-full h-full">
|
<html lang="en" class="dark bg-black w-full h-full">
|
||||||
<head>
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="//static.vega.xyz/fonts.css" />
|
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/x-icon"
|
type="image/x-icon"
|
||||||
@@ -10,35 +10,42 @@
|
|||||||
/>
|
/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta name="description" content="Vega Protocol - VEGA Token Vesting" />
|
<meta name="description" content="Vega Protocol - VEGA Governance" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://governance.vega.xyz/" />
|
||||||
|
<meta name="og:title" content="Vega Protocol - Governance" />
|
||||||
|
<meta name="og:site_name" content="Vega Protocol - Governance" />
|
||||||
|
<meta name="og:image" content="https://static.vega.xyz/favicon.ico" />
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="https://static.vega.xyz/favicon.ico" />
|
||||||
|
<meta name="twitter:title" content="Vega Protocol - Governance" />
|
||||||
|
<meta name="twitter:description" content="Vega Protocol - Governance" />
|
||||||
|
<meta name="twitter:image" content="https://static.vega.xyz/favicon.ico" />
|
||||||
|
<meta name="twitter:image:alt" content="VEGA logo" />
|
||||||
|
<meta name="twitter:site" content="@vegaprotocol" />
|
||||||
|
|
||||||
|
<meta name="description" content="Vega Protocol - Governance" />
|
||||||
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" />
|
||||||
<!--
|
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
|
||||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
||||||
-->
|
|
||||||
<link rel="manifest" href="assets/manifest.json" />
|
<link rel="manifest" href="assets/manifest.json" />
|
||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
href="https://static.vega.xyz/AlphaLyrae-Medium.woff2"
|
href="https://static.vega.xyz/AlphaLyrae-Medium.woff2"
|
||||||
as="font"
|
as="font"
|
||||||
type="font/woff2"
|
type="font/woff2"
|
||||||
crossorigin="anonymous"
|
|
||||||
/>
|
/>
|
||||||
<title>Vega Governance dApp</title>
|
<title>VEGA Governance</title>
|
||||||
<script src="./assets/env-config.js"></script>
|
<script src="./assets/env-config.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="h-full">
|
<body class="h-full">
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript> You need to enable JavaScript to run this app. </noscript>
|
||||||
<div id="root" class="h-full"></div>
|
<div id="root" class="h-full"></div>
|
||||||
<!--
|
<!-- This HTML file is a template.
|
||||||
This HTML file is a template.
|
|
||||||
If you open it directly in the browser, you will see an empty page.
|
If you open it directly in the browser, you will see an empty page.
|
||||||
|
|
||||||
You can add webfonts, meta tags, or analytics to this file.
|
You can add webfonts, meta tags, or analytics to this file.
|
||||||
The build step will place the bundled scripts into the <body> tag.
|
The build step will place the bundled scripts into the <body> tag.
|
||||||
|
|
||||||
To begin the development, run `npm start` or `yarn start`.
|
To begin the development, run `npm start` or `yarn start`.
|
||||||
To create a production bundle, use `npm run build` or `yarn build`.
|
To create a production bundle, use `npm run build` or `yarn build`. -->
|
||||||
-->
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import {
|
import {
|
||||||
RestConnector,
|
|
||||||
JsonRpcConnector,
|
JsonRpcConnector,
|
||||||
ViewConnector,
|
ViewConnector,
|
||||||
InjectedConnector,
|
InjectedConnector,
|
||||||
@@ -8,13 +7,11 @@ import {
|
|||||||
const urlParams = new URLSearchParams(window.location.search);
|
const urlParams = new URLSearchParams(window.location.search);
|
||||||
|
|
||||||
export const injected = new InjectedConnector();
|
export const injected = new InjectedConnector();
|
||||||
export const rest = new RestConnector();
|
|
||||||
export const jsonRpc = new JsonRpcConnector();
|
export const jsonRpc = new JsonRpcConnector();
|
||||||
export const view = new ViewConnector(urlParams.get('address'));
|
export const view = new ViewConnector(urlParams.get('address'));
|
||||||
|
|
||||||
export const Connectors = {
|
export const Connectors = {
|
||||||
injected,
|
injected,
|
||||||
rest,
|
|
||||||
jsonRpc,
|
jsonRpc,
|
||||||
view,
|
view,
|
||||||
};
|
};
|
||||||
|
|||||||
+22
-9
@@ -24,6 +24,7 @@ import type { ProposalQuery } from '../../proposal/__generated__/Proposal';
|
|||||||
import type { MockedResponse } from '@apollo/client/testing';
|
import type { MockedResponse } from '@apollo/client/testing';
|
||||||
import { FLAGS } from '@vegaprotocol/environment';
|
import { FLAGS } from '@vegaprotocol/environment';
|
||||||
import { BrowserRouter } from 'react-router-dom';
|
import { BrowserRouter } from 'react-router-dom';
|
||||||
|
import { VoteState } from '../vote-details/use-user-vote';
|
||||||
|
|
||||||
jest.mock('@vegaprotocol/proposals', () => ({
|
jest.mock('@vegaprotocol/proposals', () => ({
|
||||||
...jest.requireActual('@vegaprotocol/proposals'),
|
...jest.requireActual('@vegaprotocol/proposals'),
|
||||||
@@ -36,7 +37,8 @@ jest.mock('@vegaprotocol/proposals', () => ({
|
|||||||
const renderComponent = (
|
const renderComponent = (
|
||||||
proposal: ProposalQuery['proposal'],
|
proposal: ProposalQuery['proposal'],
|
||||||
isListItem = true,
|
isListItem = true,
|
||||||
mocks: MockedResponse[] = []
|
mocks: MockedResponse[] = [],
|
||||||
|
voteState?: VoteState
|
||||||
) =>
|
) =>
|
||||||
render(
|
render(
|
||||||
<AppStateProvider>
|
<AppStateProvider>
|
||||||
@@ -47,6 +49,7 @@ const renderComponent = (
|
|||||||
proposal={proposal}
|
proposal={proposal}
|
||||||
isListItem={isListItem}
|
isListItem={isListItem}
|
||||||
networkParams={mockNetworkParams}
|
networkParams={mockNetworkParams}
|
||||||
|
voteState={voteState}
|
||||||
/>
|
/>
|
||||||
</VegaWalletContext.Provider>
|
</VegaWalletContext.Provider>
|
||||||
</MockedProvider>
|
</MockedProvider>
|
||||||
@@ -386,10 +389,15 @@ describe('Proposal header', () => {
|
|||||||
closingDatetime: nextWeek.toString(),
|
closingDatetime: nextWeek.toString(),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
renderComponent(proposal, true, [
|
renderComponent(
|
||||||
// @ts-ignore generateProposal always creates an id
|
proposal,
|
||||||
createUserVoteQueryMock(proposal.id, VoteValue.VALUE_NO),
|
true,
|
||||||
]);
|
[
|
||||||
|
// @ts-ignore generateProposal always creates an id
|
||||||
|
createUserVoteQueryMock(proposal.id, VoteValue.VALUE_NO),
|
||||||
|
],
|
||||||
|
VoteState.No
|
||||||
|
);
|
||||||
expect(await screen.findByTestId('user-voted-no')).toBeInTheDocument();
|
expect(await screen.findByTestId('user-voted-no')).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -400,10 +408,15 @@ describe('Proposal header', () => {
|
|||||||
closingDatetime: nextWeek.toString(),
|
closingDatetime: nextWeek.toString(),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
renderComponent(proposal, true, [
|
renderComponent(
|
||||||
// @ts-ignore generateProposal always creates an id
|
proposal,
|
||||||
createUserVoteQueryMock(proposal.id, VoteValue.VALUE_YES),
|
true,
|
||||||
]);
|
[
|
||||||
|
// @ts-ignore generateProposal always creates an id
|
||||||
|
createUserVoteQueryMock(proposal.id, VoteValue.VALUE_YES),
|
||||||
|
],
|
||||||
|
VoteState.Yes
|
||||||
|
);
|
||||||
expect(await screen.findByTestId('user-voted-yes')).toBeInTheDocument();
|
expect(await screen.findByTestId('user-voted-yes')).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-2
@@ -8,25 +8,26 @@ import type { ProposalQuery } from '../../proposal/__generated__/Proposal';
|
|||||||
import { truncateMiddle } from '../../../../lib/truncate-middle';
|
import { truncateMiddle } from '../../../../lib/truncate-middle';
|
||||||
import { CurrentProposalState } from '../current-proposal-state';
|
import { CurrentProposalState } from '../current-proposal-state';
|
||||||
import { ProposalInfoLabel } from '../proposal-info-label';
|
import { ProposalInfoLabel } from '../proposal-info-label';
|
||||||
import { useUserVote } from '../vote-details/use-user-vote';
|
|
||||||
import { ProposalVotingStatus } from '../proposal-voting-status';
|
import { ProposalVotingStatus } from '../proposal-voting-status';
|
||||||
import type { NetworkParamsResult } from '@vegaprotocol/network-parameters';
|
import type { NetworkParamsResult } from '@vegaprotocol/network-parameters';
|
||||||
import { useSuccessorMarketProposalDetails } from '@vegaprotocol/proposals';
|
import { useSuccessorMarketProposalDetails } from '@vegaprotocol/proposals';
|
||||||
import { FLAGS } from '@vegaprotocol/environment';
|
import { FLAGS } from '@vegaprotocol/environment';
|
||||||
import Routes from '../../../routes';
|
import Routes from '../../../routes';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
|
import type { VoteState } from '../vote-details/use-user-vote';
|
||||||
|
|
||||||
export const ProposalHeader = ({
|
export const ProposalHeader = ({
|
||||||
proposal,
|
proposal,
|
||||||
networkParams,
|
networkParams,
|
||||||
isListItem = true,
|
isListItem = true,
|
||||||
|
voteState,
|
||||||
}: {
|
}: {
|
||||||
proposal: ProposalFieldsFragment | ProposalQuery['proposal'];
|
proposal: ProposalFieldsFragment | ProposalQuery['proposal'];
|
||||||
networkParams: Partial<NetworkParamsResult>;
|
networkParams: Partial<NetworkParamsResult>;
|
||||||
isListItem?: boolean;
|
isListItem?: boolean;
|
||||||
|
voteState?: VoteState | null;
|
||||||
}) => {
|
}) => {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const { voteState } = useUserVote(proposal?.id);
|
|
||||||
const change = proposal?.terms.change;
|
const change = proposal?.terms.change;
|
||||||
|
|
||||||
let details: ReactNode;
|
let details: ReactNode;
|
||||||
|
|||||||
+86
-12
@@ -25,7 +25,7 @@ import {
|
|||||||
} from '@vegaprotocol/ui-toolkit';
|
} from '@vegaprotocol/ui-toolkit';
|
||||||
import { SubHeading } from '../../../../components/heading';
|
import { SubHeading } from '../../../../components/heading';
|
||||||
import { CollapsibleToggle } from '../../../../components/collapsible-toggle';
|
import { CollapsibleToggle } from '../../../../components/collapsible-toggle';
|
||||||
import type { MarketInfoWithData } from '@vegaprotocol/markets';
|
import type { MarketInfo } from '@vegaprotocol/markets';
|
||||||
import type { DataSourceDefinition } from '@vegaprotocol/types';
|
import type { DataSourceDefinition } from '@vegaprotocol/types';
|
||||||
import { create } from 'zustand';
|
import { create } from 'zustand';
|
||||||
|
|
||||||
@@ -45,8 +45,10 @@ export const useMarketDataDialogStore = create<MarketDataDialogState>(
|
|||||||
|
|
||||||
export const ProposalMarketData = ({
|
export const ProposalMarketData = ({
|
||||||
marketData,
|
marketData,
|
||||||
|
parentMarketData,
|
||||||
}: {
|
}: {
|
||||||
marketData: MarketInfoWithData;
|
marketData: MarketInfo;
|
||||||
|
parentMarketData?: MarketInfo;
|
||||||
}) => {
|
}) => {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const { isOpen, open, close } = useMarketDataDialogStore();
|
const { isOpen, open, close } = useMarketDataDialogStore();
|
||||||
@@ -58,8 +60,21 @@ export const ProposalMarketData = ({
|
|||||||
|
|
||||||
const settlementData = marketData.tradableInstrument.instrument.product
|
const settlementData = marketData.tradableInstrument.instrument.product
|
||||||
.dataSourceSpecForSettlementData.data as DataSourceDefinition;
|
.dataSourceSpecForSettlementData.data as DataSourceDefinition;
|
||||||
|
const parentSettlementData =
|
||||||
|
parentMarketData?.tradableInstrument.instrument?.product
|
||||||
|
?.dataSourceSpecForSettlementData?.data;
|
||||||
const terminationData = marketData.tradableInstrument.instrument.product
|
const terminationData = marketData.tradableInstrument.instrument.product
|
||||||
.dataSourceSpecForTradingTermination.data as DataSourceDefinition;
|
.dataSourceSpecForTradingTermination.data as DataSourceDefinition;
|
||||||
|
const parentTerminationData =
|
||||||
|
parentMarketData?.tradableInstrument.instrument?.product
|
||||||
|
?.dataSourceSpecForTradingTermination?.data;
|
||||||
|
|
||||||
|
const isParentSettlementDataEqual =
|
||||||
|
parentSettlementData !== undefined &&
|
||||||
|
isEqual(settlementData, parentSettlementData);
|
||||||
|
const isParentTerminationDataEqual =
|
||||||
|
parentTerminationData !== undefined &&
|
||||||
|
isEqual(terminationData, parentTerminationData);
|
||||||
|
|
||||||
const getSigners = (data: DataSourceDefinition) => {
|
const getSigners = (data: DataSourceDefinition) => {
|
||||||
if (data.sourceType.__typename === 'DataSourceDefinitionExternal') {
|
if (data.sourceType.__typename === 'DataSourceDefinitionExternal') {
|
||||||
@@ -97,12 +112,22 @@ export const ProposalMarketData = ({
|
|||||||
<AccordionItem
|
<AccordionItem
|
||||||
itemId="key-details"
|
itemId="key-details"
|
||||||
title={t('Key details')}
|
title={t('Key details')}
|
||||||
content={<KeyDetailsInfoPanel market={marketData} />}
|
content={
|
||||||
|
<KeyDetailsInfoPanel
|
||||||
|
market={marketData}
|
||||||
|
parentMarket={parentMarketData}
|
||||||
|
/>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
<AccordionItem
|
<AccordionItem
|
||||||
itemId="instrument"
|
itemId="instrument"
|
||||||
title={t('Instrument')}
|
title={t('Instrument')}
|
||||||
content={<InstrumentInfoPanel market={marketData} />}
|
content={
|
||||||
|
<InstrumentInfoPanel
|
||||||
|
market={marketData}
|
||||||
|
parentMarket={parentMarketData}
|
||||||
|
/>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
{isEqual(
|
{isEqual(
|
||||||
getSigners(settlementData),
|
getSigners(settlementData),
|
||||||
@@ -115,6 +140,11 @@ export const ProposalMarketData = ({
|
|||||||
<OracleInfoPanel
|
<OracleInfoPanel
|
||||||
market={marketData}
|
market={marketData}
|
||||||
type="settlementData"
|
type="settlementData"
|
||||||
|
parentMarket={
|
||||||
|
isParentSettlementDataEqual
|
||||||
|
? undefined
|
||||||
|
: parentMarketData
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
@@ -127,6 +157,11 @@ export const ProposalMarketData = ({
|
|||||||
<OracleInfoPanel
|
<OracleInfoPanel
|
||||||
market={marketData}
|
market={marketData}
|
||||||
type="settlementData"
|
type="settlementData"
|
||||||
|
parentMarket={
|
||||||
|
isParentSettlementDataEqual
|
||||||
|
? undefined
|
||||||
|
: parentMarketData
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
@@ -135,11 +170,21 @@ export const ProposalMarketData = ({
|
|||||||
itemId="termination-oracle"
|
itemId="termination-oracle"
|
||||||
title={t('Termination Oracle')}
|
title={t('Termination Oracle')}
|
||||||
content={
|
content={
|
||||||
<OracleInfoPanel market={marketData} type="termination" />
|
<OracleInfoPanel
|
||||||
|
market={marketData}
|
||||||
|
type="termination"
|
||||||
|
parentMarket={
|
||||||
|
isParentTerminationDataEqual
|
||||||
|
? undefined
|
||||||
|
: parentMarketData
|
||||||
|
}
|
||||||
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
{/*Note: successor markets will not differ in their settlement*/}
|
||||||
|
{/*assets, so no need to pass in parent market data for comparison.*/}
|
||||||
<AccordionItem
|
<AccordionItem
|
||||||
itemId="settlement-asset"
|
itemId="settlement-asset"
|
||||||
title={t('Settlement asset')}
|
title={t('Settlement asset')}
|
||||||
@@ -148,22 +193,42 @@ export const ProposalMarketData = ({
|
|||||||
<AccordionItem
|
<AccordionItem
|
||||||
itemId="metadata"
|
itemId="metadata"
|
||||||
title={t('Metadata')}
|
title={t('Metadata')}
|
||||||
content={<MetadataInfoPanel market={marketData} />}
|
content={
|
||||||
|
<MetadataInfoPanel
|
||||||
|
market={marketData}
|
||||||
|
parentMarket={parentMarketData}
|
||||||
|
/>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
<AccordionItem
|
<AccordionItem
|
||||||
itemId="risk-model"
|
itemId="risk-model"
|
||||||
title={t('Risk model')}
|
title={t('Risk model')}
|
||||||
content={<RiskModelInfoPanel market={marketData} />}
|
content={
|
||||||
|
<RiskModelInfoPanel
|
||||||
|
market={marketData}
|
||||||
|
parentMarket={parentMarketData}
|
||||||
|
/>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
<AccordionItem
|
<AccordionItem
|
||||||
itemId="risk-parameters"
|
itemId="risk-parameters"
|
||||||
title={t('Risk parameters')}
|
title={t('Risk parameters')}
|
||||||
content={<RiskParametersInfoPanel market={marketData} />}
|
content={
|
||||||
|
<RiskParametersInfoPanel
|
||||||
|
market={marketData}
|
||||||
|
parentMarket={parentMarketData}
|
||||||
|
/>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
<AccordionItem
|
<AccordionItem
|
||||||
itemId="risk-factors"
|
itemId="risk-factors"
|
||||||
title={t('Risk factors')}
|
title={t('Risk factors')}
|
||||||
content={<RiskFactorsInfoPanel market={marketData} />}
|
content={
|
||||||
|
<RiskFactorsInfoPanel
|
||||||
|
market={marketData}
|
||||||
|
parentMarket={parentMarketData}
|
||||||
|
/>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
{(
|
{(
|
||||||
marketData.priceMonitoringSettings?.parameters?.triggers || []
|
marketData.priceMonitoringSettings?.parameters?.triggers || []
|
||||||
@@ -174,6 +239,7 @@ export const ProposalMarketData = ({
|
|||||||
content={
|
content={
|
||||||
<PriceMonitoringBoundsInfoPanel
|
<PriceMonitoringBoundsInfoPanel
|
||||||
market={marketData}
|
market={marketData}
|
||||||
|
parentMarket={parentMarketData}
|
||||||
triggerIndex={triggerIndex}
|
triggerIndex={triggerIndex}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
@@ -183,13 +249,21 @@ export const ProposalMarketData = ({
|
|||||||
itemId="liqudity-monitoring-parameters"
|
itemId="liqudity-monitoring-parameters"
|
||||||
title={t('Liquidity monitoring parameters')}
|
title={t('Liquidity monitoring parameters')}
|
||||||
content={
|
content={
|
||||||
<LiquidityMonitoringParametersInfoPanel market={marketData} />
|
<LiquidityMonitoringParametersInfoPanel
|
||||||
|
market={marketData}
|
||||||
|
parentMarket={parentMarketData}
|
||||||
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<AccordionItem
|
<AccordionItem
|
||||||
itemId="liquidity-price-range"
|
itemId="liquidity-price-range"
|
||||||
title={t('Liquidity price range')}
|
title={t('Liquidity price range')}
|
||||||
content={<LiquidityPriceRangeInfoPanel market={marketData} />}
|
content={
|
||||||
|
<LiquidityPriceRangeInfoPanel
|
||||||
|
market={marketData}
|
||||||
|
parentMarket={parentMarketData}
|
||||||
|
/>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
</Accordion>
|
</Accordion>
|
||||||
</div>
|
</div>
|
||||||
@@ -200,7 +274,7 @@ export const ProposalMarketData = ({
|
|||||||
title={marketData.tradableInstrument.instrument.code}
|
title={marketData.tradableInstrument.instrument.code}
|
||||||
open={isOpen}
|
open={isOpen}
|
||||||
onChange={(isOpen) => (isOpen ? open() : close())}
|
onChange={(isOpen) => (isOpen ? open() : close())}
|
||||||
size="medium"
|
size="large"
|
||||||
dataTestId="market-json-dialog"
|
dataTestId="market-json-dialog"
|
||||||
>
|
>
|
||||||
<CopyWithTooltip text={JSON.stringify(marketData)}>
|
<CopyWithTooltip text={JSON.stringify(marketData)}>
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
import { MemoryRouter } from 'react-router-dom';
|
import { MemoryRouter } from 'react-router-dom';
|
||||||
|
import { MockedProvider } from '@apollo/client/testing';
|
||||||
|
import { VegaWalletProvider } from '@vegaprotocol/wallet';
|
||||||
import { render, screen } from '@testing-library/react';
|
import { render, screen } from '@testing-library/react';
|
||||||
import { generateProposal } from '../../test-helpers/generate-proposals';
|
import { generateProposal } from '../../test-helpers/generate-proposals';
|
||||||
import { Proposal } from './proposal';
|
import { Proposal } from './proposal';
|
||||||
@@ -44,11 +46,15 @@ jest.mock('../list-asset', () => ({
|
|||||||
const renderComponent = (proposal: ProposalQuery['proposal']) => {
|
const renderComponent = (proposal: ProposalQuery['proposal']) => {
|
||||||
render(
|
render(
|
||||||
<MemoryRouter>
|
<MemoryRouter>
|
||||||
<Proposal
|
<MockedProvider>
|
||||||
restData={{}}
|
<VegaWalletProvider>
|
||||||
proposal={proposal as ProposalQuery['proposal']}
|
<Proposal
|
||||||
networkParams={mockNetworkParams}
|
restData={{}}
|
||||||
/>
|
proposal={proposal as ProposalQuery['proposal']}
|
||||||
|
networkParams={mockNetworkParams}
|
||||||
|
/>
|
||||||
|
</VegaWalletProvider>
|
||||||
|
</MockedProvider>
|
||||||
</MemoryRouter>
|
</MemoryRouter>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -13,12 +13,14 @@ import Routes from '../../../routes';
|
|||||||
import { ProposalMarketData } from '../proposal-market-data';
|
import { ProposalMarketData } from '../proposal-market-data';
|
||||||
import type { ProposalFieldsFragment } from '../../proposals/__generated__/Proposals';
|
import type { ProposalFieldsFragment } from '../../proposals/__generated__/Proposals';
|
||||||
import type { ProposalQuery } from '../../proposal/__generated__/Proposal';
|
import type { ProposalQuery } from '../../proposal/__generated__/Proposal';
|
||||||
import type { MarketInfoWithData } from '@vegaprotocol/markets';
|
import type { MarketInfo } from '@vegaprotocol/markets';
|
||||||
import type { AssetQuery } from '@vegaprotocol/assets';
|
import type { AssetQuery } from '@vegaprotocol/assets';
|
||||||
import { removePaginationWrapper } from '@vegaprotocol/utils';
|
import { removePaginationWrapper } from '@vegaprotocol/utils';
|
||||||
import { ProposalState } from '@vegaprotocol/types';
|
import { ProposalState } from '@vegaprotocol/types';
|
||||||
import { ProposalMarketChanges } from '../proposal-market-changes';
|
import { ProposalMarketChanges } from '../proposal-market-changes';
|
||||||
import type { NetworkParamsResult } from '@vegaprotocol/network-parameters';
|
import type { NetworkParamsResult } from '@vegaprotocol/network-parameters';
|
||||||
|
import { useVoteSubmit } from '@vegaprotocol/proposals';
|
||||||
|
import { useUserVote } from '../vote-details/use-user-vote';
|
||||||
|
|
||||||
export enum ProposalType {
|
export enum ProposalType {
|
||||||
PROPOSAL_NEW_MARKET = 'PROPOSAL_NEW_MARKET',
|
PROPOSAL_NEW_MARKET = 'PROPOSAL_NEW_MARKET',
|
||||||
@@ -31,7 +33,8 @@ export enum ProposalType {
|
|||||||
export interface ProposalProps {
|
export interface ProposalProps {
|
||||||
proposal: ProposalFieldsFragment | ProposalQuery['proposal'];
|
proposal: ProposalFieldsFragment | ProposalQuery['proposal'];
|
||||||
networkParams: Partial<NetworkParamsResult>;
|
networkParams: Partial<NetworkParamsResult>;
|
||||||
newMarketData?: MarketInfoWithData | null;
|
newMarketData?: MarketInfo | null;
|
||||||
|
parentMarketData?: MarketInfo | null;
|
||||||
assetData?: AssetQuery | null;
|
assetData?: AssetQuery | null;
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
restData: any;
|
restData: any;
|
||||||
@@ -46,11 +49,14 @@ export const Proposal = ({
|
|||||||
networkParams,
|
networkParams,
|
||||||
restData,
|
restData,
|
||||||
newMarketData,
|
newMarketData,
|
||||||
|
parentMarketData,
|
||||||
assetData,
|
assetData,
|
||||||
originalMarketProposalRestData,
|
originalMarketProposalRestData,
|
||||||
mostRecentlyEnactedAssociatedMarketProposal,
|
mostRecentlyEnactedAssociatedMarketProposal,
|
||||||
}: ProposalProps) => {
|
}: ProposalProps) => {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
const { submit, Dialog, finalizedVote } = useVoteSubmit();
|
||||||
|
const { voteState, voteDatetime } = useUserVote(proposal?.id, finalizedVote);
|
||||||
|
|
||||||
if (!proposal) {
|
if (!proposal) {
|
||||||
return null;
|
return null;
|
||||||
@@ -130,10 +136,12 @@ export const Proposal = ({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ProposalHeader
|
<ProposalHeader
|
||||||
proposal={proposal}
|
proposal={proposal}
|
||||||
isListItem={false}
|
isListItem={false}
|
||||||
networkParams={networkParams}
|
networkParams={networkParams}
|
||||||
|
voteState={voteState}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div id="details">
|
<div id="details">
|
||||||
@@ -157,7 +165,10 @@ export const Proposal = ({
|
|||||||
|
|
||||||
{newMarketData && (
|
{newMarketData && (
|
||||||
<div className="mb-4">
|
<div className="mb-4">
|
||||||
<ProposalMarketData marketData={newMarketData} />
|
<ProposalMarketData
|
||||||
|
marketData={newMarketData}
|
||||||
|
parentMarketData={parentMarketData ? parentMarketData : undefined}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
@@ -202,6 +213,10 @@ export const Proposal = ({
|
|||||||
spamProtectionMinTokens={
|
spamProtectionMinTokens={
|
||||||
networkParams?.spam_protection_voting_min_tokens
|
networkParams?.spam_protection_voting_min_tokens
|
||||||
}
|
}
|
||||||
|
submit={submit}
|
||||||
|
dialog={Dialog}
|
||||||
|
voteState={voteState}
|
||||||
|
voteDatetime={voteDatetime}
|
||||||
/>
|
/>
|
||||||
</RoundedWrapper>
|
</RoundedWrapper>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+7
-1
@@ -1,6 +1,7 @@
|
|||||||
import { RoundedWrapper } from '@vegaprotocol/ui-toolkit';
|
import { RoundedWrapper } from '@vegaprotocol/ui-toolkit';
|
||||||
import { ProposalHeader } from '../proposal-detail-header/proposal-header';
|
import { ProposalHeader } from '../proposal-detail-header/proposal-header';
|
||||||
import { ProposalsListItemDetails } from './proposals-list-item-details';
|
import { ProposalsListItemDetails } from './proposals-list-item-details';
|
||||||
|
import { useUserVote } from '../vote-details/use-user-vote';
|
||||||
import type { ProposalFieldsFragment } from '../../proposals/__generated__/Proposals';
|
import type { ProposalFieldsFragment } from '../../proposals/__generated__/Proposals';
|
||||||
import type { ProposalQuery } from '../../proposal/__generated__/Proposal';
|
import type { ProposalQuery } from '../../proposal/__generated__/Proposal';
|
||||||
import type { NetworkParamsResult } from '@vegaprotocol/network-parameters';
|
import type { NetworkParamsResult } from '@vegaprotocol/network-parameters';
|
||||||
@@ -14,12 +15,17 @@ export const ProposalsListItem = ({
|
|||||||
proposal,
|
proposal,
|
||||||
networkParams,
|
networkParams,
|
||||||
}: ProposalsListItemProps) => {
|
}: ProposalsListItemProps) => {
|
||||||
|
const { voteState } = useUserVote(proposal?.id);
|
||||||
if (!proposal || !proposal.id || !networkParams) return null;
|
if (!proposal || !proposal.id || !networkParams) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<li id={proposal.id} data-testid="proposals-list-item">
|
<li id={proposal.id} data-testid="proposals-list-item">
|
||||||
<RoundedWrapper paddingBottom={true} heightFull={true}>
|
<RoundedWrapper paddingBottom={true} heightFull={true}>
|
||||||
<ProposalHeader proposal={proposal} networkParams={networkParams} />
|
<ProposalHeader
|
||||||
|
proposal={proposal}
|
||||||
|
networkParams={networkParams}
|
||||||
|
voteState={voteState}
|
||||||
|
/>
|
||||||
<ProposalsListItemDetails proposal={proposal} />
|
<ProposalsListItemDetails proposal={proposal} />
|
||||||
</RoundedWrapper>
|
</RoundedWrapper>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -188,11 +188,7 @@ export const VoteButtons = ({
|
|||||||
(voteState === VoteState.Yes || voteState === VoteState.No) && (
|
(voteState === VoteState.Yes || voteState === VoteState.No) && (
|
||||||
<p data-testid="you-voted">
|
<p data-testid="you-voted">
|
||||||
<span>{t('youVoted')}:</span>{' '}
|
<span>{t('youVoted')}:</span>{' '}
|
||||||
<span
|
<span className="text-white font-bold">
|
||||||
className={
|
|
||||||
voteState === VoteState.Yes ? 'text-success' : 'text-danger'
|
|
||||||
}
|
|
||||||
>
|
|
||||||
{t(`voteState_${voteState}`)}
|
{t(`voteState_${voteState}`)}
|
||||||
</span>{' '}
|
</span>{' '}
|
||||||
{voteDatetime ? (
|
{voteDatetime ? (
|
||||||
|
|||||||
@@ -3,23 +3,29 @@ import { formatDistanceToNow } from 'date-fns';
|
|||||||
import { RoundedWrapper, Icon, ExternalLink } from '@vegaprotocol/ui-toolkit';
|
import { RoundedWrapper, Icon, ExternalLink } from '@vegaprotocol/ui-toolkit';
|
||||||
import { useVegaWallet } from '@vegaprotocol/wallet';
|
import { useVegaWallet } from '@vegaprotocol/wallet';
|
||||||
import { ProposalState } from '@vegaprotocol/types';
|
import { ProposalState } from '@vegaprotocol/types';
|
||||||
import { useVoteSubmit, VoteProgress } from '@vegaprotocol/proposals';
|
import { VoteProgress } from '@vegaprotocol/proposals';
|
||||||
import { formatNumber } from '../../../../lib/format-number';
|
import { formatNumber } from '../../../../lib/format-number';
|
||||||
import { ConnectToVega } from '../../../../components/connect-to-vega';
|
import { ConnectToVega } from '../../../../components/connect-to-vega';
|
||||||
import { useVoteInformation } from '../../hooks';
|
import { useVoteInformation } from '../../hooks';
|
||||||
import { useUserVote } from './use-user-vote';
|
|
||||||
import { CurrentProposalStatus } from '../current-proposal-status';
|
import { CurrentProposalStatus } from '../current-proposal-status';
|
||||||
import { VoteButtonsContainer } from './vote-buttons';
|
import { VoteButtonsContainer } from './vote-buttons';
|
||||||
import { SubHeading } from '../../../../components/heading';
|
import { SubHeading } from '../../../../components/heading';
|
||||||
import { ProposalType } from '../proposal/proposal';
|
import { ProposalType } from '../proposal/proposal';
|
||||||
|
import type { VoteValue } from '@vegaprotocol/types';
|
||||||
|
import type { DialogProps } from '@vegaprotocol/wallet';
|
||||||
import type { ProposalFieldsFragment } from '../../proposals/__generated__/Proposals';
|
import type { ProposalFieldsFragment } from '../../proposals/__generated__/Proposals';
|
||||||
import type { ProposalQuery } from '../../proposal/__generated__/Proposal';
|
import type { ProposalQuery } from '../../proposal/__generated__/Proposal';
|
||||||
|
import type { VoteState } from './use-user-vote';
|
||||||
|
|
||||||
interface VoteDetailsProps {
|
interface VoteDetailsProps {
|
||||||
proposal: ProposalFieldsFragment | ProposalQuery['proposal'];
|
proposal: ProposalFieldsFragment | ProposalQuery['proposal'];
|
||||||
minVoterBalance: string | null | undefined;
|
minVoterBalance: string | null | undefined;
|
||||||
spamProtectionMinTokens: string | null | undefined;
|
spamProtectionMinTokens: string | null | undefined;
|
||||||
proposalType: ProposalType | null;
|
proposalType: ProposalType | null;
|
||||||
|
submit: (voteValue: VoteValue, proposalId: string | null) => Promise<void>;
|
||||||
|
dialog: (props: DialogProps) => JSX.Element;
|
||||||
|
voteState: VoteState | null;
|
||||||
|
voteDatetime: Date | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const VoteDetails = ({
|
export const VoteDetails = ({
|
||||||
@@ -27,6 +33,10 @@ export const VoteDetails = ({
|
|||||||
minVoterBalance,
|
minVoterBalance,
|
||||||
spamProtectionMinTokens,
|
spamProtectionMinTokens,
|
||||||
proposalType,
|
proposalType,
|
||||||
|
submit,
|
||||||
|
dialog,
|
||||||
|
voteState,
|
||||||
|
voteDatetime,
|
||||||
}: VoteDetailsProps) => {
|
}: VoteDetailsProps) => {
|
||||||
const { pubKey } = useVegaWallet();
|
const { pubKey } = useVegaWallet();
|
||||||
const {
|
const {
|
||||||
@@ -48,8 +58,7 @@ export const VoteDetails = ({
|
|||||||
} = useVoteInformation({ proposal });
|
} = useVoteInformation({ proposal });
|
||||||
|
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const { submit, Dialog, finalizedVote } = useVoteSubmit();
|
|
||||||
const { voteState, voteDatetime } = useUserVote(proposal?.id, finalizedVote);
|
|
||||||
const defaultDecimals = 2;
|
const defaultDecimals = 2;
|
||||||
const daysLeft = t('daysLeft', {
|
const daysLeft = t('daysLeft', {
|
||||||
daysLeft: formatDistanceToNow(new Date(proposal?.terms.closingDatetime)),
|
daysLeft: formatDistanceToNow(new Date(proposal?.terms.closingDatetime)),
|
||||||
@@ -219,7 +228,7 @@ export const VoteDetails = ({
|
|||||||
spamProtectionMinTokens={spamProtectionMinTokens}
|
spamProtectionMinTokens={spamProtectionMinTokens}
|
||||||
className="flex"
|
className="flex"
|
||||||
submit={submit}
|
submit={submit}
|
||||||
dialog={Dialog}
|
dialog={dialog}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
@@ -8,12 +8,15 @@ import { useProposalQuery } from './__generated__/Proposal';
|
|||||||
import { useFetch } from '@vegaprotocol/react-helpers';
|
import { useFetch } from '@vegaprotocol/react-helpers';
|
||||||
import { ENV } from '../../../config';
|
import { ENV } from '../../../config';
|
||||||
import { useDataProvider } from '@vegaprotocol/data-provider';
|
import { useDataProvider } from '@vegaprotocol/data-provider';
|
||||||
import { marketInfoWithDataProvider } from '@vegaprotocol/markets';
|
import { marketInfoProvider } from '@vegaprotocol/markets';
|
||||||
import { useAssetQuery } from '@vegaprotocol/assets';
|
import { useAssetQuery } from '@vegaprotocol/assets';
|
||||||
import {
|
import {
|
||||||
NetworkParams,
|
NetworkParams,
|
||||||
useNetworkParams,
|
useNetworkParams,
|
||||||
} from '@vegaprotocol/network-parameters';
|
} from '@vegaprotocol/network-parameters';
|
||||||
|
import { useParentMarketIdQuery } from '@vegaprotocol/markets';
|
||||||
|
import { FLAGS } from '@vegaprotocol/environment';
|
||||||
|
import { useSuccessorMarketProposalDetails } from '@vegaprotocol/proposals';
|
||||||
|
|
||||||
export const ProposalContainer = () => {
|
export const ProposalContainer = () => {
|
||||||
const [
|
const [
|
||||||
@@ -54,6 +57,10 @@ export const ProposalContainer = () => {
|
|||||||
skip: !params.proposalId,
|
skip: !params.proposalId,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const successor = useSuccessorMarketProposalDetails(params.proposalId);
|
||||||
|
|
||||||
|
const isSuccessor = !!successor?.parentMarketId || !!successor.code;
|
||||||
|
|
||||||
const {
|
const {
|
||||||
state: {
|
state: {
|
||||||
data: originalMarketProposalRestData,
|
data: originalMarketProposalRestData,
|
||||||
@@ -88,7 +95,7 @@ export const ProposalContainer = () => {
|
|||||||
loading: newMarketLoading,
|
loading: newMarketLoading,
|
||||||
error: newMarketError,
|
error: newMarketError,
|
||||||
} = useDataProvider({
|
} = useDataProvider({
|
||||||
dataProvider: marketInfoWithDataProvider,
|
dataProvider: marketInfoProvider,
|
||||||
skipUpdates: true,
|
skipUpdates: true,
|
||||||
variables: {
|
variables: {
|
||||||
marketId: data?.proposal?.id || '',
|
marketId: data?.proposal?.id || '',
|
||||||
@@ -96,6 +103,33 @@ export const ProposalContainer = () => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const {
|
||||||
|
data: parentMarketId,
|
||||||
|
loading: parentMarketIdLoading,
|
||||||
|
error: parentMarketIdError,
|
||||||
|
} = useParentMarketIdQuery({
|
||||||
|
variables: {
|
||||||
|
marketId: newMarketData?.id || '',
|
||||||
|
},
|
||||||
|
skip: !FLAGS.SUCCESSOR_MARKETS || !isSuccessor || !newMarketData?.id,
|
||||||
|
});
|
||||||
|
|
||||||
|
const {
|
||||||
|
data: parentMarketData,
|
||||||
|
loading: parentMarketLoading,
|
||||||
|
error: parentMarketError,
|
||||||
|
} = useDataProvider({
|
||||||
|
dataProvider: marketInfoProvider,
|
||||||
|
skipUpdates: true,
|
||||||
|
variables: {
|
||||||
|
marketId: parentMarketId?.market?.parentMarketID || '',
|
||||||
|
skip:
|
||||||
|
!FLAGS.SUCCESSOR_MARKETS ||
|
||||||
|
!isSuccessor ||
|
||||||
|
!parentMarketId?.market?.parentMarketID,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
const {
|
const {
|
||||||
data: assetData,
|
data: assetData,
|
||||||
loading: assetLoading,
|
loading: assetLoading,
|
||||||
@@ -160,6 +194,8 @@ export const ProposalContainer = () => {
|
|||||||
newMarketLoading ||
|
newMarketLoading ||
|
||||||
assetLoading ||
|
assetLoading ||
|
||||||
networkParamsLoading ||
|
networkParamsLoading ||
|
||||||
|
parentMarketIdLoading ||
|
||||||
|
parentMarketLoading ||
|
||||||
(restLoading ? (restLoading as boolean) : false) ||
|
(restLoading ? (restLoading as boolean) : false) ||
|
||||||
(originalMarketProposalRestLoading
|
(originalMarketProposalRestLoading
|
||||||
? (originalMarketProposalRestLoading as boolean)
|
? (originalMarketProposalRestLoading as boolean)
|
||||||
@@ -172,15 +208,18 @@ export const ProposalContainer = () => {
|
|||||||
error ||
|
error ||
|
||||||
newMarketError ||
|
newMarketError ||
|
||||||
assetError ||
|
assetError ||
|
||||||
|
networkParamsError ||
|
||||||
|
parentMarketIdError ||
|
||||||
|
parentMarketError ||
|
||||||
restError ||
|
restError ||
|
||||||
originalMarketProposalRestError ||
|
originalMarketProposalRestError ||
|
||||||
previouslyEnactedMarketProposalsRestError ||
|
previouslyEnactedMarketProposalsRestError
|
||||||
networkParamsError
|
|
||||||
}
|
}
|
||||||
data={{
|
data={{
|
||||||
...data,
|
...data,
|
||||||
...networkParams,
|
...networkParams,
|
||||||
...(newMarketData ? { newMarketData } : {}),
|
...(newMarketData ? { newMarketData } : {}),
|
||||||
|
...(parentMarketData ? { parentMarketData } : {}),
|
||||||
...(assetData ? { assetData } : {}),
|
...(assetData ? { assetData } : {}),
|
||||||
...(restData ? { restData } : {}),
|
...(restData ? { restData } : {}),
|
||||||
...(originalMarketProposalRestData
|
...(originalMarketProposalRestData
|
||||||
@@ -197,6 +236,7 @@ export const ProposalContainer = () => {
|
|||||||
networkParams={networkParams}
|
networkParams={networkParams}
|
||||||
restData={restData}
|
restData={restData}
|
||||||
newMarketData={newMarketData}
|
newMarketData={newMarketData}
|
||||||
|
parentMarketData={parentMarketData}
|
||||||
assetData={assetData}
|
assetData={assetData}
|
||||||
originalMarketProposalRestData={originalMarketProposalRestData}
|
originalMarketProposalRestData={originalMarketProposalRestData}
|
||||||
mostRecentlyEnactedAssociatedMarketProposal={
|
mostRecentlyEnactedAssociatedMarketProposal={
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@ const ROWS = [
|
|||||||
|
|
||||||
export const HealthDialog = ({ onChange, isOpen }: HealthDialogProps) => {
|
export const HealthDialog = ({ onChange, isOpen }: HealthDialogProps) => {
|
||||||
return (
|
return (
|
||||||
<Dialog size="medium" open={isOpen} onChange={onChange}>
|
<Dialog size="large" open={isOpen} onChange={onChange}>
|
||||||
<h1 className="text-2xl mb-5 pr-2 font-medium font-alpha uppercase">
|
<h1 className="text-2xl mb-5 pr-2 font-medium font-alpha uppercase">
|
||||||
{t('Health')}
|
{t('Health')}
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ module.exports = defineConfig({
|
|||||||
requestTimeout: 20000,
|
requestTimeout: 20000,
|
||||||
retries: 1,
|
retries: 1,
|
||||||
testIsolation: false,
|
testIsolation: false,
|
||||||
|
experimentalMemoryManagement: true,
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
ETHERSCAN_URL: 'https://sepolia.etherscan.io',
|
ETHERSCAN_URL: 'https://sepolia.etherscan.io',
|
||||||
|
|||||||
@@ -1,177 +0,0 @@
|
|||||||
// #region consts
|
|
||||||
const assetColId = '[col-id="asset.symbol"]';
|
|
||||||
const assetDetailsDialog = 'dialog-content';
|
|
||||||
const assetRow = 'key-value-table-row';
|
|
||||||
const contractAddress = '7_value';
|
|
||||||
const dialogCloseBtn = 'close-asset-details-dialog';
|
|
||||||
const dialogCloseX = 'dialog-close';
|
|
||||||
const dialogTitle = 'dialog-title';
|
|
||||||
|
|
||||||
const indicesWithLabelTooltips = [4, 5, 6, 7, 8, 9, 11, 12, 13, 14];
|
|
||||||
const indicesWithValueTooltips = [1, 6];
|
|
||||||
|
|
||||||
const labelValueToolTipPairs = [
|
|
||||||
{
|
|
||||||
label: 'ID',
|
|
||||||
value: 'asset-id',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Type',
|
|
||||||
value: 'ERC20',
|
|
||||||
valueToolTip: 'An asset originated from an Ethereum ERC20 Token',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Name',
|
|
||||||
value: 'Euro',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Symbol',
|
|
||||||
value: 'tEURO',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Decimals',
|
|
||||||
value: '5',
|
|
||||||
labelTooltip: 'Number of decimal / precision handled by this asset',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Quantum',
|
|
||||||
value: '0.00001',
|
|
||||||
labelTooltip: 'The minimum economically meaningful amount of the asset',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Status',
|
|
||||||
value: 'Enabled',
|
|
||||||
labelTooltip: 'The status of the asset in the Vega network',
|
|
||||||
valueToolTip: 'Asset can be used on the Vega network',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Contract address',
|
|
||||||
value: '0x0158031158Bb4dF2AD02eAA31e8963E84EA978a4 ',
|
|
||||||
labelTooltip:
|
|
||||||
'The address of the contract for the token, on the ethereum network',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Withdrawal threshold',
|
|
||||||
value: '0.0005',
|
|
||||||
labelTooltip:
|
|
||||||
"The maximum you can withdraw instantly. There's no limit on the size of a withdrawal, but all withdrawals over the threshold will have a delay time added to them",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Lifetime limit',
|
|
||||||
value: '1,230.00',
|
|
||||||
labelTooltip:
|
|
||||||
'The lifetime deposit limit per address. Note: this is a temporary measure that can be changed or removed through governance',
|
|
||||||
},
|
|
||||||
{ label: '', value: '' },
|
|
||||||
{
|
|
||||||
label: 'Infrastructure fee account balance',
|
|
||||||
value: '0.00001',
|
|
||||||
labelTooltip: 'The infrastructure fee account in this asset',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Global reward pool account balance',
|
|
||||||
value: '0.00002',
|
|
||||||
labelTooltip: 'The global rewards acquired in this asset',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Maker paid fees account balance',
|
|
||||||
value: '0.00003',
|
|
||||||
labelTooltip:
|
|
||||||
'The rewards acquired based on the fees paid to makers in this asset',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Maker received fees account balance',
|
|
||||||
value: '0.00004',
|
|
||||||
labelTooltip:
|
|
||||||
'The rewards acquired based on fees received for being a maker on trades',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Liquidity provision fee reward account balance',
|
|
||||||
value: '0.00005',
|
|
||||||
labelTooltip:
|
|
||||||
'The rewards acquired based on the liquidity provision fees in this asset',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Market proposer reward account balance',
|
|
||||||
value: '0.00006',
|
|
||||||
labelTooltip:
|
|
||||||
'The rewards acquired based on the market proposer reward in this asset',
|
|
||||||
},
|
|
||||||
];
|
|
||||||
//endregion
|
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
cy.mockTradingPage();
|
|
||||||
cy.mockSubscription();
|
|
||||||
cy.setVegaWallet();
|
|
||||||
});
|
|
||||||
|
|
||||||
const visitPortfolioAndClickAsset = (assetName: string) => {
|
|
||||||
cy.visit('/#/portfolio');
|
|
||||||
cy.get(assetColId).contains(assetName).click();
|
|
||||||
};
|
|
||||||
|
|
||||||
const testTooltip = (index: number, testId: string, tooltip: string) => {
|
|
||||||
cy.getByTestId(`${index}_${testId}`).realHover();
|
|
||||||
cy.get('[role="tooltip"]').find('div').should('have.text', tooltip);
|
|
||||||
cy.getByTestId(dialogTitle).click();
|
|
||||||
};
|
|
||||||
|
|
||||||
describe('assets', { tags: '@smoke', testIsolation: true }, () => {
|
|
||||||
it('asset details', () => {
|
|
||||||
visitPortfolioAndClickAsset('tBTC');
|
|
||||||
|
|
||||||
cy.getByTestId(assetRow).each((element, index) => {
|
|
||||||
if (index === 10) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
const { label, value, labelTooltip, valueToolTip } =
|
|
||||||
labelValueToolTipPairs[index];
|
|
||||||
// 6501-ASSE-001
|
|
||||||
// 6501-ASSE-002
|
|
||||||
// 6501-ASSE-003
|
|
||||||
// 6501-ASSE-004
|
|
||||||
// 6501-ASSE-005
|
|
||||||
// 6501-ASSE-006
|
|
||||||
// 6501-ASSE-007
|
|
||||||
// 6501-ASSE-008
|
|
||||||
// 6501-ASSE-009
|
|
||||||
// 6501-ASSE-010
|
|
||||||
// 6501-ASSE-011
|
|
||||||
cy.getByTestId(`${index}_label`).should('have.text', label);
|
|
||||||
cy.getByTestId(`${index}_value`).should('have.text', value);
|
|
||||||
|
|
||||||
// 6501-ASSE-012
|
|
||||||
if (indicesWithLabelTooltips.includes(index)) {
|
|
||||||
if (labelTooltip) {
|
|
||||||
testTooltip(index, 'label', labelTooltip);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (indicesWithValueTooltips.includes(index)) {
|
|
||||||
if (valueToolTip) {
|
|
||||||
testTooltip(index, 'value', valueToolTip);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
// 6501-ASSE-013
|
|
||||||
cy.getByTestId(dialogCloseX).click();
|
|
||||||
cy.document().then((doc) => {
|
|
||||||
expect(doc.querySelector(assetDetailsDialog)).to.not.exist;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
it('ERC20 Contract address', () => {
|
|
||||||
visitPortfolioAndClickAsset('tBTC');
|
|
||||||
cy.getByTestId(contractAddress).within(() => {
|
|
||||||
// 6501-ASSE-014
|
|
||||||
cy.getByTestId('external-link')
|
|
||||||
.should('have.attr', 'target', '_blank')
|
|
||||||
.should('have.text', '0x0158031158Bb4dF2AD02eAA31e8963E84EA978a4');
|
|
||||||
});
|
|
||||||
// 6501-ASSE-013
|
|
||||||
cy.getByTestId(dialogCloseBtn).click();
|
|
||||||
cy.document().then((doc) => {
|
|
||||||
expect(doc.querySelector(assetDetailsDialog)).to.not.exist;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
describe('charts', { tags: '@smoke' }, () => {
|
|
||||||
before(() => {
|
|
||||||
cy.mockTradingPage();
|
|
||||||
cy.mockSubscription();
|
|
||||||
cy.visit('/#/markets/market-0');
|
|
||||||
cy.wait('@Markets');
|
|
||||||
cy.getByTestId('Depth').click();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('can see market depth chart', () => {
|
|
||||||
// 6006-DEPC-001
|
|
||||||
cy.getByTestId('tab-depth').should('be.visible');
|
|
||||||
cy.get('.depth-chart-module_canvas__260De').should('be.visible');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -202,6 +202,7 @@ describe('Closed markets', { tags: '@smoke' }, () => {
|
|||||||
const specDataConnection = createDataConnection();
|
const specDataConnection = createDataConnection();
|
||||||
|
|
||||||
before(() => {
|
before(() => {
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.mockGQL((req) => {
|
cy.mockGQL((req) => {
|
||||||
aliasGQLQuery(req, 'ChainId', chainIdQuery());
|
aliasGQLQuery(req, 'ChainId', chainIdQuery());
|
||||||
aliasGQLQuery(req, 'Statistics', statisticsQuery());
|
aliasGQLQuery(req, 'Statistics', statisticsQuery());
|
||||||
@@ -255,6 +256,7 @@ describe('Closed markets', { tags: '@smoke' }, () => {
|
|||||||
cy.get(rowSelector)
|
cy.get(rowSelector)
|
||||||
.first()
|
.first()
|
||||||
.find('[col-id="code"]')
|
.find('[col-id="code"]')
|
||||||
|
.find('[data-testid="market-code"]')
|
||||||
.should('have.text', settledMarket.tradableInstrument.instrument.code);
|
.should('have.text', settledMarket.tradableInstrument.instrument.code);
|
||||||
|
|
||||||
// 6001-MARK-002
|
// 6001-MARK-002
|
||||||
@@ -455,6 +457,7 @@ describe('no closed markets', { tags: '@smoke', testIsolation: true }, () => {
|
|||||||
before(() => {
|
before(() => {
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.visit('/#/markets/all');
|
cy.visit('/#/markets/all');
|
||||||
cy.get('[data-testid="Closed markets"]').click();
|
cy.get('[data-testid="Closed markets"]').click();
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -104,11 +104,11 @@ describe('deposit actions', { tags: '@smoke' }, () => {
|
|||||||
cy.visit('/#/markets/market-1');
|
cy.visit('/#/markets/market-1');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Deposit to trade is visble', () => {
|
it('Deposit to trade is visible', () => {
|
||||||
cy.getByTestId('Collateral').click();
|
cy.getByTestId('Collateral').click();
|
||||||
cy.contains('[data-testid="deposit"]', 'Deposit')
|
cy.get('[row-id="asset-id"]').contains('tEURO').should('be.visible');
|
||||||
.should('be.visible')
|
cy.contains('[data-testid="deposit"]', 'Deposit').should('be.visible');
|
||||||
.click();
|
cy.contains('[data-testid="deposit"]', 'Deposit').click();
|
||||||
cy.getByTestId('deposit-submit').should('be.visible');
|
cy.getByTestId('deposit-submit').should('be.visible');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ const nodeHealthTrigger = 'node-health-trigger';
|
|||||||
|
|
||||||
describe('home', { tags: '@regression' }, () => {
|
describe('home', { tags: '@regression' }, () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
|
|||||||
@@ -1,207 +0,0 @@
|
|||||||
import { aliasGQLQuery } from '@vegaprotocol/cypress';
|
|
||||||
import type { ProposalListFieldsFragment } from '@vegaprotocol/proposals';
|
|
||||||
import * as Schema from '@vegaprotocol/types';
|
|
||||||
|
|
||||||
const dialogContent = 'dialog-content';
|
|
||||||
|
|
||||||
const generateProposal = (code: string): ProposalListFieldsFragment => ({
|
|
||||||
__typename: 'Proposal',
|
|
||||||
reference: '',
|
|
||||||
state: Schema.ProposalState.STATE_OPEN,
|
|
||||||
datetime: '',
|
|
||||||
votes: {
|
|
||||||
__typename: undefined,
|
|
||||||
yes: {
|
|
||||||
__typename: undefined,
|
|
||||||
totalTokens: '',
|
|
||||||
totalNumber: '',
|
|
||||||
totalWeight: '',
|
|
||||||
},
|
|
||||||
no: {
|
|
||||||
__typename: undefined,
|
|
||||||
totalTokens: '',
|
|
||||||
totalNumber: '',
|
|
||||||
totalWeight: '',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
requiredMajority: '',
|
|
||||||
party: {
|
|
||||||
__typename: 'Party',
|
|
||||||
id: '',
|
|
||||||
},
|
|
||||||
rationale: {
|
|
||||||
__typename: 'ProposalRationale',
|
|
||||||
description: '',
|
|
||||||
title: '',
|
|
||||||
},
|
|
||||||
requiredParticipation: '',
|
|
||||||
errorDetails: '',
|
|
||||||
rejectionReason: null,
|
|
||||||
requiredLpMajority: '',
|
|
||||||
requiredLpParticipation: '',
|
|
||||||
terms: {
|
|
||||||
__typename: 'ProposalTerms',
|
|
||||||
closingDatetime: '',
|
|
||||||
enactmentDatetime: undefined,
|
|
||||||
change: {
|
|
||||||
__typename: 'NewMarket',
|
|
||||||
decimalPlaces: 1,
|
|
||||||
lpPriceRange: '',
|
|
||||||
riskParameters: {
|
|
||||||
__typename: 'SimpleRiskModel',
|
|
||||||
params: {
|
|
||||||
__typename: 'SimpleRiskModelParams',
|
|
||||||
factorLong: 0,
|
|
||||||
factorShort: 1,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
metadata: [],
|
|
||||||
instrument: {
|
|
||||||
__typename: 'InstrumentConfiguration',
|
|
||||||
code: code,
|
|
||||||
name: code,
|
|
||||||
futureProduct: {
|
|
||||||
__typename: 'FutureProduct',
|
|
||||||
settlementAsset: {
|
|
||||||
__typename: 'Asset',
|
|
||||||
id: 'A',
|
|
||||||
name: 'A',
|
|
||||||
symbol: 'A',
|
|
||||||
decimals: 1,
|
|
||||||
quantum: '',
|
|
||||||
},
|
|
||||||
quoteName: '',
|
|
||||||
dataSourceSpecBinding: {
|
|
||||||
__typename: 'DataSourceSpecToFutureBinding',
|
|
||||||
settlementDataProperty: '',
|
|
||||||
tradingTerminationProperty: '',
|
|
||||||
},
|
|
||||||
dataSourceSpecForSettlementData: {
|
|
||||||
__typename: 'DataSourceDefinition',
|
|
||||||
sourceType: {
|
|
||||||
__typename: 'DataSourceDefinitionInternal',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
dataSourceSpecForTradingTermination: {
|
|
||||||
__typename: 'DataSourceDefinition',
|
|
||||||
sourceType: {
|
|
||||||
__typename: 'DataSourceDefinitionInternal',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('home', { tags: '@regression' }, () => {
|
|
||||||
beforeEach(() => {
|
|
||||||
cy.clearLocalStorage();
|
|
||||||
cy.mockTradingPage();
|
|
||||||
cy.mockSubscription();
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('default market found', () => {
|
|
||||||
it('redirects to a default market with the landing dialog open', () => {
|
|
||||||
cy.visit('/');
|
|
||||||
cy.wait('@Markets');
|
|
||||||
|
|
||||||
cy.get('[data-testid^="pathname-/markets/"]');
|
|
||||||
|
|
||||||
// the choose market overlay is no longer showing
|
|
||||||
cy.contains('Loading...').should('not.exist');
|
|
||||||
cy.url().should('eq', Cypress.config().baseUrl + '/#/markets/market-0');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('no markets found', () => {
|
|
||||||
beforeEach(() => {
|
|
||||||
cy.mockGQL((req) => {
|
|
||||||
const data = {
|
|
||||||
marketsConnection: {
|
|
||||||
__typename: 'MarketConnection',
|
|
||||||
edges: [],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
const proposalA: ProposalListFieldsFragment =
|
|
||||||
generateProposal('AAAZZZ');
|
|
||||||
|
|
||||||
aliasGQLQuery(req, 'Markets', data);
|
|
||||||
aliasGQLQuery(req, 'MarketsData', data);
|
|
||||||
aliasGQLQuery(req, 'ProposalsList', {
|
|
||||||
proposalsConnection: {
|
|
||||||
__typename: 'ProposalsConnection',
|
|
||||||
edges: [{ __typename: 'ProposalEdge', node: proposalA }],
|
|
||||||
},
|
|
||||||
});
|
|
||||||
});
|
|
||||||
cy.visit('/');
|
|
||||||
cy.wait('@Markets');
|
|
||||||
cy.wait('@MarketsData');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('redirects to market/all and displays welcome notice', () => {
|
|
||||||
cy.url().should('eq', Cypress.config().baseUrl + `/#/markets/all`);
|
|
||||||
cy.getByTestId('welcome-notice-title').should(
|
|
||||||
'contain.text',
|
|
||||||
'Welcome to Console'
|
|
||||||
);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('no proposal nor markets found', () => {
|
|
||||||
it('there are welcome text and a link to propose market', () => {
|
|
||||||
cy.mockGQL((req) => {
|
|
||||||
const data = {
|
|
||||||
marketsConnection: {
|
|
||||||
__typename: 'MarketConnection',
|
|
||||||
edges: [],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
aliasGQLQuery(req, 'Markets', data);
|
|
||||||
aliasGQLQuery(req, 'MarketsData', data);
|
|
||||||
aliasGQLQuery(req, 'ProposalsList', {
|
|
||||||
proposalsConnection: {
|
|
||||||
__typename: 'ProposalsConnection',
|
|
||||||
edges: null,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
});
|
|
||||||
cy.visit('/');
|
|
||||||
cy.wait('@Markets');
|
|
||||||
cy.wait('@MarketsData');
|
|
||||||
cy.getByTestId('welcome-notice-title').should(
|
|
||||||
'contain.text',
|
|
||||||
'Welcome to Console'
|
|
||||||
);
|
|
||||||
cy.getByTestId('external-link')
|
|
||||||
.contains('Propose a market')
|
|
||||||
.should('exist');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('redirect should take last visited market into consideration', () => {
|
|
||||||
it('marketId comes from existing market', () => {
|
|
||||||
cy.window().then((window) => {
|
|
||||||
window.localStorage.setItem('marketId', 'market-1');
|
|
||||||
cy.visit('/');
|
|
||||||
cy.wait('@Markets');
|
|
||||||
cy.location('hash').should('equal', '#/markets/market-1');
|
|
||||||
cy.getByTestId(dialogContent).should('not.exist');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
it('marketId comes from not-existing market', () => {
|
|
||||||
cy.window().then((window) => {
|
|
||||||
window.localStorage.setItem('marketId', 'market-not-existing');
|
|
||||||
cy.mockGQL((req) => {
|
|
||||||
aliasGQLQuery(req, 'Market', null);
|
|
||||||
});
|
|
||||||
cy.visit('/');
|
|
||||||
cy.wait('@Markets');
|
|
||||||
cy.location('hash').should('equal', '#/markets/market-not-existing');
|
|
||||||
cy.getByTestId(dialogContent).should('not.exist');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -3,12 +3,14 @@ import type { MarketsQuery } from '@vegaprotocol/markets';
|
|||||||
import * as Schema from '@vegaprotocol/types';
|
import * as Schema from '@vegaprotocol/types';
|
||||||
|
|
||||||
const rowSelector =
|
const rowSelector =
|
||||||
'[data-testid="tab-all-markets"] .ag-center-cols-container .ag-row';
|
'[data-testid="tab-open-markets"] .ag-center-cols-container .ag-row';
|
||||||
const colInstrumentCode = '[col-id="tradableInstrument.instrument.code"]';
|
const colInstrumentCode =
|
||||||
|
'[col-id="tradableInstrument.instrument.code"] [data-testid="market-code"]';
|
||||||
|
|
||||||
describe('markets all table', { tags: '@smoke' }, () => {
|
describe('markets all table', { tags: '@smoke' }, () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.clearLocalStorage().then(() => {
|
cy.clearLocalStorage().then(() => {
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.mockTradingPage(
|
cy.mockTradingPage(
|
||||||
Schema.MarketState.STATE_ACTIVE,
|
Schema.MarketState.STATE_ACTIVE,
|
||||||
Schema.MarketTradingMode.TRADING_MODE_MONITORING_AUCTION,
|
Schema.MarketTradingMode.TRADING_MODE_MONITORING_AUCTION,
|
||||||
@@ -34,7 +36,7 @@ describe('markets all table', { tags: '@smoke' }, () => {
|
|||||||
'Settlement asset',
|
'Settlement asset',
|
||||||
'',
|
'',
|
||||||
];
|
];
|
||||||
cy.getByTestId('tab-all-markets').within(($headers) => {
|
cy.getByTestId('tab-open-markets').within(($headers) => {
|
||||||
cy.wrap($headers)
|
cy.wrap($headers)
|
||||||
.get('.ag-header-cell-text')
|
.get('.ag-header-cell-text')
|
||||||
.each(($header, i) => {
|
.each(($header, i) => {
|
||||||
@@ -44,7 +46,7 @@ describe('markets all table', { tags: '@smoke' }, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('markets tab should be rendered properly', () => {
|
it('markets tab should be rendered properly', () => {
|
||||||
cy.get('[data-testid="All markets"]').should(
|
cy.get('[data-testid="Open markets"]').should(
|
||||||
'have.attr',
|
'have.attr',
|
||||||
'data-state',
|
'data-state',
|
||||||
'active'
|
'active'
|
||||||
@@ -166,7 +168,7 @@ describe('markets all table', { tags: '@smoke' }, () => {
|
|||||||
'ETHBTC.QM21',
|
'ETHBTC.QM21',
|
||||||
'SOLUSD',
|
'SOLUSD',
|
||||||
];
|
];
|
||||||
cy.get('[data-testid="All markets"]').click({ force: true });
|
cy.get('[data-testid="Open markets"]').click({ force: true });
|
||||||
cy.url().should('eq', Cypress.config('baseUrl') + '/#/markets/all');
|
cy.url().should('eq', Cypress.config('baseUrl') + '/#/markets/all');
|
||||||
cy.contains('AAPL.MF21').should('be.visible');
|
cy.contains('AAPL.MF21').should('be.visible');
|
||||||
cy.get('.ag-header-cell-label').contains('Market').click(); // sort by market name
|
cy.get('.ag-header-cell-label').contains('Market').click(); // sort by market name
|
||||||
@@ -191,7 +193,7 @@ describe('markets all table', { tags: '@smoke' }, () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('no all markets', { tags: '@smoke', testIsolation: true }, () => {
|
describe('no open markets', { tags: '@smoke', testIsolation: true }, () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
const markets: MarketsQuery = {};
|
const markets: MarketsQuery = {};
|
||||||
@@ -199,11 +201,12 @@ describe('no all markets', { tags: '@smoke', testIsolation: true }, () => {
|
|||||||
aliasGQLQuery(req, 'Markets', markets);
|
aliasGQLQuery(req, 'Markets', markets);
|
||||||
});
|
});
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.visit('/#/markets/all');
|
cy.visit('/#/markets/all');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.skip('can see no markets message', () => {
|
it.skip('can see no markets message', () => {
|
||||||
// 6001-MARK-048
|
// 6001-MARK-048
|
||||||
cy.getByTestId('tab-all-markets').should('contain.text', 'No markets');
|
cy.getByTestId('tab-open-markets').should('contain.text', 'No markets');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ describe('market info is displayed', { tags: '@smoke' }, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
before(() => {
|
before(() => {
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.mockTradingPage(MarketState.STATE_ACTIVE);
|
cy.mockTradingPage(MarketState.STATE_ACTIVE);
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
cy.visit('/#/markets/market-0');
|
cy.visit('/#/markets/market-0');
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ const headers = [
|
|||||||
|
|
||||||
describe('liquidity table - trading', { tags: '@smoke' }, () => {
|
describe('liquidity table - trading', { tags: '@smoke' }, () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
cy.mockTradingPage(
|
cy.mockTradingPage(
|
||||||
Schema.MarketState.STATE_ACTIVE,
|
Schema.MarketState.STATE_ACTIVE,
|
||||||
@@ -119,6 +120,7 @@ describe('liquidity table - trading', { tags: '@smoke' }, () => {
|
|||||||
|
|
||||||
describe('liquidity table view', { tags: '@smoke' }, () => {
|
describe('liquidity table view', { tags: '@smoke' }, () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
cy.mockTradingPage(
|
cy.mockTradingPage(
|
||||||
Schema.MarketState.STATE_ACTIVE,
|
Schema.MarketState.STATE_ACTIVE,
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ describe('markets selector', { tags: '@smoke' }, () => {
|
|||||||
cy.window().then((window) => {
|
cy.window().then((window) => {
|
||||||
window.localStorage.setItem('marketId', 'market-1');
|
window.localStorage.setItem('marketId', 'market-1');
|
||||||
});
|
});
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.mockTradingPage(
|
cy.mockTradingPage(
|
||||||
MarketState.STATE_ACTIVE,
|
MarketState.STATE_ACTIVE,
|
||||||
MarketTradingMode.TRADING_MODE_MONITORING_AUCTION,
|
MarketTradingMode.TRADING_MODE_MONITORING_AUCTION,
|
||||||
@@ -39,21 +40,25 @@ describe('markets selector', { tags: '@smoke' }, () => {
|
|||||||
code: 'SOLUSD',
|
code: 'SOLUSD',
|
||||||
markPrice: '84.41',
|
markPrice: '84.41',
|
||||||
vol: '0.00',
|
vol: '0.00',
|
||||||
|
productType: 'Futr',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
code: 'ETHBTC.QM21',
|
code: 'ETHBTC.QM21',
|
||||||
markPrice: '46,126.90058',
|
markPrice: '46,126.90058',
|
||||||
vol: '0.00',
|
vol: '0.00',
|
||||||
|
productType: 'Futr',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
code: 'BTCUSD.MF21',
|
code: 'BTCUSD.MF21',
|
||||||
markPrice: '46,126.90058',
|
markPrice: '46,126.90058',
|
||||||
vol: '0.00',
|
vol: '0.00',
|
||||||
|
productType: 'Futr',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
code: 'AAPL.MF21',
|
code: 'AAPL.MF21',
|
||||||
markPrice: '46,126.90058',
|
markPrice: '46,126.90058',
|
||||||
vol: '0.00',
|
vol: '0.00',
|
||||||
|
productType: 'Futr',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
cy.getByTestId('header-title').should('be.visible').click();
|
cy.getByTestId('header-title').should('be.visible').click();
|
||||||
@@ -63,7 +68,9 @@ describe('markets selector', { tags: '@smoke' }, () => {
|
|||||||
const market = data[i];
|
const market = data[i];
|
||||||
// 6001-MARK-021
|
// 6001-MARK-021
|
||||||
// 6001-MARK-022
|
// 6001-MARK-022
|
||||||
expect(item.find('h3').text()).equals(market.code);
|
expect(item.find('h3').text()).equals(
|
||||||
|
`${market.code} ${market.productType}`
|
||||||
|
);
|
||||||
expect(
|
expect(
|
||||||
item.find('[data-testid="market-selector-volume"]').text()
|
item.find('[data-testid="market-selector-volume"]').text()
|
||||||
).contains(market.vol);
|
).contains(market.vol);
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ describe('Market trading page', () => {
|
|||||||
Schema.AuctionTrigger.AUCTION_TRIGGER_LIQUIDITY_TARGET_NOT_MET
|
Schema.AuctionTrigger.AUCTION_TRIGGER_LIQUIDITY_TARGET_NOT_MET
|
||||||
);
|
);
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.visit('/#/markets/market-0');
|
cy.visit('/#/markets/market-0');
|
||||||
cy.wait('@MarketData');
|
cy.wait('@MarketData');
|
||||||
cy.getByTestId(marketSummaryBlock).should('be.visible');
|
cy.getByTestId(marketSummaryBlock).should('be.visible');
|
||||||
|
|||||||
@@ -3,12 +3,13 @@ import type { ProposalsListQuery } from '@vegaprotocol/proposals';
|
|||||||
|
|
||||||
const rowSelector =
|
const rowSelector =
|
||||||
'[data-testid="tab-proposed-markets"] .ag-center-cols-container .ag-row';
|
'[data-testid="tab-proposed-markets"] .ag-center-cols-container .ag-row';
|
||||||
const colMarketId = '[col-id="market"]';
|
const colMarketId = '[col-id="market"] [data-testid="market-code"]';
|
||||||
|
|
||||||
describe('markets proposed table', { tags: '@smoke' }, () => {
|
describe('markets proposed table', { tags: '@smoke' }, () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.visit('/#/markets/all');
|
cy.visit('/#/markets/all');
|
||||||
cy.get('[data-testid="Proposed markets"]').click();
|
cy.get('[data-testid="Proposed markets"]').click();
|
||||||
});
|
});
|
||||||
@@ -154,7 +155,13 @@ describe('markets proposed table', { tags: '@smoke' }, () => {
|
|||||||
'AAVEDAI.MF21',
|
'AAVEDAI.MF21',
|
||||||
'AAPL.MF21',
|
'AAPL.MF21',
|
||||||
];
|
];
|
||||||
checkSorting('market', marketColDefault, marketColAsc, marketColDesc);
|
checkSorting(
|
||||||
|
'market',
|
||||||
|
marketColDefault,
|
||||||
|
marketColAsc,
|
||||||
|
marketColDesc,
|
||||||
|
' [data-testid="market-code"]'
|
||||||
|
);
|
||||||
|
|
||||||
const stateColDefault = [
|
const stateColDefault = [
|
||||||
'Open',
|
'Open',
|
||||||
@@ -213,9 +220,10 @@ describe('no markets proposed', { tags: '@smoke', testIsolation: true }, () => {
|
|||||||
aliasGQLQuery(req, 'ProposalsList', proposal);
|
aliasGQLQuery(req, 'ProposalsList', proposal);
|
||||||
});
|
});
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can see no markets message', () => {
|
it.skip('can see no markets message', () => {
|
||||||
cy.visit('/#/markets/all');
|
cy.visit('/#/markets/all');
|
||||||
cy.get('[data-testid="Proposed markets"]').click();
|
cy.get('[data-testid="Proposed markets"]').click();
|
||||||
|
|
||||||
|
|||||||
@@ -1,72 +0,0 @@
|
|||||||
import * as Schema from '@vegaprotocol/types';
|
|
||||||
import { aliasGQLQuery } from '@vegaprotocol/cypress';
|
|
||||||
import { marketsQuery } from '@vegaprotocol/mock';
|
|
||||||
import { getDateTimeFormat } from '@vegaprotocol/utils';
|
|
||||||
|
|
||||||
describe('markets table', { tags: '@smoke' }, () => {
|
|
||||||
beforeEach(() => {
|
|
||||||
cy.clearLocalStorage().then(() => {
|
|
||||||
cy.mockTradingPage(
|
|
||||||
Schema.MarketState.STATE_ACTIVE,
|
|
||||||
Schema.MarketTradingMode.TRADING_MODE_MONITORING_AUCTION,
|
|
||||||
Schema.AuctionTrigger.AUCTION_TRIGGER_LIQUIDITY_TARGET_NOT_MET
|
|
||||||
);
|
|
||||||
cy.mockSubscription();
|
|
||||||
cy.visit('/#/markets/all');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
it('opening auction subsets should be properly displayed', () => {
|
|
||||||
cy.mockTradingPage(
|
|
||||||
Schema.MarketState.STATE_ACTIVE,
|
|
||||||
Schema.MarketTradingMode.TRADING_MODE_OPENING_AUCTION
|
|
||||||
);
|
|
||||||
cy.mockGQL((req) => {
|
|
||||||
const override = {
|
|
||||||
marketsConnection: {
|
|
||||||
edges: [
|
|
||||||
{
|
|
||||||
node: {
|
|
||||||
tradableInstrument: {
|
|
||||||
instrument: {
|
|
||||||
name: `opening auction MARKET`,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
state: Schema.MarketState.STATE_ACTIVE,
|
|
||||||
tradingMode:
|
|
||||||
Schema.MarketTradingMode.TRADING_MODE_OPENING_AUCTION,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
// @ts-ignore partial deep check failing
|
|
||||||
const market = marketsQuery(override);
|
|
||||||
aliasGQLQuery(req, 'Market', market);
|
|
||||||
aliasGQLQuery(req, 'ProposalOfMarket', {
|
|
||||||
proposal: { terms: { enactmentDatetime: '2023-01-31 12:00:01' } },
|
|
||||||
});
|
|
||||||
});
|
|
||||||
cy.visit('#/markets/market-0');
|
|
||||||
cy.url().should('contain', 'market-0');
|
|
||||||
cy.getByTestId('item-value').contains('Opening auction').realHover();
|
|
||||||
cy.getByTestId('opening-auction-sub-status').should(
|
|
||||||
'contain.text',
|
|
||||||
'Opening auction: Not enough liquidity to open'
|
|
||||||
);
|
|
||||||
|
|
||||||
const now = new Date(Date.parse('2023-01-30 12:00:01')).getTime();
|
|
||||||
cy.clock(now, ['Date']); // Set "now" to BEFORE reservation
|
|
||||||
cy.reload();
|
|
||||||
cy.getByTestId('item-value').contains('Opening auction').realHover();
|
|
||||||
cy.getByTestId('opening-auction-sub-status').should(
|
|
||||||
'contain.text',
|
|
||||||
`Opening auction: Closing on ${getDateTimeFormat().format(
|
|
||||||
new Date('2023-01-31 12:00:01')
|
|
||||||
)}`
|
|
||||||
);
|
|
||||||
cy.clock().then((clock) => {
|
|
||||||
clock.restore();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -6,6 +6,7 @@ const oracleFullProfile = 'oracle-full-profile';
|
|||||||
|
|
||||||
describe('oracle information', { tags: '@smoke' }, () => {
|
describe('oracle information', { tags: '@smoke' }, () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.mockTradingPage(
|
cy.mockTradingPage(
|
||||||
MarketState.STATE_ACTIVE,
|
MarketState.STATE_ACTIVE,
|
||||||
undefined,
|
undefined,
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ const resPrice = 'price-990';
|
|||||||
|
|
||||||
describe('order book', { tags: '@smoke' }, () => {
|
describe('order book', { tags: '@smoke' }, () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
cy.visit('/#/markets/market-0');
|
cy.visit('/#/markets/market-0');
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ describe('Settings page', { tags: '@smoke' }, () => {
|
|||||||
|
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
|
|
||||||
// Only click if not already active otherwise sidebar will close
|
// Only click if not already active otherwise sidebar will close
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ function getButtonSelectorByText(text: string): string {
|
|||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.visit('/#/markets/market-0');
|
cy.visit('/#/markets/market-0');
|
||||||
cy.wait('@Markets');
|
cy.wait('@Markets');
|
||||||
});
|
});
|
||||||
@@ -154,7 +155,10 @@ describe(
|
|||||||
{ name: 'Volume', infoText: 'Volume: 55,000' },
|
{ name: 'Volume', infoText: 'Volume: 55,000' },
|
||||||
];
|
];
|
||||||
cy.get(indicatorInfo).eq(1).realHover();
|
cy.get(indicatorInfo).eq(1).realHover();
|
||||||
cy.get('.close-button-module_closeButton__2ifkl').click({ force: true });
|
cy.get('.chart__wrapper [data-testid="split-view-view"]')
|
||||||
|
.last()
|
||||||
|
.find('[role="button"][title="Close"]')
|
||||||
|
.click({ force: true });
|
||||||
cy.get(indicatorInfo).should('have.length', 1);
|
cy.get(indicatorInfo).should('have.length', 1);
|
||||||
|
|
||||||
checkMenuItemCheckbox('Studies', studyInfo);
|
checkMenuItemCheckbox('Studies', studyInfo);
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ describe('deal ticket basics', { tags: '@smoke' }, () => {
|
|||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
cy.clearAllLocalStorage();
|
cy.clearAllLocalStorage();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.visit('/#/markets/market-0');
|
cy.visit('/#/markets/market-0');
|
||||||
cy.wait('@Markets');
|
cy.wait('@Markets');
|
||||||
});
|
});
|
||||||
@@ -21,9 +22,8 @@ describe('deal ticket basics', { tags: '@smoke' }, () => {
|
|||||||
it('must show place order button and connect wallet if wallet is not connected', () => {
|
it('must show place order button and connect wallet if wallet is not connected', () => {
|
||||||
// 0003-WTXN-001
|
// 0003-WTXN-001
|
||||||
cy.getByTestId('connect-vega-wallet'); // Not connected
|
cy.getByTestId('connect-vega-wallet'); // Not connected
|
||||||
cy.getByTestId('order-connect-wallet').should('exist');
|
|
||||||
cy.getByTestId(placeOrderBtn).should('exist');
|
cy.getByTestId(placeOrderBtn).should('exist');
|
||||||
cy.getByTestId('deal-ticket-connect-wallet').should('exist');
|
cy.getByTestId('get-started-button').should('exist');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('must be able to select order direction - long/short', function () {
|
it('must be able to select order direction - long/short', function () {
|
||||||
@@ -44,7 +44,7 @@ describe('deal ticket basics', { tags: '@smoke' }, () => {
|
|||||||
mockConnectWallet();
|
mockConnectWallet();
|
||||||
cy.getByTestId(toggleLimit).click();
|
cy.getByTestId(toggleLimit).click();
|
||||||
cy.getByTestId(orderPriceField).clear().type('101');
|
cy.getByTestId(orderPriceField).clear().type('101');
|
||||||
cy.getByTestId('order-connect-wallet').click();
|
cy.getByTestId('get-started-button').click();
|
||||||
cy.getByTestId('dialog-content').should('be.visible');
|
cy.getByTestId('dialog-content').should('be.visible');
|
||||||
cy.getByTestId('connectors-list')
|
cy.getByTestId('connectors-list')
|
||||||
.find('[data-testid="connector-jsonRpc"]')
|
.find('[data-testid="connector-jsonRpc"]')
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ describe('deal ticker order validation', { tags: '@smoke' }, () => {
|
|||||||
cy.getByTestId(orderTIFDropDown).select('TIME_IN_FORCE_GTC');
|
cy.getByTestId(orderTIFDropDown).select('TIME_IN_FORCE_GTC');
|
||||||
cy.getByTestId(orderSizeField).clear().type('1');
|
cy.getByTestId(orderSizeField).clear().type('1');
|
||||||
cy.getByTestId(orderPriceField).clear().type('1.123456');
|
cy.getByTestId(orderPriceField).clear().type('1.123456');
|
||||||
|
cy.getByTestId(placeOrderBtn).click();
|
||||||
cy.getByTestId('deal-ticket-error-message-price-limit').should(
|
cy.getByTestId('deal-ticket-error-message-price-limit').should(
|
||||||
'have.text',
|
'have.text',
|
||||||
'Price accepts up to 5 decimal places'
|
'Price accepts up to 5 decimal places'
|
||||||
@@ -73,6 +74,7 @@ describe('deal ticker order validation', { tags: '@smoke' }, () => {
|
|||||||
describe('market order', () => {
|
describe('market order', () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.getByTestId(toggleMarket).click();
|
cy.getByTestId(toggleMarket).click();
|
||||||
|
cy.getByTestId(placeOrderBtn).click();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('must not see the price unit', function () {
|
it('must not see the price unit', function () {
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ describe('suspended market validation', { tags: '@regression' }, () => {
|
|||||||
cy.getByTestId(orderPriceField).clear().type('0.1');
|
cy.getByTestId(orderPriceField).clear().type('0.1');
|
||||||
cy.getByTestId(orderSizeField).clear().type('1');
|
cy.getByTestId(orderSizeField).clear().type('1');
|
||||||
cy.getByTestId(placeOrderBtn).should('be.enabled');
|
cy.getByTestId(placeOrderBtn).should('be.enabled');
|
||||||
|
cy.getByTestId(placeOrderBtn).click();
|
||||||
cy.getByTestId('deal-ticket-warning-auction').should(
|
cy.getByTestId('deal-ticket-warning-auction').should(
|
||||||
'have.text',
|
'have.text',
|
||||||
'Any orders placed now will not trade until the auction ends'
|
'Any orders placed now will not trade until the auction ends'
|
||||||
@@ -60,6 +61,7 @@ describe('suspended market validation', { tags: '@regression' }, () => {
|
|||||||
TIFlist.filter((item) => item.code === 'FOK')[0].value
|
TIFlist.filter((item) => item.code === 'FOK')[0].value
|
||||||
);
|
);
|
||||||
cy.getByTestId(placeOrderBtn).should('be.enabled');
|
cy.getByTestId(placeOrderBtn).should('be.enabled');
|
||||||
|
cy.getByTestId(placeOrderBtn).click();
|
||||||
cy.getByTestId('deal-ticket-error-message-tif').should(
|
cy.getByTestId('deal-ticket-error-message-tif').should(
|
||||||
'have.text',
|
'have.text',
|
||||||
'This market is in auction until it reaches sufficient liquidity. Until the auction ends, you can only place GFA, GTT, or GTC limit orders'
|
'This market is in auction until it reaches sufficient liquidity. Until the auction ends, you can only place GFA, GTT, or GTC limit orders'
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ describe('time in force validation', { tags: '@smoke' }, () => {
|
|||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
cy.clearAllLocalStorage();
|
cy.clearAllLocalStorage();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.visit('/#/markets/market-0');
|
cy.visit('/#/markets/market-0');
|
||||||
cy.wait('@Markets');
|
cy.wait('@Markets');
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ describe('fills', { tags: '@regression' }, () => {
|
|||||||
cy.getByTestId(tabFills).contains('Market');
|
cy.getByTestId(tabFills).contains('Market');
|
||||||
cy.getByTestId(tabFills)
|
cy.getByTestId(tabFills)
|
||||||
.get(
|
.get(
|
||||||
'[role="gridcell"][col-id="market.tradableInstrument.instrument.name"]'
|
'[role="gridcell"][col-id="market.tradableInstrument.instrument.code"]'
|
||||||
)
|
)
|
||||||
.each(($marketSymbol) => {
|
.each(($marketSymbol) => {
|
||||||
cy.wrap($marketSymbol).invoke('text').should('not.be.empty');
|
cy.wrap($marketSymbol).invoke('text').should('not.be.empty');
|
||||||
|
|||||||
@@ -120,7 +120,9 @@ describe('orders list', { tags: '@smoke', testIsolation: true }, () => {
|
|||||||
cy.getByTestId('All').click();
|
cy.getByTestId('All').click();
|
||||||
|
|
||||||
cy.getByTestId('tab-orders')
|
cy.getByTestId('tab-orders')
|
||||||
.get(`.ag-center-cols-container [col-id='${orderSymbol}']`)
|
.get(
|
||||||
|
`.ag-center-cols-container [col-id='${orderSymbol}'] [data-testid="market-code"]`
|
||||||
|
)
|
||||||
.should('have.length.at.least', expectedOrderList.length)
|
.should('have.length.at.least', expectedOrderList.length)
|
||||||
.then(($symbols) => {
|
.then(($symbols) => {
|
||||||
const symbolNames: string[] = [];
|
const symbolNames: string[] = [];
|
||||||
|
|||||||
@@ -27,7 +27,8 @@ describe('positions', { tags: '@smoke', testIsolation: true }, () => {
|
|||||||
validatePositionsDisplayed();
|
validatePositionsDisplayed();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('renders positions on portfolio page', () => {
|
// TODO: move this to sim, its flakey
|
||||||
|
it.skip('renders positions on portfolio page', () => {
|
||||||
cy.mockGQL((req) => {
|
cy.mockGQL((req) => {
|
||||||
const positions = positionsQuery();
|
const positions = positionsQuery();
|
||||||
if (positions.positions?.edges) {
|
if (positions.positions?.edges) {
|
||||||
@@ -142,22 +143,22 @@ describe('positions', { tags: '@regression', testIsolation: true }, () => {
|
|||||||
it('sorting by Market', () => {
|
it('sorting by Market', () => {
|
||||||
visitAndClickPositions();
|
visitAndClickPositions();
|
||||||
const marketsSortedDefault = [
|
const marketsSortedDefault = [
|
||||||
'ACTIVE MARKET',
|
'AAPL.MF21',
|
||||||
'Apple Monthly (30 Jun 2022)',
|
'BTCUSD.MF21',
|
||||||
'ETHBTC Quarterly (30 Jun 2022)',
|
'ETHBTC.QM21',
|
||||||
'SUSPENDED MARKET',
|
'SOLUSD',
|
||||||
];
|
];
|
||||||
const marketsSortedAsc = [
|
const marketsSortedAsc = [
|
||||||
'ACTIVE MARKET',
|
'AAPL.MF21',
|
||||||
'Apple Monthly (30 Jun 2022)',
|
'BTCUSD.MF21',
|
||||||
'ETHBTC Quarterly (30 Jun 2022)',
|
'ETHBTC.QM21',
|
||||||
'SUSPENDED MARKET',
|
'SOLUSD',
|
||||||
];
|
];
|
||||||
const marketsSortedDesc = [
|
const marketsSortedDesc = [
|
||||||
'SUSPENDED MARKET',
|
'SOLUSD',
|
||||||
'ETHBTC Quarterly (30 Jun 2022)',
|
'ETHBTC.QM21',
|
||||||
'Apple Monthly (30 Jun 2022)',
|
'BTCUSD.MF21',
|
||||||
'ACTIVE MARKET',
|
'AAPL.MF21',
|
||||||
];
|
];
|
||||||
cy.getByTestId(positions).click();
|
cy.getByTestId(positions).click();
|
||||||
// 7004-POSI-003
|
// 7004-POSI-003
|
||||||
@@ -165,7 +166,8 @@ describe('positions', { tags: '@regression', testIsolation: true }, () => {
|
|||||||
'marketName',
|
'marketName',
|
||||||
marketsSortedDefault,
|
marketsSortedDefault,
|
||||||
marketsSortedAsc,
|
marketsSortedAsc,
|
||||||
marketsSortedDesc
|
marketsSortedDesc,
|
||||||
|
' [data-testid="market-code"]'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -230,7 +232,7 @@ describe('positions', { tags: '@regression', testIsolation: true }, () => {
|
|||||||
deltaX: 500,
|
deltaX: 500,
|
||||||
});
|
});
|
||||||
// 7004-POSI-004
|
// 7004-POSI-004
|
||||||
cy.get('[col-id="updatedAt"]').should('be.visible');
|
cy.get('[col-id="unrealisedPNL"]').should('be.visible');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Drag and drop columns', () => {
|
it('Drag and drop columns', () => {
|
||||||
@@ -251,11 +253,13 @@ describe('positions', { tags: '@regression', testIsolation: true }, () => {
|
|||||||
it('I can see warnings', () => {
|
it('I can see warnings', () => {
|
||||||
visitAndClickPositions();
|
visitAndClickPositions();
|
||||||
|
|
||||||
cy.get('[col-id="openVolume"]').within(() => {
|
cy.get('[col-id="openVolume"]')
|
||||||
cy.get('[aria-label="warning-sign icon"]')
|
.eq(3)
|
||||||
.should('be.visible')
|
.within(() => {
|
||||||
.realHover();
|
cy.get('[aria-label="warning-sign icon"]')
|
||||||
});
|
.should('be.visible')
|
||||||
|
.realHover();
|
||||||
|
});
|
||||||
// 7004-POSI-011
|
// 7004-POSI-011
|
||||||
cy.getByTestId(tooltipContent).should('be.visible');
|
cy.getByTestId(tooltipContent).should('be.visible');
|
||||||
});
|
});
|
||||||
@@ -289,9 +293,11 @@ describe('positions', { tags: '@regression', testIsolation: true }, () => {
|
|||||||
|
|
||||||
it('View settlement asset', () => {
|
it('View settlement asset', () => {
|
||||||
visitAndClickPositions();
|
visitAndClickPositions();
|
||||||
cy.get('[col-id="asset"]').within(() => {
|
cy.get('[col-id="asset"]')
|
||||||
cy.get('button[type="button"]').first().click();
|
.eq(3)
|
||||||
});
|
.within(() => {
|
||||||
|
cy.get('button[type="button"]').click();
|
||||||
|
});
|
||||||
// 7004-POSI-008
|
// 7004-POSI-008
|
||||||
cy.getByTestId(dialogContent).should('be.visible');
|
cy.getByTestId(dialogContent).should('be.visible');
|
||||||
cy.getByTestId(dialogCloseX).click();
|
cy.getByTestId(dialogCloseX).click();
|
||||||
@@ -306,7 +312,7 @@ function validatePositionsDisplayed(multiKey = false) {
|
|||||||
cy.getByTestId('tab-positions').should('be.visible');
|
cy.getByTestId('tab-positions').should('be.visible');
|
||||||
cy.getByTestId('tab-positions')
|
cy.getByTestId('tab-positions')
|
||||||
.get('.ag-center-cols-container .ag-row')
|
.get('.ag-center-cols-container .ag-row')
|
||||||
.first()
|
.eq(multiKey ? 3 : 1)
|
||||||
.within(() => {
|
.within(() => {
|
||||||
cy.get('[col-id="marketName"]')
|
cy.get('[col-id="marketName"]')
|
||||||
.should('be.visible')
|
.should('be.visible')
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ describe('trades', { tags: '@smoke' }, () => {
|
|||||||
before(() => {
|
before(() => {
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.intercept('POST', '/graphql', (req) => {
|
cy.intercept('POST', '/graphql', (req) => {
|
||||||
if (req.body.operationName === 'Trades') {
|
if (req.body.operationName === 'Trades') {
|
||||||
req.alias = '@Trades';
|
req.alias = '@Trades';
|
||||||
@@ -58,8 +59,7 @@ describe('trades', { tags: '@smoke' }, () => {
|
|||||||
cy.getByTestId(tradesTable) // order table shares identical col id
|
cy.getByTestId(tradesTable) // order table shares identical col id
|
||||||
.find(`${colIdCreatedAt} ${colHeader}`)
|
.find(`${colIdCreatedAt} ${colHeader}`)
|
||||||
.should('have.text', 'Created at');
|
.should('have.text', 'Created at');
|
||||||
const dateTimeRegex =
|
const dateTimeRegex = /(\d{1,2}):(\d{1,2}):(\d{1,2})/gm;
|
||||||
/(\d{1,2})\/(\d{1,2})\/(\d{4}), (\d{1,2}):(\d{1,2}):(\d{1,2})/gm;
|
|
||||||
cy.getByTestId(tradesTable)
|
cy.getByTestId(tradesTable)
|
||||||
.get(`.ag-center-cols-container ${colIdCreatedAt}`)
|
.get(`.ag-center-cols-container ${colIdCreatedAt}`)
|
||||||
.each(($tradeDateTime) => {
|
.each(($tradeDateTime) => {
|
||||||
@@ -86,6 +86,7 @@ describe('trades', { tags: '@smoke' }, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('copy price to deal ticket form', () => {
|
it('copy price to deal ticket form', () => {
|
||||||
|
cy.getByTestId('Order').click();
|
||||||
// 6005-THIS-007
|
// 6005-THIS-007
|
||||||
cy.get(colIdPrice).last().should('be.visible').click();
|
cy.get(colIdPrice).last().should('be.visible').click();
|
||||||
cy.getByTestId('order-price').should('have.value', '171.16898');
|
cy.getByTestId('order-price').should('have.value', '171.16898');
|
||||||
|
|||||||
@@ -5,123 +5,15 @@ import {
|
|||||||
|
|
||||||
const connectVegaBtn = 'connect-vega-wallet';
|
const connectVegaBtn = 'connect-vega-wallet';
|
||||||
const manageVegaBtn = 'manage-vega-wallet';
|
const manageVegaBtn = 'manage-vega-wallet';
|
||||||
const form = 'rest-connector-form';
|
|
||||||
const dialogContent = 'dialog-content';
|
const dialogContent = 'dialog-content';
|
||||||
|
|
||||||
describe(
|
|
||||||
'connect hosted wallet',
|
|
||||||
{ tags: '@smoke', testIsolation: true },
|
|
||||||
() => {
|
|
||||||
beforeEach(() => {
|
|
||||||
// Using portfolio page as it requires vega wallet connection
|
|
||||||
cy.visit('/#/portfolio');
|
|
||||||
cy.mockTradingPage();
|
|
||||||
cy.mockSubscription();
|
|
||||||
cy.get('[data-testid="pathname-/portfolio"]').should('exist');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('can connect', () => {
|
|
||||||
// 0002-WCON-002
|
|
||||||
// 0002-WCON-003
|
|
||||||
// 0002-WCON-039
|
|
||||||
// 0002-WCON-017
|
|
||||||
// 0002-WCON-018
|
|
||||||
// 0002-WCON-019
|
|
||||||
|
|
||||||
// Mock authentication
|
|
||||||
cy.intercept(
|
|
||||||
'POST',
|
|
||||||
'https://wallet.testnet.vega.xyz/api/v1/auth/token',
|
|
||||||
{
|
|
||||||
body: {
|
|
||||||
token: 'test-token',
|
|
||||||
},
|
|
||||||
}
|
|
||||||
);
|
|
||||||
// Mock getting keys from wallet
|
|
||||||
cy.intercept('GET', 'https://wallet.testnet.vega.xyz/api/v1/keys', {
|
|
||||||
body: {
|
|
||||||
keys: [
|
|
||||||
{
|
|
||||||
algorithm: {
|
|
||||||
name: 'algo',
|
|
||||||
version: 1,
|
|
||||||
},
|
|
||||||
index: 0,
|
|
||||||
meta: [],
|
|
||||||
pub: 'HOSTED_PUBKEY',
|
|
||||||
tainted: false,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
});
|
|
||||||
cy.getByTestId(connectVegaBtn).click();
|
|
||||||
cy.contains(
|
|
||||||
'Choose wallet app to connect, or to change port or server URL enter a custom wallet location first'
|
|
||||||
);
|
|
||||||
cy.contains('Connect Vega wallet');
|
|
||||||
cy.contains('Hosted Fairground wallet');
|
|
||||||
|
|
||||||
cy.getByTestId('connectors-list')
|
|
||||||
.find('[data-testid="connector-rest"]')
|
|
||||||
.click();
|
|
||||||
cy.getByTestId(form).find('#wallet').click().type('user');
|
|
||||||
cy.getByTestId(form).find('#passphrase').click().type('pass');
|
|
||||||
cy.getByTestId('rest-connector-form').find('button[type=submit]').click();
|
|
||||||
cy.getByTestId(manageVegaBtn).should('exist');
|
|
||||||
cy.getByTestId('manage-vega-wallet').click();
|
|
||||||
cy.getByTestId('keypair-list').should('exist');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('doesnt connect with invalid credentials', () => {
|
|
||||||
// 0002-WCON-020
|
|
||||||
|
|
||||||
// Mock incorrect username/password
|
|
||||||
cy.intercept(
|
|
||||||
'POST',
|
|
||||||
'https://wallet.testnet.vega.xyz/api/v1/auth/token',
|
|
||||||
{
|
|
||||||
body: {
|
|
||||||
error: 'No wallet',
|
|
||||||
},
|
|
||||||
statusCode: 403, // 403 forbidden invalid crednetials
|
|
||||||
}
|
|
||||||
);
|
|
||||||
cy.getByTestId(connectVegaBtn).click();
|
|
||||||
cy.getByTestId('connectors-list')
|
|
||||||
.find('[data-testid="connector-rest"]')
|
|
||||||
.click();
|
|
||||||
cy.getByTestId(form).find('#wallet').click().type('invalid name');
|
|
||||||
cy.getByTestId(form).find('#passphrase').click().type('invalid password');
|
|
||||||
cy.getByTestId('rest-connector-form').find('button[type=submit]').click();
|
|
||||||
cy.getByTestId('form-error').should('have.text', 'Invalid credentials');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('doesnt connect with empty fields', () => {
|
|
||||||
cy.getByTestId(connectVegaBtn).click();
|
|
||||||
cy.getByTestId('connectors-list')
|
|
||||||
.find('[data-testid="connector-rest"]')
|
|
||||||
.click();
|
|
||||||
|
|
||||||
cy.getByTestId('rest-connector-form').find('button[type=submit]').click();
|
|
||||||
cy.getByTestId(form)
|
|
||||||
.find('#wallet')
|
|
||||||
.next('[data-testid="input-error-text"]')
|
|
||||||
.should('have.text', 'Required');
|
|
||||||
cy.getByTestId(form)
|
|
||||||
.find('#passphrase')
|
|
||||||
.next('[data-testid="input-error-text"]')
|
|
||||||
.should('have.text', 'Required');
|
|
||||||
});
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
describe('connect vega wallet', { tags: '@smoke', testIsolation: true }, () => {
|
describe('connect vega wallet', { tags: '@smoke', testIsolation: true }, () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
// Using portfolio page as it requires vega wallet connection
|
// Using portfolio page as it requires vega wallet connection
|
||||||
cy.visit('/#/portfolio');
|
cy.visit('/#/portfolio');
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
cy.setOnBoardingViewed();
|
||||||
cy.get('[data-testid="pathname-/portfolio"]').should('exist');
|
cy.get('[data-testid="pathname-/portfolio"]').should('exist');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -194,8 +86,6 @@ describe('connect vega wallet', { tags: '@smoke', testIsolation: true }, () => {
|
|||||||
cy.getByTestId('connect-vega-wallet').should('exist');
|
cy.getByTestId('connect-vega-wallet').should('exist');
|
||||||
cy.getByTestId('manage-vega-wallet').should('not.exist');
|
cy.getByTestId('manage-vega-wallet').should('not.exist');
|
||||||
cy.getByTestId('connect-vega-wallet').click();
|
cy.getByTestId('connect-vega-wallet').click();
|
||||||
cy.contains(
|
cy.contains('Enter a custom wallet location');
|
||||||
'Choose wallet app to connect, or to change port or server URL enter a custom wallet location first'
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -0,0 +1,119 @@
|
|||||||
|
import { selectAsset } from '../support/helpers';
|
||||||
|
|
||||||
|
const amountField = 'input[name="amount"]';
|
||||||
|
const includeTransferFeeRadioBtn = 'include-transfer-fee';
|
||||||
|
const manageVegaWallet = 'manage-vega-wallet';
|
||||||
|
const toAddressField = '[name="toAddress"]';
|
||||||
|
const totalTransferfee = 'total-transfer-fee';
|
||||||
|
const transferAmount = 'transfer-amount';
|
||||||
|
const transferForm = 'transfer-form';
|
||||||
|
const transferFee = 'transfer-fee';
|
||||||
|
const walletTransfer = 'wallet-transfer';
|
||||||
|
|
||||||
|
const ASSET_SEPOLIA_TBTC = 2;
|
||||||
|
|
||||||
|
describe.skip(
|
||||||
|
'transfer fees',
|
||||||
|
{ tags: '@regression', testIsolation: true },
|
||||||
|
() => {
|
||||||
|
beforeEach(() => {
|
||||||
|
cy.mockWeb3Provider();
|
||||||
|
cy.mockTradingPage();
|
||||||
|
cy.mockSubscription();
|
||||||
|
cy.setVegaWallet();
|
||||||
|
|
||||||
|
cy.visit('/');
|
||||||
|
cy.getByTestId(manageVegaWallet).click();
|
||||||
|
cy.getByTestId(walletTransfer).click();
|
||||||
|
|
||||||
|
cy.wait('@Assets');
|
||||||
|
cy.wait('@Accounts');
|
||||||
|
|
||||||
|
cy.mockVegaWalletTransaction();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('transfer fees tooltips', () => {
|
||||||
|
// 1003-TRAN-015
|
||||||
|
// 1003-TRAN-016
|
||||||
|
// 1003-TRAN-017
|
||||||
|
// 1003-TRAN-018
|
||||||
|
// 1003-TRAN-019
|
||||||
|
cy.getByTestId(transferForm);
|
||||||
|
cy.contains('Enter manually').click();
|
||||||
|
cy.getByTestId(transferForm)
|
||||||
|
.find(toAddressField)
|
||||||
|
.type(
|
||||||
|
'7f9cf07d3a9905b1a61a1069f7a758855da428bc0f4a97de87f48644bfc25535'
|
||||||
|
);
|
||||||
|
selectAsset(ASSET_SEPOLIA_TBTC);
|
||||||
|
cy.getByTestId(transferForm)
|
||||||
|
.find(amountField)
|
||||||
|
.type('1', { delay: 100, force: true });
|
||||||
|
|
||||||
|
/// Check Include Transfer Fee tooltip
|
||||||
|
cy.get('label[for="include-transfer-fee"] div').realHover();
|
||||||
|
cy.get('[data-side="bottom"] div')
|
||||||
|
.should('be.visible')
|
||||||
|
.should('not.be.empty');
|
||||||
|
|
||||||
|
//Check Transfer Fee tooltip
|
||||||
|
cy.contains('div', 'Transfer fee').realHover();
|
||||||
|
cy.get('[data-side="bottom"] div')
|
||||||
|
.should('be.visible')
|
||||||
|
.should('not.be.empty');
|
||||||
|
|
||||||
|
//Check Amount to be transferred tooltip
|
||||||
|
cy.contains('div', 'Amount to be transferred').realHover();
|
||||||
|
cy.get('[data-side="bottom"] div')
|
||||||
|
.should('be.visible')
|
||||||
|
.should('not.be.empty');
|
||||||
|
|
||||||
|
//Check Total amount (with fee) tooltip
|
||||||
|
cy.contains('div', 'Total amount (with fee)').realHover();
|
||||||
|
cy.get('[data-side="bottom"] div')
|
||||||
|
.should('be.visible')
|
||||||
|
.should('not.be.empty');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('transfer fees', () => {
|
||||||
|
// 1003-TRAN-020
|
||||||
|
// 1003-TRAN-021
|
||||||
|
// 1003-TRAN-022
|
||||||
|
// 1003-TRAN-023
|
||||||
|
cy.getByTestId(transferForm);
|
||||||
|
cy.contains('Enter manually').click();
|
||||||
|
|
||||||
|
cy.getByTestId(transferForm)
|
||||||
|
.find(toAddressField)
|
||||||
|
.type(
|
||||||
|
'7f9cf07d3a9905b1a61a1069f7a758855da428bc0f4a97de87f48644bfc25535'
|
||||||
|
);
|
||||||
|
selectAsset(ASSET_SEPOLIA_TBTC);
|
||||||
|
cy.getByTestId(includeTransferFeeRadioBtn).should('be.disabled');
|
||||||
|
|
||||||
|
cy.getByTestId(transferForm)
|
||||||
|
.find(amountField)
|
||||||
|
.type('1', { delay: 100, force: true });
|
||||||
|
|
||||||
|
cy.getByTestId(transferFee)
|
||||||
|
.should('be.visible')
|
||||||
|
.should('contain.text', '0.01');
|
||||||
|
cy.getByTestId(transferAmount)
|
||||||
|
.should('be.visible')
|
||||||
|
.should('contain.text', '1.00');
|
||||||
|
cy.getByTestId(totalTransferfee)
|
||||||
|
.should('be.visible')
|
||||||
|
.should('contain.text', '1.01');
|
||||||
|
cy.getByTestId(includeTransferFeeRadioBtn).click();
|
||||||
|
cy.getByTestId(transferFee)
|
||||||
|
.should('be.visible')
|
||||||
|
.should('contain.text', '0.01');
|
||||||
|
cy.getByTestId(transferAmount)
|
||||||
|
.should('be.visible')
|
||||||
|
.should('contain.text', '0.99');
|
||||||
|
cy.getByTestId(totalTransferfee)
|
||||||
|
.should('be.visible')
|
||||||
|
.should('contain.text', '1.00');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
);
|
||||||
@@ -0,0 +1,91 @@
|
|||||||
|
import { selectAsset } from '../support/helpers';
|
||||||
|
|
||||||
|
const amountField = 'input[name="amount"]';
|
||||||
|
const transferText = 'transfer-intro-text';
|
||||||
|
const errorText = 'input-error-text';
|
||||||
|
const formFieldError = 'input-error-text';
|
||||||
|
const keyID = `[data-testid="${transferText}"] > .rounded-md`;
|
||||||
|
const manageVegaWallet = 'manage-vega-wallet';
|
||||||
|
const submitTransferBtn = '[type="submit"]';
|
||||||
|
const toAddressField = '[name="toAddress"]';
|
||||||
|
const transferForm = 'transfer-form';
|
||||||
|
const walletTransfer = 'wallet-transfer';
|
||||||
|
|
||||||
|
const ASSET_EURO = 1;
|
||||||
|
const ASSET_SEPOLIA_TBTC = 2;
|
||||||
|
|
||||||
|
describe(
|
||||||
|
'transfer form validation',
|
||||||
|
{ tags: '@regression', testIsolation: true },
|
||||||
|
() => {
|
||||||
|
beforeEach(() => {
|
||||||
|
cy.mockWeb3Provider();
|
||||||
|
cy.mockTradingPage();
|
||||||
|
cy.mockSubscription();
|
||||||
|
cy.setVegaWallet();
|
||||||
|
|
||||||
|
cy.visit('/#/portfolio');
|
||||||
|
cy.getByTestId(manageVegaWallet).click();
|
||||||
|
cy.getByTestId(walletTransfer).click();
|
||||||
|
|
||||||
|
cy.wait('@Accounts');
|
||||||
|
cy.wait('@Assets');
|
||||||
|
|
||||||
|
cy.mockVegaWalletTransaction();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('transfer Text', () => {
|
||||||
|
// 1003-TRAN-003
|
||||||
|
cy.getByTestId(transferText)
|
||||||
|
.should('exist')
|
||||||
|
.get(keyID)
|
||||||
|
.invoke('text')
|
||||||
|
.should('match', /[\w.]{6}…[\w.]{6}/);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('invalid vega key validation', () => {
|
||||||
|
//1003-TRAN-013
|
||||||
|
//1003-TRAN-004
|
||||||
|
cy.getByTestId(transferForm).should('be.visible');
|
||||||
|
cy.contains('Enter manually').click();
|
||||||
|
cy.getByTestId(transferForm).find(toAddressField).type('asd');
|
||||||
|
cy.getByTestId(transferForm).find(submitTransferBtn).click();
|
||||||
|
cy.getByTestId(formFieldError).should('contain.text', 'Invalid Vega key');
|
||||||
|
cy.contains('label', 'Vega key').should('be.visible');
|
||||||
|
cy.contains('label', 'Asset').should('be.visible');
|
||||||
|
cy.contains('label', 'Amount').should('be.visible');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('empty fields', () => {
|
||||||
|
// 1003-TRAN-012
|
||||||
|
cy.getByTestId(transferForm).find(submitTransferBtn).click();
|
||||||
|
cy.getByTestId(formFieldError).should('contain.text', 'Required');
|
||||||
|
cy.getByTestId(formFieldError).should('have.length', 3);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('min amount', () => {
|
||||||
|
// 1002-WITH-010
|
||||||
|
// 1003-TRAN-014
|
||||||
|
selectAsset(ASSET_SEPOLIA_TBTC);
|
||||||
|
cy.get(amountField).clear().type('0');
|
||||||
|
cy.getByTestId(transferForm).find(submitTransferBtn).click();
|
||||||
|
cy.getByTestId(errorText).should(
|
||||||
|
'contain.text',
|
||||||
|
'Value is below minimum'
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('max amount', () => {
|
||||||
|
// 1003-TRAN-002
|
||||||
|
// 1003-TRAN-011
|
||||||
|
// 1003-TRAN-002
|
||||||
|
selectAsset(ASSET_EURO); // Will be above maximum because the vega wallet doesn't have any collateral
|
||||||
|
cy.get(amountField).clear().type('1001', { delay: 100 });
|
||||||
|
cy.getByTestId(transferForm).find(submitTransferBtn).click();
|
||||||
|
cy.getByTestId(errorText).should(
|
||||||
|
'contain.text',
|
||||||
|
'You cannot transfer more than your available collateral'
|
||||||
|
);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
);
|
||||||
@@ -5,206 +5,15 @@ const amountShortName = 'input[name="amount"] + div + span.text-xs';
|
|||||||
const assetSelection = 'select-asset';
|
const assetSelection = 'select-asset';
|
||||||
const assetBalance = 'asset-balance';
|
const assetBalance = 'asset-balance';
|
||||||
const assetOption = 'rich-select-option';
|
const assetOption = 'rich-select-option';
|
||||||
const transferText = 'transfer-intro-text';
|
|
||||||
const errorText = 'input-error-text';
|
|
||||||
const formFieldError = 'input-error-text';
|
|
||||||
const includeTransferFeeRadioBtn = 'include-transfer-fee';
|
|
||||||
const keyID = `[data-testid="${transferText}"] > .rounded-md`;
|
|
||||||
const manageVegaWallet = 'manage-vega-wallet';
|
|
||||||
const openTransferButton = 'open-transfer';
|
const openTransferButton = 'open-transfer';
|
||||||
const submitTransferBtn = '[type="submit"]';
|
const submitTransferBtn = '[type="submit"]';
|
||||||
const toAddressField = '[name="toAddress"]';
|
const toAddressField = '[name="toAddress"]';
|
||||||
const totalTransferfee = 'total-transfer-fee';
|
|
||||||
const transferAmount = 'transfer-amount';
|
|
||||||
const transferForm = 'transfer-form';
|
const transferForm = 'transfer-form';
|
||||||
const transferFee = 'transfer-fee';
|
|
||||||
const walletTransfer = 'wallet-transfer';
|
|
||||||
|
|
||||||
const ASSET_EURO = 1;
|
|
||||||
const ASSET_SEPOLIA_TBTC = 2;
|
const ASSET_SEPOLIA_TBTC = 2;
|
||||||
|
|
||||||
const collateralTab = 'Collateral';
|
const collateralTab = 'Collateral';
|
||||||
const toastCloseBtn = 'toast-close';
|
const toastCloseBtn = 'toast-close';
|
||||||
const toastContent = 'toast-content';
|
const toastContent = 'toast-content';
|
||||||
|
|
||||||
describe('transfer fees', { tags: '@regression', testIsolation: true }, () => {
|
|
||||||
beforeEach(() => {
|
|
||||||
cy.mockWeb3Provider();
|
|
||||||
cy.mockTradingPage();
|
|
||||||
cy.mockSubscription();
|
|
||||||
cy.setVegaWallet();
|
|
||||||
|
|
||||||
cy.visit('/');
|
|
||||||
cy.getByTestId(manageVegaWallet).click();
|
|
||||||
cy.getByTestId(walletTransfer).click();
|
|
||||||
|
|
||||||
cy.wait('@Assets');
|
|
||||||
cy.wait('@Accounts');
|
|
||||||
|
|
||||||
cy.mockVegaWalletTransaction();
|
|
||||||
|
|
||||||
// Only click if not already active otherwise sidebar will close
|
|
||||||
cy.get('[data-testid="sidebar-content"]').then(($sidebarContent) => {
|
|
||||||
if ($sidebarContent.find('h2').text() !== 'Transfer') {
|
|
||||||
cy.get('[data-testid="sidebar"] [data-testid="Transfer"]').click();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
it('transfer fees tooltips', () => {
|
|
||||||
// 1003-TRAN-015
|
|
||||||
// 1003-TRAN-016
|
|
||||||
// 1003-TRAN-017
|
|
||||||
// 1003-TRAN-018
|
|
||||||
// 1003-TRAN-019
|
|
||||||
cy.getByTestId(transferForm);
|
|
||||||
cy.contains('Enter manually').click();
|
|
||||||
cy.getByTestId(transferForm)
|
|
||||||
.find(toAddressField)
|
|
||||||
.type('7f9cf07d3a9905b1a61a1069f7a758855da428bc0f4a97de87f48644bfc25535');
|
|
||||||
selectAsset(ASSET_SEPOLIA_TBTC);
|
|
||||||
cy.getByTestId(transferForm)
|
|
||||||
.find(amountField)
|
|
||||||
.type('1', { delay: 100, force: true });
|
|
||||||
|
|
||||||
/// Check Include Transfer Fee tooltip
|
|
||||||
cy.get('label[for="include-transfer-fee"] div').realHover();
|
|
||||||
cy.get('[data-side="bottom"] div')
|
|
||||||
.should('be.visible')
|
|
||||||
.should('not.be.empty');
|
|
||||||
|
|
||||||
//Check Transfer Fee tooltip
|
|
||||||
cy.contains('div', 'Transfer fee').realHover();
|
|
||||||
cy.get('[data-side="bottom"] div')
|
|
||||||
.should('be.visible')
|
|
||||||
.should('not.be.empty');
|
|
||||||
|
|
||||||
//Check Amount to be transferred tooltip
|
|
||||||
cy.contains('div', 'Amount to be transferred').realHover();
|
|
||||||
cy.get('[data-side="bottom"] div')
|
|
||||||
.should('be.visible')
|
|
||||||
.should('not.be.empty');
|
|
||||||
|
|
||||||
//Check Total amount (with fee) tooltip
|
|
||||||
cy.contains('div', 'Total amount (with fee)').realHover();
|
|
||||||
cy.get('[data-side="bottom"] div')
|
|
||||||
.should('be.visible')
|
|
||||||
.should('not.be.empty');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('transfer fees', () => {
|
|
||||||
// 1003-TRAN-020
|
|
||||||
// 1003-TRAN-021
|
|
||||||
// 1003-TRAN-022
|
|
||||||
// 1003-TRAN-023
|
|
||||||
cy.getByTestId(transferForm);
|
|
||||||
cy.contains('Enter manually').click();
|
|
||||||
|
|
||||||
cy.getByTestId(transferForm)
|
|
||||||
.find(toAddressField)
|
|
||||||
.type('7f9cf07d3a9905b1a61a1069f7a758855da428bc0f4a97de87f48644bfc25535');
|
|
||||||
selectAsset(ASSET_SEPOLIA_TBTC);
|
|
||||||
cy.getByTestId(includeTransferFeeRadioBtn).should('be.disabled');
|
|
||||||
|
|
||||||
cy.getByTestId(transferForm)
|
|
||||||
.find(amountField)
|
|
||||||
.type('1', { delay: 100, force: true });
|
|
||||||
|
|
||||||
cy.getByTestId(transferFee)
|
|
||||||
.should('be.visible')
|
|
||||||
.should('contain.text', '0.01');
|
|
||||||
cy.getByTestId(transferAmount)
|
|
||||||
.should('be.visible')
|
|
||||||
.should('contain.text', '1.00');
|
|
||||||
cy.getByTestId(totalTransferfee)
|
|
||||||
.should('be.visible')
|
|
||||||
.should('contain.text', '1.01');
|
|
||||||
cy.getByTestId(includeTransferFeeRadioBtn).click();
|
|
||||||
cy.getByTestId(transferFee)
|
|
||||||
.should('be.visible')
|
|
||||||
.should('contain.text', '0.01');
|
|
||||||
cy.getByTestId(transferAmount)
|
|
||||||
.should('be.visible')
|
|
||||||
.should('contain.text', '0.99');
|
|
||||||
cy.getByTestId(totalTransferfee)
|
|
||||||
.should('be.visible')
|
|
||||||
.should('contain.text', '1.00');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe(
|
|
||||||
'transfer form validation',
|
|
||||||
{ tags: '@regression', testIsolation: true },
|
|
||||||
() => {
|
|
||||||
beforeEach(() => {
|
|
||||||
cy.mockWeb3Provider();
|
|
||||||
cy.mockTradingPage();
|
|
||||||
cy.mockSubscription();
|
|
||||||
cy.setVegaWallet();
|
|
||||||
|
|
||||||
cy.visit('/#/portfolio');
|
|
||||||
cy.getByTestId(manageVegaWallet).click();
|
|
||||||
cy.getByTestId(walletTransfer).click();
|
|
||||||
|
|
||||||
cy.wait('@Accounts');
|
|
||||||
cy.wait('@Assets');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('transfer Text', () => {
|
|
||||||
// 1003-TRAN-003
|
|
||||||
cy.getByTestId(transferText)
|
|
||||||
.should('exist')
|
|
||||||
.get(keyID)
|
|
||||||
.invoke('text')
|
|
||||||
.should('match', /[\w.]{6}…[\w.]{6}/);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('invalid vega key validation', () => {
|
|
||||||
//1003-TRAN-013
|
|
||||||
//1003-TRAN-004
|
|
||||||
cy.getByTestId(transferForm).should('be.visible');
|
|
||||||
cy.contains('Enter manually').click();
|
|
||||||
cy.getByTestId(transferForm).find(toAddressField).type('asd');
|
|
||||||
cy.getByTestId(transferForm).find(submitTransferBtn).click();
|
|
||||||
cy.getByTestId(formFieldError).should('contain.text', 'Invalid Vega key');
|
|
||||||
cy.contains('label', 'Vega key').should('be.visible');
|
|
||||||
cy.contains('label', 'Asset').should('be.visible');
|
|
||||||
cy.contains('label', 'Amount').should('be.visible');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('empty fields', () => {
|
|
||||||
// 1003-TRAN-012
|
|
||||||
cy.getByTestId(transferForm).find(submitTransferBtn).click();
|
|
||||||
cy.getByTestId(formFieldError).should('contain.text', 'Required');
|
|
||||||
cy.getByTestId(formFieldError).should('have.length', 3);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('min amount', () => {
|
|
||||||
// 1002-WITH-010
|
|
||||||
// 1003-TRAN-014
|
|
||||||
selectAsset(ASSET_SEPOLIA_TBTC);
|
|
||||||
cy.get(amountField).clear().type('0');
|
|
||||||
cy.getByTestId(transferForm).find(submitTransferBtn).click();
|
|
||||||
cy.getByTestId(errorText).should(
|
|
||||||
'contain.text',
|
|
||||||
'Value is below minimum'
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('max amount', () => {
|
|
||||||
// 1003-TRAN-002
|
|
||||||
// 1003-TRAN-011
|
|
||||||
// 1003-TRAN-002
|
|
||||||
selectAsset(ASSET_EURO); // Will be above maximum because the vega wallet doesn't have any collateral
|
|
||||||
cy.get(amountField).clear().type('1001', { delay: 100 });
|
|
||||||
cy.getByTestId(transferForm).find(submitTransferBtn).click();
|
|
||||||
cy.getByTestId(errorText).should(
|
|
||||||
'contain.text',
|
|
||||||
'You cannot transfer more than your available collateral'
|
|
||||||
);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
);
|
|
||||||
describe('withdraw actions', { tags: '@smoke', testIsolation: true }, () => {
|
describe('withdraw actions', { tags: '@smoke', testIsolation: true }, () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.mockWeb3Provider();
|
cy.mockWeb3Provider();
|
||||||
|
|||||||
+5
-1
@@ -1,4 +1,3 @@
|
|||||||
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
|
||||||
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
||||||
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
||||||
NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz
|
NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz
|
||||||
@@ -13,9 +12,14 @@ NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet
|
|||||||
NX_VEGA_REPO_URL=https://github.com/vegaprotocol/vega/releases
|
NX_VEGA_REPO_URL=https://github.com/vegaprotocol/vega/releases
|
||||||
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/main/announcements.json
|
NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/main/announcements.json
|
||||||
NX_WALLETCONNECT_PROJECT_ID=fe8091dc35738863e509fc4947525c72
|
NX_WALLETCONNECT_PROJECT_ID=fe8091dc35738863e509fc4947525c72
|
||||||
|
NX_CHROME_EXTENSION_URL=https://chrome.google.com/webstore/detail/vega-wallet-fairground/nmmjkiafpmphlikhefgjbblebfgclikn
|
||||||
|
NX_MOZILLA_EXTENSION_URL=https://addons.mozilla.org/pl/firefox/addon/vega-wallet
|
||||||
|
|
||||||
# Cosmic elevator flags
|
# Cosmic elevator flags
|
||||||
NX_SUCCESSOR_MARKETS=true
|
NX_SUCCESSOR_MARKETS=true
|
||||||
NX_STOP_ORDERS=true
|
NX_STOP_ORDERS=true
|
||||||
# NX_ICEBERG_ORDERS
|
# NX_ICEBERG_ORDERS
|
||||||
# NX_PRODUCT_PERPETUALS
|
# NX_PRODUCT_PERPETUALS
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://tm.n01.stagnet1.vega.rocks
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://tm.n01.stagnet1.vega.xyz/websocket
|
||||||
|
|||||||
@@ -21,3 +21,6 @@ NX_SUCCESSOR_MARKETS=false
|
|||||||
NX_STOP_ORDERS=false
|
NX_STOP_ORDERS=false
|
||||||
# NX_ICEBERG_ORDERS
|
# NX_ICEBERG_ORDERS
|
||||||
# NX_PRODUCT_PERPETUALS
|
# NX_PRODUCT_PERPETUALS
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=http://localhost:26617
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://localhost:26617/websocket
|
||||||
|
|||||||
@@ -19,3 +19,6 @@ NX_SUCCESSOR_MARKETS=true
|
|||||||
NX_STOP_ORDERS=true
|
NX_STOP_ORDERS=true
|
||||||
# NX_ICEBERG_ORDERS
|
# NX_ICEBERG_ORDERS
|
||||||
# NX_PRODUCT_PERPETUALS
|
# NX_PRODUCT_PERPETUALS
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://tm.be.devnet1.vega.xyz/
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.devnet1.vega.xyz/websocket
|
||||||
|
|||||||
@@ -21,3 +21,6 @@ NX_SUCCESSOR_MARKETS=false
|
|||||||
NX_STOP_ORDERS=false
|
NX_STOP_ORDERS=false
|
||||||
# NX_ICEBERG_ORDERS
|
# NX_ICEBERG_ORDERS
|
||||||
# NX_PRODUCT_PERPETUALS
|
# NX_PRODUCT_PERPETUALS
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://be.vega.community
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.vega.community/websocket
|
||||||
|
|||||||
@@ -21,3 +21,6 @@ NX_SUCCESSOR_MARKETS=false
|
|||||||
NX_STOP_ORDERS=false
|
NX_STOP_ORDERS=false
|
||||||
# NX_ICEBERG_ORDERS
|
# NX_ICEBERG_ORDERS
|
||||||
# NX_PRODUCT_PERPETUALS
|
# NX_PRODUCT_PERPETUALS
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://be.mainnet-mirror.vega.rocks
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.mainnet-mirror.vega.rocks/websocket
|
||||||
|
|||||||
@@ -18,5 +18,8 @@ NX_VEGA_CONSOLE_URL=https://console.fairground.wtf
|
|||||||
# Cosmic elevator flags
|
# Cosmic elevator flags
|
||||||
NX_SUCCESSOR_MARKETS=true
|
NX_SUCCESSOR_MARKETS=true
|
||||||
NX_STOP_ORDERS=true
|
NX_STOP_ORDERS=true
|
||||||
# NX_ICEBERG_ORDERS
|
NX_ICEBERG_ORDERS=true
|
||||||
# NX_PRODUCT_PERPETUALS
|
# NX_PRODUCT_PERPETUALS
|
||||||
|
|
||||||
|
NX_TENDERMINT_URL=https://tm.be.testnet.vega.xyz
|
||||||
|
NX_TENDERMINT_WEBSOCKET_URL=wss://be.testnet.vega.xyz/websocket
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user