m.ray
361f8fa870
fix: 1569 navigation link active on market selected refresh ( #1580 )
...
* chore: ignore apollo errors - to be reverted after API will be fixed
* fix: navigtaion link market - no global local storage init
* fix: update active link check
* fix: fix any hydration errors and default fallback to markets
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-10-03 09:29:07 +01:00
Bartłomiej Głownia
1d87eab47c
chore: fix generic data provider isUpdate ( #1560 )
2022-10-03 09:28:52 +01:00
Dexter Edwards
96811b45e3
fix: do not show success state if user cancels tx ( #1562 )
2022-10-03 09:17:40 +01:00
Sam Keen
520f767d09
Feat/1279: Make validator profiles visible on token front end without wallet connected ( #1578 )
2022-10-03 09:09:35 +01:00
Matthew Russell
219c9e1b41
feat: disable scrolling to change value for size and price fields ( #1584 )
2022-10-03 09:05:26 +01:00
Dexter Edwards
0a5a87f432
Feat/1478 better proposal title ( #1544 )
...
* chore: generate types
* feat: add asset id to title
* test: add test for new functionality
2022-10-03 09:01:45 +01:00
mattrussell36
eb7b261ec4
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-03 06:09:39 +00:00
mattrussell36
d70059a0d4
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-03 00:12:42 +00:00
mattrussell36
b7c3b9cdb0
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-02 18:04:37 +00:00
mattrussell36
6473738758
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-02 12:04:57 +00:00
mattrussell36
1a2130abbd
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-02 06:09:07 +00:00
mattrussell36
1ec7cc2ed5
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-02 00:13:49 +00:00
Radosław Szpiech
dade1e502e
fix: wallet connection issue in PR check ( #1583 )
2022-10-01 12:09:50 -07:00
mattrussell36
335d1bef38
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-01 18:04:23 +00:00
mattrussell36
009a6cc2e1
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-01 12:05:38 +00:00
mattrussell36
2aa23ae202
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-01 06:16:26 +00:00
mattrussell36
1a7ad58199
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-01 00:14:40 +00:00
mattrussell36
682049d17c
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-30 18:06:57 +00:00
m.ray
c221d0772c
fix: 1569 trading tab navigation update ( #1573 )
...
* fix : #1569 trading tab navigation update
* fix : #1569 get market id value from init
2022-09-30 16:50:48 +01:00
Radosław Szpiech
efcd128240
fix: console-lite e2e tests ( #1576 )
2022-09-30 16:51:41 +02:00
Radosław Szpiech
9a88c33458
Fix/console failing tests ( #1572 )
...
* fix: market and trading tests
* fix: trading tests
* fix: balance DP
* fix: select asset
* fix: withdrawal tests
Co-authored-by: asiaznik <artur@vegaprotocol.io>
2022-09-30 15:42:42 +02:00
mattrussell36
d2a5adf6ce
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-30 12:04:57 +00:00
Radosław Szpiech
ab0065bd9a
chore: env setup fixed ( #1567 )
2022-09-30 11:02:55 +02:00
Radosław Szpiech
5600c56da1
fix: fix ( #1565 )
2022-09-30 10:59:15 +02:00
Radosław Szpiech
3d7267f496
fix: fix capsule workflow ( #1563 )
2022-09-30 10:31:38 +02:00
mattrussell36
c87beb4050
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-30 06:25:43 +00:00
m.ray
907a4e256e
feat( #847 ): collateral table, add breakdown ( #1442 )
...
* feat: #847 show progress bar, margin accounts, no used/deposited
* feat: #847 add collateral tables
* fix : #847 add deposit asset type and fix tests
* feat: #847 show deposited value, avaliable and percentage used
* fix : #847 add styling fixes
* fix : #847 add deposit new asset button
* fix : #847 remove disabledSelect
to fix withdraw and deposit dialogs
* fix : #847 remove global reward from incoming - needs to be party specific
* fix : #847 integration tests
* fix : #847 default select deposit & withdraw
* fix : #847 default select deposit & withdraw
* fix : #847 pass asset id as default value
* fix: #847 use only bigint no bignumber, remove NaN check
* fix: #847 update deposit-form.spec.tsx
* fix: revert update on account fields
* feat: add storybook set up
* chore: ignore apollo errors - to be reverted after API will be fixed
* fix: container moved, progress bar in helpers
* fix : #847 UI tweaks around accounts container
* feat: #847 added useDepositAsset and useWithdrawAsset
* fix : #847 fix progress bar in accounts and positions
* feat: #847 add storybook
* fix : #847 added tooltip and updated filtering
* chore: #847 add get account data test
* fix : #847 fix lint and type in account story
* fix: #847 update data provider
* fix : #847 fix get account data dry & lp link
* fix : #847 fix breakdown table test
* fix : #847 account data provider test
* fix : #847 remove deposit new asset button - subscription does not display a
sset data
* fix : #847 add defaultValue in select otherwise default is not set up
* feat: #847 update data provider update method and tables
* fix : #847 fix accounts tests
* fix : #847 remove unused getRows
* fix: add decimals
* fix : #847 fix imports
* fix: update ids
* Update apps/trading/pages/liquidity/[marketId].page.tsx
* fix : #847 accounts update method check delta
* fix : #847 use vega value formatters and cell renderers
* fix : #847 fix imports
* fix : #847 handle new account else block comment
* fix: accounts and breakdown tables
* fix(#847 ): account data provider improvments
* fix : #847 fix formatters null check and add param
* fix : #847 fix withdraw test and mock the hook
* fix : #847 fix console lite grid select market test
* fix: console lite build
* fix: revert withdraw limits
* fix: remove redundant waitFor use vega cell renderer
* fix: breakdown display only use accounts
* fix: breakdown display only use accounts
* fix: updated accounts table
* fix: move update inside try useWithdrawAsset
* fix: update trading-accounts test
* fix: portfolio-page.test.ts
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-09-29 17:40:44 -07:00
mattrussell36
835bf36393
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-30 00:17:39 +00:00
John Walley
57863a7167
chore(deps): update dependency pennant to v0.4.18 ( #1557 )
2022-09-29 16:47:36 -07:00
Sam Keen
4272fefb0b
feat( #807 ): adds app for validator add and remove signer ( #1402 )
...
* Feat/807: ABI and classes for the contract methods
* Feat/807: Added a new multisig-signer app
* Feat/807: Added a new multisig-signer app
* Feat/800: Untested signer forms
* Feat/800: Moved reused bg video into ui-toolkit to use in multisig-signer project, and cleaned up some spacing that was overlooked in the stats theme changes
* Feat/800: Componentised a bit, made the app look ok
* Feat/800: Linting, prettifying, removing some unneeded tests, ensuring e2e tests run
* Feat/800: Bit of translation
* chore: fix type errors
* chore: some parts error handling
* feat: handle error and not found cases
* feat: add changes to remove signer form as well
* chore: rename component
* chore: fix type issues
* feat: add web3 connector logic
* feat: allow disconnecting and show connected eth wallet info
* Feat/800: Removed unused 'useApolloClient'
* Feat/800: Ensure bundle.nonce and bundle.signatures have '0x' prepended
* Feat/800: Removed unused e2e directory
* Feat/800: Removed unnecessary app test
* Feat/800: Removed unnecessary router
* Feat/800: Capturing GQL errors in Sentry
* Feat/800: Removing references to the unused e2e test directory
* Feat/807: Consistent react hook imports
* Feat/807: Removed unnecessary spreads
Co-authored-by: Dexter <dexter.edwards93@gmail.com>
2022-09-29 12:10:53 -07:00
mattrussell36
8fee3ca080
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-29 18:06:47 +00:00
Radosław Szpiech
98abe2910d
chore: fix smoke flag meaning ( #1553 )
2022-09-29 19:11:52 +02:00
AndyWhiteVega
22f4edff82
test: fix mocks for console light to include id ( #1551 )
2022-09-29 18:06:33 +01:00
Radosław Szpiech
28aa5cd060
Chore/add skip nx cache flag ( #1549 )
...
* chore: add skip-nx-cache flag to manual flow
* chore: set --skip-nx-cache flag
* chore: set --skip-nx-cache flag
* chore: set --skip-nx-cache flag
* chore: remove log
2022-09-29 18:27:08 +02:00
Radosław Szpiech
7b0d41b4a6
fix: typo ( #1547 )
2022-09-29 18:02:40 +02:00
Radosław Szpiech
83ea12b4cb
Fix/smoke test flag ( #1545 )
...
* fix: fix smoke test flag logic
* fix: fix smoke test flag logic
2022-09-29 16:32:43 +01:00
Dexter Edwards
a7768f154b
chore: relabel total associated ( #1531 )
2022-09-29 15:47:09 +01:00
Matthew Russell
65af6bc0a8
fix: make sparkline strokes the same thickness ( #1527 )
...
* fix: make sparkline strokes the same thickness
* fix: data test id in sparkline
2022-09-29 07:20:04 -07:00
Radosław Szpiech
93c1835cd6
Chore/1495 workflows minor improvements fixes and cleanup ( #1538 )
...
* test: try with shared actions
* test: fix env
* test: fix path
* test: fix path
* test: fix path
* test: fix path
* test: fix path
* test: fix path
* test: fix path
* test: fix path
* test: fix path
* test: fix path
* test: fix path
* test: create action for capsule build
* test: create action for capsule build
* test: create action for capsule build
* test: create action for capsule build
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* chore: create action for vegawallet setup
* chore: create action for vegawallet setup
* chore: fix
* chore: fix
* chore: fix
* chore: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* chore: apply changes to all workflows
* chore: apply changes to all workflows
2022-09-29 14:13:09 +01:00
Art
446af23d9c
fix: orderbook sticky behaviour and precision options ( #1519 )
...
* fix: orderbook sticky behaviour and precision options
* chore: add handling of y-axis resize
* fix: addressed PR comments
* fix: addressed PR comments
* added cy.log
* Update apps/trading-e2e/src/support/vega-wallet.ts
2022-09-29 14:23:14 +02:00
mattrussell36
2cfe8608fb
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-29 12:05:36 +00:00
Matthew Russell
032805b5b9
Feat/1500 cancel and edit buttons conditional rendering ( #1528 )
...
* feat: allow second type arg to be generic as you dont always need the value
* feat: update order data provider to include fields required to determine if editable or cancellable
* feat: use ag grid type helpers and add rendering logic to cancel and amend buttons
* feat: combine cancel/edit buttons into single cell for better spacing
* feat: add test cases for dispaly of amend/cancel buttons
* chore: add missing fields to mock generate function
* chore: remove unnecessary wait for in fills test that was sporadically failing
* fix: add missing fields to generate order function
* fix: add missing fields to generate order function for console-lite
2022-09-29 11:00:39 +02:00
Joe Tsang
7a7c4ad452
Test/governance flows update ( #1523 )
...
* test: update governance flows with new ui change
* chore: existing governance flow tests passing
* chore: remove unused import
* chore: remove unused var
2022-09-29 09:18:06 +01:00
mattrussell36
0c5b2f5c29
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-29 06:27:20 +00:00
mattrussell36
a8667eea31
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-29 00:15:10 +00:00
Bartłomiej Głownia
8dd63d7cac
chore: fix mocks and hydration error ( #1520 )
...
* chore: fix DealTicket mock
* chore: fix React Hydration Error
* test: change tag
Co-authored-by: Rado <szpiechrados@gmail.com>
2022-09-28 14:40:21 -07:00
Matthew Russell
8bffc05be2
fix: ensure sub is cancelled if dialog is closed ( #1472 )
...
* fix: ensure sub is cancelled if dialog is closed
* fix: pass transaction object in use proposal hooks
2022-09-28 12:34:49 -07:00
Matthew Russell
26e3596c5a
fix: align market dropdown cells for both my markets and all markets ( #1492 )
2022-09-28 12:15:09 -07:00
mattrussell36
6ad68f87cc
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-28 18:08:30 +00:00
Radosław Szpiech
86fdd75d6c
fix: disabled test ( #1525 )
2022-09-28 18:56:45 +02:00