Sam Keen
8d31510d5e
feat(governance,markets,ui-toolkit): highlight successor market changes ( #4449 )
...
Co-authored-by: Joe <joe@vega.xyz>
2023-08-09 14:05:37 +01:00
Art
f6fc4df1c5
chore(trading): dropdown alignments, account history default asset, transfer dialog asset selector ( #4239 )
2023-07-05 13:02:02 +02:00
Bartłomiej Głownia
6e0577aee4
chore(trading): migrate nx to latest version ( #4196 )
2023-07-04 13:01:25 +02:00
Sam Keen
a31008ea26
feat(governance): improve asset proposal details view ( #4216 )
2023-06-29 14:41:25 +01:00
Bartłomiej Głownia
d6e2432955
fix(accounts): avoid last row re-rendering ( #3950 )
2023-06-05 12:40:34 +02:00
Matthew Russell
72821dd183
chore(utils,react-helpers,data-provider): remove apollo deps from ui-toolkit ( #3626 )
2023-05-07 18:01:07 -07:00
Art
a9267de653
feat(trading): asset balances inside asset selector (deposit, withdraw form) ( #3590 )
2023-05-03 20:35:05 +01:00
Maciek
53ce9bfaa2
chore(assets): make query for asset list lighter ( #3425 )
2023-04-13 11:42:09 +00:00
Bartłomiej Głownia
bbfda65bcc
feat(withdraws): improve ux surrounding withdraw balances thresholds and delays ( #3402 )
...
Co-authored-by: m.ray <16125548+MadalinaRaicu@users.noreply.github.com>
2023-04-12 11:21:24 +02:00
Art
f407110e95
chore(environment): etherscan link ( #3193 )
2023-03-15 08:24:20 +00:00
Edd
4205dd471a
fix(explorer,trading): asset details should show quantum in asset dps ( #3158 )
2023-03-10 16:14:36 +00:00
Matthew Russell
1098accb84
fix(trading,explorer,governance): consistent zustand usage ( #3133 )
2023-03-10 14:01:51 +00:00
Bartłomiej Głownia
6705eb4398
feat(trading): calculate required margin base on open volume, active … ( #2957 )
...
Co-authored-by: mattrussell36 <mattrussell36@users.noreply.github.com>
2023-03-09 10:03:50 +00:00
Matthew Russell
a796a38200
chore(datagrid,utils,react-helpers): rename token app, add utils, datagrid, i18n ( #3022 )
2023-02-28 10:56:29 -08:00
m.ray
4eb6e09bd4
fix(trading): condense deal ticket & market info price range snags ( #3012 )
2023-02-27 18:04:13 +00:00
Art
a3fcd6b7dc
feat(explorer): validators page ( #2982 )
2023-02-27 09:17:23 +00:00
m.ray
3aefa10a4f
feat(trading): quote unit and settlement asset relation ( #2953 )
2023-02-22 17:05:31 +00:00
Art
fc93bbd7c5
feat(explorer): asset details ( #2882 )
...
Co-authored-by: Edd <edd@vega.xyz>
2023-02-09 18:12:38 +01:00
Art
053cd0fa27
fix(trading): asset option on mobile got overflown ( #2782 )
2023-01-31 11:10:55 +01:00
Bartłomiej Głownia
00e319b3c6
chore: handle not found errors as correct response ( #2759 )
2023-01-27 18:35:45 -08:00
m.ray
7ea7edc1e2
feat( #2565 ): orderbook populate limit ( #2690 )
...
Co-authored-by: asiaznik <artur@vegaprotocol.io>
2023-01-25 11:38:26 -08:00
Matthew Russell
b10effa3c7
chore: add link to etherscan for asset dialog contract address ( #2561 )
...
* chore: add link to etherscan for asset dialog contract address
* chore: use useEtherscanLink hook
* chore: fix unused import
2023-01-16 13:11:51 +00:00
Art
cc3c339cc3
fix: asset dialog overflow (2488) ( #2497 )
2023-01-03 10:37:23 -08:00
Radosław Szpiech
6cb2e3a3cf
chore: move mocks next to graphql queries ( #2469 )
...
* chore: move mocks next to graphql queries
* chore: mock functions rework
* chore: clean up
2022-12-23 12:36:25 +01:00
Dexter Edwards
7bf753e6c2
fix: token dependency graph ( #2371 )
...
* chore: fix dependency graph
* fix: silly error
* fix: remove uneeded generics
2022-12-09 14:02:56 +00:00
botond
2211abbd72
chore: cleanup type gen ( #2362 )
...
* chore: remove apollo type gen and clean up types lib
* fix: format
* fix: tests
* fix: format
* fix: hammer token types til sh*t turns green
* fix: format
* fix: apparently format again
* fix: lint
* fix: build-specs
* fix: format
* chore: regen types
* chore: regenerate types again
* fix: format
2022-12-08 21:13:30 +00:00
Art
246c07f355
feat: view proposed market change ( #2189 )
2022-11-25 15:10:22 +00:00
Matthew Russell
9dfce9e723
fix( #2209 ): make asset dialog use asset id rather than symbol ( #2217 )
...
* fix: make asset dialog use asset id rather than symbol
* fix: tests that relied on asset symbol rather than id
* chore: add missing asset id to mocks
* chore: add asset id to mocks for e2e tests
* chore: add missing asset id for orders mock
* chore: fix console-lite build
* chore: add missing asset ids to mocks
2022-11-23 23:42:22 +00:00
m.ray
41646086e4
chore( #2179 ): update number formatters across frontend-monorepo ( #2182 )
...
* chore: update stagnet3 urls
* chore(#2179 ): remove normalized number formatter functions and update getNumberFormat
* fix(#2179 ): fix unit tests on all formatters
* fix(#2179 ): fix some cypress tests
* fix: fix trading-accounts.cy.ts
* fix: update staking and wallet teardown tests
* chore: add e2e run-all command
* fix: wallet-eth test
* fix: fix tests in explorer and token
* fix: fix common.functions.js
* fix: fix common.functions.js in explorer
* fix(#2179 ): fix common.functions.js in explorer
* fix(#2179 ): fix common.functions.js in explorer
* fix(#2179 ): fix common.functions.js in explorer
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2022-11-22 18:14:16 +00:00
m.ray
0189b9c94e
fix: fixes around formatting numbers and arrange edit order dialog ( #2178 )
...
* fix: update size and order edit dialog
* fix: update decimals on position notional size
* fix: normalize values
* fix: fix positions unit tests
* fix: remove liquidation price
* fix: positions linting issue
* fix: remove liquidation price test
* fix: remove total summary row
* fix: remove comments
* fix: cypress test to not show trailing 0s
* fix: add back liq. price est as cell only
* fix: remove not used params
* fix: positions formatting in select market and format account numbers
* fix: remove import
* fix: remove redundant comment
* fix: fix unit tests
* fix: fix cypress tests
2022-11-18 19:00:38 +00:00
Art
a3df65952d
feat: toast component (1677) ( #1998 )
2022-11-15 15:26:13 +01:00
botond
1672e157a6
fix: typegen ( #2046 )
...
* fix: typegen
* fix: interval imports
* fix: more interval imports
* fix: remove unused generated folders
* fix: format
* fix: format again
2022-11-14 11:37:15 +00:00
botond
df8a22a19e
chore: migrate withdrawals lib ( #2009 )
...
* chore: cleanup lib types
* chore: migrate withdrawals
* fix: withdrawals query and types
* fix: types
* fix: orders build
* fix: withdraws build
* fix: format
* fix: more build stuff in withdrawal lib
* fix: format
* fix: more withdrawal builds
* fix: format
* fix: orders build again
* fix: remaining build errors
* fix: format
* fix: withdrawal tests
* fix: trick git to pick up file rename?
* fix: rename back to orders
* fix: rename generated file
2022-11-10 14:13:58 +00:00
Art
633c2ae526
chore: updated order rejection reason mapping, types regen (1808) ( #1845 )
2022-10-25 11:07:54 +01:00
Bartłomiej Głownia
17f93c2b7e
chore: add build-spec targets and execute on affected apps and libs on CI ( #1745 )
...
* chore: add build-spec targets and execute on affected apps and libs on CI
* chore: fix market-depth and react-helpers specs typings
* chore: fix ui-toolkit specs typings
* chore: fix trades specs typings
* chore: fix orders specs typings
* chore: fix deposits specs typings
* chore: fix deal-ticket specs typings
* feat: fix tsc on specs check
* feat: fix tsc on specs check
* feat: fix tsc on specs check
* feat: fix tsc on specs check
* feat: fix tsc on specs check - fix token app
* feat: fix tsc on specs check - fix positions lib
* feat: fix tsc on specs check - fix environment lib
* chore: fix failling build-spec in positions lib
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-10-25 09:41:16 +02:00
m.ray
4d20151abd
feat: 1537 LP view data provider subscriptions after 0.58 release ( #1630 )
...
* fix : #1537 add lp provider sub
* fix: change LP title & update party.id
* fix : #1537 fix obligation and supplied
* fix : #1537 add min width on accounts
* fix : #1537 consistent null check
* fix : #1537 update lp data providers
* fix: add acounts data provider but requires party id
* feat: #1537 LP data provider - marketID & query or subscribe for accounts - partyId
* fix : #1537 remove log and fix build
* fix : #1537 fix build console lite and lp dashboard
* fix : #1537 fix tsconfig lp dahsboard
* fix : #1537 use interval to poll LP data - sub not working yet
2022-10-24 20:42:53 +01:00
candida-d
cb92a30015
chore: update tooltips for asset limits ( #1733 )
2022-10-13 14:19:05 +01:00
Art
0129dbd611
Chore/update wording assets ( #1712 )
...
* chore: updated wording
* chore: updated wording
* chore: updated wording
* chore: updated wording
* chore: updated unit tests
* chore: fixed lint errors
2022-10-11 18:18:01 +02:00
Art
64c85b2b4a
Chore/1653 full asset details ( #1700 )
...
* chore: full list of asset details for dialog
* chore: show full asset details in market info and dialog (1653)
* fixed lint errors
2022-10-11 13:22:55 +01:00
Bartłomiej Głownia
0821cafdf0
chore: replace duplicated assets queries with assetsProvider ( #1617 )
2022-10-05 12:42:22 +02:00
m.ray
22ebbf746a
fix : #1403 format with asset decimals withdrawal limit values ( #1603 )
2022-10-04 12:54:38 +02:00
Bartłomiej Głownia
a40f494a6f
chore: remove unused __generated__ files ( #1599 )
...
* chore: remove unused __generated__ files
* chore: change default env for type generation to testnet
* chore: fix import in assets data provider
2022-10-04 12:14:58 +02:00
Bartłomiej Głownia
40527e9bc8
Chore/markets-list: move queries to .graphql, combine data in marketListProvider ( #1554 )
...
* chore: combine data instead of providing three lists in marketListProvider
* chore: move markets-libs lib queries to .graphql files
* chore: fix markets queries names in e2e tests
* chore: add missing variables to simple market list candles query
* chore: fix trading home e2e
* chore: change liquidity-provision-dashboard serve port to allow parell e2e tests
2022-10-03 18:28:32 +01:00
Bartłomiej Głownia
191e73335e
chore: fixes for 0.56 release ( #1487 )
...
* chore: use new GQL candle fields
* Revert "chore: downgrade to 0.55 (#1406 )"
This reverts commit cc7a4f2ddd
.
* chore: update queries to be compatible with 0.56
* fix: update positions data provider to use only marketId field, omit new position insertion for now
* fix: regen types after merging candles query update
* chore: remove unused generated files
* chore: check for null markets connection
* fix: import errors
* chore: export types from market-list, disable unrelated failing tests
Co-authored-by: johnwalley <john@walley.org.uk>
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2022-09-26 17:40:08 -07:00
botond
87f7efd960
Chore/migrate to new types ( #1439 )
...
* fix: candle type paths
* chore: migrate deal-ticket
* chore: migrate deposits
* fix: format
* chore: migrate environment
* fix: format
* chore: migrate fills
* fix: format
* chore: fix build errors
* fix: format
* fix: lint
* fix: env tests
* fix: add missing query variable
* fix: format
* fix: change vega_url because n11 is down
* fix: deal ticket query name
* chore: extend event type
* fix: incorrect e2e test
2022-09-26 11:35:45 +01:00
Art
ebf2bfc7a9
feat: added asset details dialog to market select (1226) ( #1260 )
...
* feat: added asset details dialog to market select (1226)
* Update libs/ui-toolkit/src/components/dialog/dialog.tsx
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
* removed focus complexity from popover, refactored
* chore: after rebase fixes
* fix: fixed console-lite asset details dialog func - after rebase
* fix: added mock for one failing test, removed console.log
* fix: removed increased timeout - not needed
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2022-09-23 15:14:52 +02:00
Bartłomiej Głownia
3bf5d823ee
chore: stagnet3 api updates ( #1321 )
...
* chore: update account, fills and orders subscriptions in data providers
* chore: update account, fills and orders subscriptions in data providers
* fixing console-lite
* fixing types in general - regen
* chore: update account, fills and orders subscriptions in data providers
* fixed console-lite unit tests, uncommented quote name
* chore: update account, fills and orders subscriptions in data providers
* type aligning of assets and proposals
* fixes liquidity data provider
* fixed accounts build errors and unit tests
* regen types, removed market name
* regen types
* fixed positions
* chore: handle updates in derived market provider, update orders
* removed taker fee mapping (renamed to maker fee)
* chore: update account, fills and orders subscriptions in data providers
* chore: update account, fills and orders subscriptions in data providers
* chore: fix Order type
* chore: fix possible null types
* chore: revert order-list.stories.tsx
* chore: derivedDataProvider fixes
* fills unit tests fixes
* orders unit tests fixes
* added eslint ingore for generated files in liquidity
* added unique key to the list element of simple market toolbar
* changed main-branch-name to develop for pr workflows
* removed redundant waitFor
* increased test timeout to 10s
* removed mocked response
* chore: disable simple market list tests
* chore: fix e2e projects mock types
* feat: [subscription-update] - uncomment some console-lite tests
* cypress: trading-accounts
* chore: replace market candles with candlesConnection
* chore: ignore gql errors, to be reverted after candlesConnectio n will be fixed
* feat: [subscription-update] - improve wrongly renamed hook
* feat: [subscription-update] - improve wrongly renamed hook
* feat: [subscription-update] - improve wrongly renamed hook 3
* chore: add pagination hangdling to derived data provier
* cypress: trading-fills
* feat: [stagnet3 api update] - remove redundant command in tests
* feat: [stagnet3 api update] - remove redundant command in tests
* chore: fix trading orders e2e tests
* chore: fix console lite e2e mocks
* chore: fix market-trade tests
* chore: use markets only in market selector, change Instrument cache policy
* chore: fix market-selector tests
* feat: [subscription-update] - improve ag grid conf for unit tests
* feat: [subscription-update] - improve ag grid conf for unit tests
* chore: fix candle types in console lite market mocks
* chore: revert error policy ignore
* chore: revert jest timeout
* chore: remove unused AccountFields
* chore: revert remove unused AccountFields
* chore: simplify node subscription probe
* chore: remove unused generated types in candles-chart
* chore: improve useMarketsList mock
* feat: [subscription-update] - increase jest timeout
* feat: [subscription-update] - fix jest timeout
* feat: [subscription-update] - fix jest timeout
* feat: [subscription-update] - try to fix failing test again
* chore: fix candles-chart types
* feat: [subscription-update] - temporary skip failing test
* feat: [subscription-update] - temporary skip failing test
* feat: [subscription-update] - temporary skip failing test
* feat: [subscription-update] - fix failling int test
* feat: [subscription-update] - try to restore commented unit tests
* feat: [subscription-update] - try to restore commented unit tests
* feat: [subscription-update] - improve fixed unit tests
Co-authored-by: asiaznik <artur@vegaprotocol.io>
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-09-20 08:24:28 -07:00
botond
7613a9fa9f
Feat/migrate libs ( #1266 )
...
* feat: add new generator with config
* feat: split off gql queries to separate files for the new generator
* fix: delete dummy schema
* feat: add generated queries with new codegen
* fix: regenerate from scratch and remove duplicates
* fix: libs and app gen folders
* fix: remove more duplicate queries
* fix: add generated files to be ignored by the formatter
* fix: format
* feat: migrate assets to use new code generator
* fix: generated imports
* fix: lint
* fix: accounts export
* fix: more imports
* fix: add type alias for new type system and regenerate
* fix: format
* fix: export
* fix: format
* fix: delete leftover file from merge
* chore: migrate candles-chart lib
* fix: remove redundant asset files
* chore: migrate accounts
* chore: update glob
* chore: add cleanup to fix-imports to support type migrations for now
* fix: imports
* fix: update market types
* fix: type import paths
* fix: format
* fix: import
* fix: types in e2e tests
* fix: format
* fix: lint
2022-09-09 16:14:48 +01:00
botond
a57d484496
Fix/1083: Update type generator ( #1219 )
...
* feat: add new generator with config
* feat: split off gql queries to separate files for the new generator
* fix: delete dummy schema
* feat: add generated queries with new codegen
* fix: regenerate from scratch and remove duplicates
* fix: libs and app gen folders
* fix: remove more duplicate queries
* fix: add generated files to be ignored by the formatter
* fix: format
* fix: generated imports
* fix: lint
* fix: accounts export
* fix: more imports
* fix: add type alias for new type system and regenerate
* fix: format
* fix: delete leftover file from merge
2022-09-06 10:03:10 +01:00
macqbat
d7fee66d89
feat: [console-lite] - calculate slippage (price impact) ( #1173 )
...
* feat: [console-lite] - calculate slippage (price impact)
* feat: [console-lite] - move slippage from estimates to deal-ticket-size
* feat: [console-lite] - slippage - add a bunch of unit tests
* feat: [console-lite] - slippage -
* feat: [console-lite] - slippage - fix some faillings, add enum instead text entry
* feat: [console-lite] - slippage - adjust tooltip info text
* feat: [console-lite] - slippage - fix failling cache
* feat: [console-lite] - slippage - resolve conflicts after rebase
* feat: [console-lite] - slippage - fixes after review
* feat: [console-lite] - slippage - fixes after review
* feat: [console-lite] - slippage - add memo back to the hook
* feat: [console-lite] - slippage - add back order book model outside hook
* feat: [console-lite] - slippage - adjust some int test
* feat: [console-lite] - slippage - adjust some int test
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-08-31 15:23:01 +02:00