m.ray
011ea97d23
fix: estimate order margin query asset decimal places fix ( #2029 )
...
* fix: estimate margin and fees update fix - use asset dp and normalize
* fix: update styling in fees breakdown component
* fix: fix cypress tests
* fix: format with asset dp only in react components
* fix: fix number formattingcd
* fix: remove comment
* fix: rename getMaximumDigitsNumberFormat
* fix: fix console-lite cypress tests
2022-11-11 14:44:53 +00:00
Sam Keen
d3cb3896f4
fix(1837): account for proposal vote and enactment deadlines being uncoupled ( #2005 )
...
* Fix/1837: Remove 2 seconds from proposal vote deadline on submission to ensure the deadline is always slightly below the maximum the API accepts
* fix(1837): Adjust for vote deadline and enactment deadline being decoupled in the API
* fix(1837): Removed unnecessary dependencies
* fix(1837): A couple of extra tests for get-enactment-timestamp
* fix(1837): propose-update-asset.tsx tweaked to ensure max enactment button works properly
2022-11-11 14:30:03 +00:00
Sam Keen
266f87be8f
feat( #1879 ): refactored delegations api query ( #2021 )
...
* feat(1879): Delegations - removed from explorer queries as currently unused
* feat(1879): Delegations - used delegationsConnection in vega-wallet
* feat(1879): Delegations - updated Token staking form to use new api and query
* feat(1879): updated Token staking info and validator table to use new delegations api
2022-11-11 13:47:29 +00:00
Radosław Szpiech
bae5d6069a
fix: deal ticket dates set to next day ( #2035 )
...
* fix: deal ticket dates set to next day
* fix: fix
2022-11-11 14:28:55 +01:00
mattrussell36
f278a0bada
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-11 12:04:21 +00:00
Matthew Russell
38030ba1ec
chore: make apps use stagnet3 as default env ( #2024 )
2022-11-11 11:06:47 +01:00
Dexter Edwards
cdff4886b2
chore: remove dead sorting logic ( #2016 )
...
* chore: remove dead sorting logic
* style: lint
* style: lint
2022-11-11 09:08:49 +00:00
mattrussell36
d5045b8ec4
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-11 06:04:32 +00:00
mattrussell36
053d83876f
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-11 00:10:42 +00:00
botond
0a3a7467d4
fix: remove new typegen files from console-lite to fix typegen errors ( #2022 )
2022-11-10 15:10:37 -08:00
Bartłomiej Głownia
25699b6283
feat( #1643 ): orders table filtering ( #2000 )
...
* feat(#1643 ): add grid set filter, amend filters in orders table
* feat(#1643 ): strictly type variables in orders data provider
* feat(#1643 ): add date range param to orders query
* feat(#1643 ): add date range filter
* feat(#1643 ): handle data provider updates after variables change in ag-grid infinite row model
* feat(#1643 ): fix unit tests
* feat(#1643 ): use DateRangeFilter in positions table instead of agDateColumnFilter
* feat(#1643 ): add date range filter support to orders data provider
* feat(#1643 ): fix update functions
* feat(#1643 ): remove sortable from orders list columns
* chore: remove console.log
2022-11-10 11:08:13 -08:00
Art
0ec511a72f
feat: 1655 persist deal ticket, 1694 GTT in the past ( #1865 )
2022-11-10 19:06:10 +01:00
mattrussell36
82c8b4a0e5
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10 18:05:12 +00:00
Edd
f15259de3f
fix( #2012 ): fix mainnet block explorer ( #2020 )
...
* chore(explorer): add urls for mainnet explorer api
2022-11-10 16:24:19 +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
Ciaran McGhie
045454b484
feat(1355): lp dashboard adding equity like share ( #2017 )
...
* refactor: use the lpAggregatedDataProvider rather than liquidityProvisionsDataProvider
The lpAggregatedDataProvider seems to provide the same data as the
liquidityProvisionsDataProvider, but also contains further details that
we'll need for other fields on the liquitidy provider details page.
* feat: replace GALPS with equity-like share and fetch value from LiquidityProviderFeeShare
Updates the type for LiquidityProviders prop to more accurately reflect
that we're using the data from lpAggregatedDataProvider, which includes
the fee share data.
We use the fee share data to display equity-like share % for each LP, and
have replaced GALPS, which was previously empty, with this value.
2022-11-10 14:08:57 +00:00
Dexter Edwards
dccc750154
fix(1758): data node being down ( #1871 )
...
* fix: timeout data node requests for node switcher
* chore: generate apollo client library
* chore: migrate console lite to use new apollo client package
* chore: migrate explorer across
* chore: remove completely unused file
* chore: migrate stats
* chore: migrate trading
* chore: migrate multisigner app
* chore: migrate token over
* chore: final migrations
* test: adjust tests for new behaviour
* fix: build script
* Update libs/apollo-client/src/lib/apollo-client.ts
* chore: fix conflicts
* fix: cache
* test: setup mocks before each test
* style: lint
* style: lint
* chore: resolve conflicts
* test: fix tests
2022-11-10 13:08:12 +00:00
mattrussell36
d0d06bd4ab
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10 12:05:32 +00:00
Sam Keen
7f8185372d
chore(1987): persist ui behind dialog when staking ( #1997 )
...
* Chore/1987: Persist UI behind dialog when staking
* feat(1987): Placed staking form tx status notifications in separate component
2022-11-10 11:31:11 +00:00
Radosław Szpiech
4fedd94243
test: add orders for market in auction ( #2008 )
2022-11-10 11:56:48 +01:00
Joe Tsang
6a0ec22ee4
chore(test updates): fix withdrawal tests ( #2007 )
...
* chore: update withdrawal tests
* chore: fix teardown for manual flow
* chore: add wait
* chore: remove waits
* chore: update vega to v 0.62
* chore: reload page for first withdrawal
* chore: add navigate to withdrawals
* chore: add click
* fix: lint
* chore: turn off teardown and revert tag change
2022-11-10 09:53:30 +00:00
mattrussell36
9a987f752c
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10 06:04:25 +00:00
m.ray
f6c2a7aa56
chore( #1972 ): delete deposit page and update deposit cypress tests ( #1990 )
...
* fix : #1972 update deposit cypress tests and delete deposit trading page
* fix : #1972 remove portfolio/deposit route
2022-11-09 16:45:30 -08:00
mattrussell36
d099c94378
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10 00:09:53 +00:00
mattrussell36
4d45167e20
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-09 18:04:13 +00:00
mattrussell36
6bf5b42a79
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-09 12:05:59 +00:00
Elmar
cb9ceb2f7d
fix(explorer): reduce limit of txs from 100 to 20 ( #1985 )
2022-11-09 09:34:16 +00:00
macqbat
b4ab94b54b
chore: filter assets to withdraw ( #1974 )
...
* feat: filter assets to withdraw
* feat: filter assets to withdraw - add some test
* feat: filter assets to withdraw - add some test
* feat: filter assets to withdraw - add logic for filtering out zero balanced accounts
* feat: filter assets to withdraw - add logic for filtering out zero balanced accounts
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-11-09 09:23:23 +01:00
mattrussell36
2983d5461c
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-09 06:05:02 +00:00
Matthew Russell
5666b8f8e4
chore: add custom export executor for next app ( #1999 )
...
* chore: add custom export executor for next app
* chore: update tsconfig path for export executor
2022-11-08 18:59:49 -08:00
Matthew Russell
71e8235faf
chore( #1905 ): updates to accomodate changes to datasource apis ( #1919 )
...
* chore: updates to accomodate change to datasource apis
* chore: update types for proposal submission
* chore: update queries to work with latest core changes
2022-11-08 17:05:48 -08:00
mattrussell36
d3e79b76d5
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-09 00:10:56 +00:00
mattrussell36
fbc8cf2511
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-08 18:04:49 +00:00
Joe Tsang
3ff6514cf8
chore(token tests): update failing tests ( #1995 )
...
* chore: update capsule files
* chore: fix failing staking tests
* chore: move capsule teardown var to cypress config
* chore: update teardown in workdflows
2022-11-08 17:44:01 +00:00
malinantonsson
0d69ffb4a8
feat( #1355 ): liquidity provision dashboard details ( #1802 )
...
* feat: generate new nx application
* feat: add env variables & render a headline
* feat: add cypress projectId and delete unused files
* feat: render LP grid
* feat: create liquidity provision lib
* feat: liquidity provision calculate volume
* feat: add volume change, generate types
* feat: add EnvironmentProvider
* feat: add LP health bar
* feat: liquidity provision health
* feat: liquidity provider dashboard healthbars
* feat: liquidity provider dashnoard - add auction trigger
* feat: liquidity provider dashboard - display multiple fees
* feat: liquidity provision provider refactor
* feat: liquidity provision provider refactor
* feat: liquidity provision dashboard - add router
* feat: liquidity provision open details in new window
* feat: liquidity provision details page
* feat: liquidity provision details volume
* feat: liquidity provision formatting
* feat: move market candle providers
* feat: liquidity provision styles
* feat: add liquidity provision status
* feat: liquidity provision details
* feat: liquidity move colors
* feat: liquidty provision details
* feat: fix merge
* Feat/lp health bar redesign (#1903 )
* feat: liquidity provision details page
* feat: liquidity provision details
* feat: liquidity health bar redesign
* feat: fix merge
* feat: health bar redesign
* feat: add vega colors
2022-11-08 17:43:35 +00:00
mattrussell36
23d548ffbb
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-08 12:05:14 +00:00
Matthew Russell
c576037b58
chore( #1873 ): trading hash router ( #1921 )
...
* chore: make liquidity page client side only
* chore: switch to hash based router
* chore: add index files for each page
* chore: tidy up _app
* chore: convert to use useRoutes
* fix: active state with react-router NavLink
* feat: add routes enum
* chore: restrict link and router imports from next
* chore: update testing navigation to use hash routes
* fix: typoe in eslint rule message
* chore: remove unnecessary getInitialProps function definition
* chore: wrap tests with memory router
* chore: delete unused index.page file
* chore: update suspense fallback state
* chore: add comment for link component span usage, update link to use toolkit styles
* chore: fix lint issues
* chore: delete client deposit page
* chore: revert title in _app so title gets set correctly without rerender
* revert: removal of deposit page so deposit e2e tests still pass
* chore: move client router to index page so valid status codes are still sent
* fix: wrong route path for markets page, cypress tests
2022-11-08 08:23:38 +01:00
mattrussell36
8542f6c5d8
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-08 06:04:18 +00:00
Matthew Russell
9b360af2c1
feat( #862 ): show current node and button to open node switcher ( #1894 )
...
* feat: add node url to footer, add link to change node
* feat: add test for trading footer
* chore: add comment about url manipulation
* fix : #862 fix cypress tests
* fix : #862 remove constant link
Co-authored-by: Madalina Raicu <madalina@raygroup.uk>
2022-11-07 16:53:43 -08:00
mattrussell36
b4a20042d3
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-08 00:10:25 +00:00
m.ray
fe09ed9c0f
fix : #1826 fix vega docs links ( #1967 )
2022-11-07 18:12:40 +00:00
mattrussell36
39652bda98
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-07 18:04:39 +00:00
Sam Keen
d026c9bdd6
Feat/1513: Vote buttons using subscription and dialog for tx ( #1943 )
...
* Feat/1513: Vote buttons using subscription and dialog for tx
* Feat/1513: Staking journey using dialog
* Feat/1513: Cleaning up unused imports
* Feat/1513: Format tweak
2022-11-07 17:46:57 +00:00
Edd
e31422ae82
Add some (not very important) unit test coverage for token ( #1963 )
...
* chore(token): add some low value lib unit tests
* fix: use native number simplification
Co-authored-by: Dexter <dexter.edwards93@gmail.com>
2022-11-07 17:46:44 +00:00
Sam Keen
927b2a86d1
Feat/1924: Reward details API queries refactor ( #1966 )
...
* Feat/1924: Reward details API queries refactor. Also now shows rewards of any asset type
* Lint fix
2022-11-07 17:46:35 +00:00
Dexter Edwards
113eb90469
Chore/list asset ( #1964 )
...
* chore: add whitelist asset function
* feat: add whitelist button
* test: fix tests for proposal form
* test: add tests for new component
* chore: revert incorectly comitted changes
* Update apps/token/src/routes/governance/components/proposal/proposal.spec.tsx
Co-authored-by: Sam Keen <samuel@vegaprotocol.io>
Co-authored-by: Sam Keen <samuel@vegaprotocol.io>
2022-11-07 17:17:03 +00:00
Sam Keen
e5432888aa
Fix/1831: External link component used for proposals docs/explorer links ( #1956 )
...
* Fix/1831: External link component used for proposals docs/explorer links
* proposal-form-terms.tsx docs link no longer needs to be rendered if a docs link isn't provided
2022-11-07 15:40:08 +00:00
Elmar
5a764d190f
Feat/1416 tx detail ( #1953 )
...
* chore(explorer): add new vega colours to tw config
* feat(explorer): add new nested data list component
* feat(explorer): abstract page header with copy to new component
* feat(explorer): update styles tx details page
* fix(explorer): linting errors
* fix(explorer): fix txs type
* fix(explorer): fix strong typing
* fix(explorer): fix styling error for e2e test
2022-11-07 15:36:39 +00:00
Dexter Edwards
da99e731fa
Chore/1925 network params ( #1927 )
...
* chore: remove network parameters query from token that was unused
* chore: begin migrating network parameters queries
* chore: more network parameter query migrations
* chore: more network params query migrations
* test: fix tests
* test: fix tests in web3 provider
* test: fix remaining tests
* test: fix e2e test build
* chore: move generic params helper into react helpers
* chore: missed migration
* chore: more migrations
* test: fix test
* test: final test migrations
* fix: e2e test mock
* chore: update type
* chore: update helper script
* test: fix query
* test: fix reduce logic
* test: fix query aliasing
2022-11-07 14:57:35 +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