Bartłomiej Głownia
162a934408
feat(trading): amend market red and green colors ( #4226 )
2023-07-07 14:52:38 +02:00
Maciek
efd632f5c6
chore(orders): get rid of unnecessary stores ( #4231 )
2023-07-04 17:47:04 +02:00
Bartłomiej Głownia
43aff8e359
chore(trading): ag-grid upgrade ( #4187 )
2023-07-01 13:02:23 +02:00
Matthew Russell
c3e39b6e15
refactor(trading): pane stores for grid state ( #4119 )
2023-06-26 17:10:22 -07:00
Radosław Szpiech
d1fd9184ce
test(trading): #3508 tests for Trades ACs ( #4139 )
2023-06-19 17:07:27 +02:00
Matthew Russell
35896a9cf5
chore(trading): clear apollo warnings ( #4120 )
2023-06-16 09:50:22 +01:00
Bartłomiej Głownia
2e7a6a6458
chore(trading): cleanup paginated data solution, improve performance ( #4036 )
2023-06-09 19:02:23 -07:00
Matthew Russell
0d96c487d9
fix(trading): use ag grid to handle error,loading and no data message ( #4012 )
2023-06-06 00:08:19 -07:00
Bartłomiej Głownia
2904975fd3
feat(trading): highlight negative oracle statuses in market lists ( #3816 )
2023-05-18 13:22:54 +02:00
Maciek
246577f401
feat(trading): persist table column sizes ( #3595 )
2023-05-09 08:09:53 +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
Matthew Russell
eefcc96149
fix(datagrid): prevent unmount of aggrid on theme change ( #3588 )
2023-05-03 09:45:14 +01:00
Bartłomiej Głownia
7ef1d75529
chore(trading): remove red background from trades table ( #3214 )
2023-03-17 09:52:40 +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
8f5a2276de
fix(trading): order store connection to deal ticket ( #3100 )
...
Co-authored-by: Madalina Raicu <madalina@raygroup.uk>
2023-03-08 12:14:56 +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
Matthew Russell
56b5214dbf
chore(trading): grid cell fixes ( #2986 )
2023-02-24 14:38:45 +00:00
Maciek
b2a115f935
chore(trading): handle timeout and offline errors ( #2918 )
2023-02-16 17:30:32 +01:00
m.ray
55d6dd4dce
feat(trading): deposit flow deal ticket ( #2874 )
2023-02-14 15:43:52 +00: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
4b3b5c322a
fix: trades grid colors ( #2766 )
2023-01-27 18:55:20 +00: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
m.ray
bbdc64582a
feat( #2465 ): vega-pink across frontend-monorepo ( #2476 )
...
* feat(#2465 ): change red to vega pink
* feat(#2465 ): change red to vega pink part 2
* fix: update vega.red to vega.pink
* feat: color the charts
* feat: color the charts
* feat: color the charts
* fix: use dark pink and green
* fix: use dark pink and green
* feat(#2467 ): color long/short toggle and place order button
* fix: colors wick showing within candle
* fix: remove opacity from chart
* fix: use vega dark pink and green for vol cell
* fix: toggle and button colors
* feat(#2465 ): toggle peer checked text white
* fix: add liquidity supplied gap-2 in tooltip data grid
* fix: add indicator temporarily
* chore: update colors
* chore: update from x-dark to vega-x
* fix: rename symbols
* chore: update sell candles to only use stroke as they are solidly filled
* fix: remove use state
* fix: remove network account types
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-01-06 16:58:55 +00: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
m.ray
817521bb08
feat( #1853 ): ledger entries date filtering ( #2267 )
...
* chore: update ledger entries columns
* fix: yarn generate types against stagnet3
* fix: orderbook decimal places issue (#2235 )
* fix: positions table fixes notional dp (#2144 )
* 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
* chore: merge with release/testnet
* fix: orderbook dp
* Update libs/positions/src/lib/positions-table.spec.tsx
* feat(#1853 ): use date range filter
* feat(#1853 ): add date range filter to ledger entries on update
* chore(#1853 ): add extra checks
* fix: update types on stagnet3
* fix: add checkpoint balance restore
* fix(#1853 ): fix ledger generic make data provider cast in ledger entries
* fix(#1853 ): fix transfer type
* fix(#1853 ): remove TransferTypeMapping cast type
* fix(#1853 ): remove pagination filtering and use formatForInput from date
* fix(#1853 ): call filterChangedCallback in onChange method
* fix(#1853 ): remove subscription from ledger entries table
* fix(#1853 ): filterChangedCallback called in useEffect gets triggered also on reset
* fix: use-order-list-data hook order of params for makeInfiniteScrollGetRows
* fix(#1853 ): fix ledger build import all as schema
* fix(#1853 ): fix schema import
Co-authored-by: maciek <maciek@vegaprotocol.io>
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-12-14 09:43:16 +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
Dexter Edwards
3e75d64e0d
chore: regenerate types ( #2295 )
...
* chore: regenerate types
* chore: remove unneeded type helper
* test: fix test
* chore: add wait for wallet dialog to disappear
* chore: add wallet teardown
Co-authored-by: sam-keen <samuel.kleinmann@gmail.com>
Co-authored-by: Joe <joe@vega.xyz>
2022-12-01 15:23:13 +00:00
Bartłomiej Głownia
0c93023998
fix: remove useDataProviderHook updateOnInit ( #2041 )
...
* fix: fix useDataProviderHook updateOnInit
* chore: remove updateOnInit - always execute initial update in useDataProviderHook
* chore: remove useless variables param in useDataProvider update and insert callbacks
* chore: remove console.log
2022-11-14 16:08:12 +01: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
macqbat
dc5881b71b
chore: fix update results from dataProvider when variable change ( #1962 )
...
* chore: fix race conditions in useDataProvider hook
* chore: fix race conditions in useDataProvider hook - populate fix to other modules
* chore: fix race conditions in useDataProvider hook - populate fix to other modules
* chore: fix race conditions in useDataProvider hook - populate fix to other modules
* chore: fix race conditions in useDataProvider hook - populate fix to other modules
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-11-07 13:14:21 +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
Bartłomiej Głownia
ba9ad40ad2
chore: use optional chaining for ag-grid api ( #1810 )
2022-10-20 21:17:36 -07:00
Bartłomiej Głownia
a6576132b1
chore: generic data provider improvments ( #1772 )
2022-10-19 10:14:18 +01:00
Radosław Szpiech
50df63c858
test: added tests to cover submit orders ac ( #1708 )
...
* test: added tests to cover submit orders ac
* fix: unit tests
* fix: mock subscription fixed
* fix: typo
* fix: lint
* fix(1593): remove ag-grid api presence check from providder update callbacks
* fix: unit tests
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-10-12 09:55:23 +02:00
macqbat
0bb2e95091
chore: market header live update ( #1672 )
...
* chore: market header live update
* chore: market header live update
* chore: market header live update - adjust some mocks
* chore: market header live update - add single market query
* chore: market header live update - small fixes
* chore: market header live update - fix int tests
* chore: market header live update - fix int tests
* chore: market header live update - remove unnecessary props from query
* chore: market header live update - change concept - split for small comps
* chore: market header live update - small fix for mocks
* chore: market header live update - fix updates throttling
* chore: market header live update - improve update methods of data providers
* chore: market header live update - improve update methods of data providers
* chore: market header live update - improve update methods store for get rid of blinking
* chore: market header live update - fix title component
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-10-11 14:30:07 +02:00
Bartłomiej Głownia
9dfe8789d1
fix(1649): don't use old data on rerender when data update from provider is handled by component ( #1707 )
2022-10-11 13:52:35 +02:00
Bartłomiej Głownia
ae4960f700
Chore/move trade queries to graphql files ( #1598 )
...
* chore: move trade queries to graphql file
* chore: change default base for affected to develop
2022-10-04 11:03:39 +02:00
Bartłomiej Głownia
9486db134c
chore: replace Order type with existing OrderSubmissionBody['orderSubission'] ( #1518 )
...
* chore: replace Order type with existing OrderSubmissionBody['orderSubmission']
* chore: drop WithMarket from Order, Trade and Fill types
* chore: fix order list mock
2022-10-03 13:31:46 +02:00
Bartłomiej Głownia
e310f04034
chore: set default fetchPolicy, handle subscription errors like query errors, timeout unsubscribe ( #1482 )
...
* chore: set default fetchPolicy, handle subscription errors like query errors,add unsubscribe timeout
* chore: improve no data handling in fills, ordes and trades
* chore: make reset delay optional, fix pagination and useOrderListData spec
2022-09-27 11:48:53 -07: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
Bartłomiej Głownia
cc7a4f2ddd
chore: downgrade to 0.55 ( #1406 )
2022-09-21 13:49:11 +01: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
PeteWilliams
549e0e004d
Chore/design updates ( #1305 )
...
* chore: design updates
* chore: design updates
* chore: design updates
* chore: design updates
* chore: design updates
* chore: design updates
* chore: design updates
* chore: design updates
* chore: design updates
* chore: design updates
* fix: fix lint tests
* chore: fixes ag grid invisible header seperators
* fix: fixing conflicts
* fix: fixing conflicts
* chore: fix header spacing
* chore: fix dropdown hover colour
* fix: formatting change to pass test
2022-09-12 14:05:39 +01: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
m.ray
509a68d795
fix( #661 ): prices and number values right-aligned ( #1193 )
...
* fix : #661 prices and number values right-aligned
* fix: revert fills-table test created instead of date
2022-08-30 22:59:30 -07:00
Bartłomiej Głownia
93a5f911f5
feat( #993 ): derived data provider ( #1047 )
...
* feat(#473 ): add positions metrics data provider
* feat(#473 ) add positions stats
* feat(#473 ) add positions stats
* feat(#473 ): add positions stats
* feat(#473 ): add positions stats
* feat(#473 ): position metrics, test and refactoring
* feat(#473 ): add unit tests to positions table
* feat(#473 ): fix spelling, order positions by updated at desc
* feat(#473 ): protect from division by 0
* feat(#473 ): fix trading positions e2e tests
* feat(#473 ): fix e2e data mocks
* feat(#473 ): post code review clean up
* feat(#993 ): dependencies handling in data provider
* feat(#993 ): fix e2e tests data mocks
* feat(#993 ): remove position metrics mocks, add market data market id
* feat(#993 ): add missing mocks, fix combine function
* feat(#993 ): set loading initially to true, add unit tests
* feat(#993 ): cleanup, add comments
* feat(#993 ): remove undefined from client type
* feat(#993 ): cosmetic changes
* feat:(#993 ): pass informaton about update callback cause
2022-08-26 08:39:40 -07:00
Dexter Edwards
c70a273e0b
feat: 0.54.0 ( #949 )
...
* chore: remove stagnet2, add stagnet3
* fix: types for transaction order submission (#932 )
* test: add night runs again (#917 )
Co-authored-by: Rado <rado@vegaprotocol.io>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Feat/893 anchor per network param (#907 )
* feat: highlight network param targeted by anchor
* Feat/893: Highlighted key-value row colours
* Feat/893: Removed unneeded important bangs
Co-authored-by: sam-keen <samuel.kleinmann@gmail.com>
* Fix/687: Jump to block input should not allow negative block numbers or 0 (#918 )
* Fix/687: Jump to block input should not allow negative block numbers
* Fix/687: Jump to block input should have a minimum of 1
* fix: text and theme icon colors (#920 )
* Fix/eager connection (#923 )
* fix: eager connect
* chore: add comment for eslint disable
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Task/Remove vegawallet service api client (#916 )
* chore: remove generated vegawallet client code and implement in rest connector
* feat: add zod validation
* feat: handle specific auth/token delete case
* feat: make withdraw dialog match vega tx dialog
* fix: response stub to be right shape, add content type to requests
* chore: revert unrelated classname change
* feat: [console-lite] - fixes in order margin calcs (#891 )
* feat: [console-lite] - fixes in order margin calcs
* feat: [console-lite] - fixes in order margin calcs - fix decimals
* feat: [console-lite] - fixes in order margin calcs - add unit tests
* feat: [console-lite] - fixes in order margin calcs - improve cals
* feat: [console-lite] - fixes in order margin calcs - improve cals
* feat: [console-lite] - fixes in order margin calcs - more improvements
Co-authored-by: maciek <maciek@vegaprotocol.io>
* fix: make check link unclickable while loading (#928 )
* fix: make check link unclickable while loading
* fix: format
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix/904: Validators sorting (#913 )
* fix(790): gap between orderbook headers and tabs (#929 )
* feat: show correct reward type (#930 )
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Task/remove vegawallet service (#926 )
* feat: improve error handling
* chore: lint
* fix: cypress test incorrect assertion
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update tranches
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: order transaction types
Co-authored-by: Radosław Szpiech <szpiechrados@gmail.com>
Co-authored-by: Rado <rado@vegaprotocol.io>
Co-authored-by: mattrussell36 <mattrussell36@users.noreply.github.com>
Co-authored-by: Edd <edd@vega.xyz>
Co-authored-by: sam-keen <samuel.kleinmann@gmail.com>
Co-authored-by: Sam Keen <samuel@vegaprotocol.io>
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
Co-authored-by: macqbat <kubat.maciek@gmail.com>
Co-authored-by: maciek <maciek@vegaprotocol.io>
Co-authored-by: asiaznik <artur.siaznik@gmail.com>
Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
* test: fix test import
* chore: resolve bad merge files
* chore: begin enum changes
* test: fix the majority of the tests
* test: fix tests
* style: lint
* fix: update enums
* fix: adjusted tests to updated enums
* ci: bump capsule
* fix: temporarily skip failing staking tests
* ci: revert capsule changes
* test: fix tests for stats
* chore: merge few changes and api updates to stagnet3 updates branch (#1100 )
* chore: merge few changes and api updates to stagnet3 updates branch
* chore: [console-lite] - fast fix in unit test
Co-authored-by: maciek <maciek@vegaprotocol.io>
* test: fix broken test
* chore: change to use the new nodes rather than load balancer
* style: formatting
* style: formatting
* chore: fix env file
* fix: don't assume GQL URL path
* fix: skip positions query if there is no part
* fix: simple trading app test
Co-authored-by: botond <105208209+notbot00@users.noreply.github.com>
Co-authored-by: Radosław Szpiech <szpiechrados@gmail.com>
Co-authored-by: Rado <rado@vegaprotocol.io>
Co-authored-by: mattrussell36 <mattrussell36@users.noreply.github.com>
Co-authored-by: Edd <edd@vega.xyz>
Co-authored-by: sam-keen <samuel.kleinmann@gmail.com>
Co-authored-by: Sam Keen <samuel@vegaprotocol.io>
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
Co-authored-by: macqbat <kubat.maciek@gmail.com>
Co-authored-by: maciek <maciek@vegaprotocol.io>
Co-authored-by: asiaznik <artur.siaznik@gmail.com>
Co-authored-by: Joe <joe@vega.xyz>
Co-authored-by: m.ray <16125548+MadalinaRaicu@users.noreply.github.com>
2022-08-22 15:50:13 -07:00
m.ray
54cf70fa42
fix: scrolling trades grid prevRowNode data becomes undefined ( #874 )
2022-07-27 09:26:32 +01:00
Bartłomiej Głownia
b88fda787c
Feature/373 pagination of orders ( #809 )
...
* feat(#373 ): switch orders to infinite scroll mode
* feat(#373 ): fix orders tests
* feat(#218 ): improve typing in order-list
* feat(#373 ): add generic getRows for infinite rowModelType
2022-07-21 15:25:37 +02:00