Commit Graph

3916 Commits

Author SHA1 Message Date
Edd
332cc302c3
feat(explorer): add stop order view (#4418) 2023-08-29 12:24:22 +02:00
Edd
4da0e9c368
fix(explorer): correctly display data source matches (#4631) 2023-08-29 12:23:55 +02:00
Joe Tsang
13e1f99767
test(governance): successor market proposal changes (#4632) 2023-08-29 09:47:59 +01:00
Art
5c18c898b0
feat(wallet): metamask snaps (#4621)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-08-28 18:51:58 -07:00
Matthew Russell
4fe81cc4aa
fix(trading): update fonts for pennant (#4636) 2023-08-28 10:02:32 -07:00
Art
0fb8ee3abb
fix(proposals): parsing block duration value (#4613) 2023-08-28 13:11:24 +00:00
Matthew Russell
3422b99491
feat(trading): change to system monospace font (#4634) 2023-08-25 15:24:57 -07:00
Radosław Szpiech
287e294281
chore(trading): remove market-all-cy.ts as it was moved to console-test (#4633) 2023-08-25 14:28:42 -07:00
Bartłomiej Głownia
dc959025c6
fix(deal-ticket): disable iceberg for IOC and FOK (#4629)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-08-25 14:27:55 -07:00
Ben
63bfcc8f65
chore(trading): remove deal ticket basic submit (#4628) 2023-08-25 10:57:09 -07:00
Bartłomiej Głownia
952e906eac
fix(deal-ticket): show expiresAt field value from state only, add required validation (#4626) 2023-08-25 10:56:43 -07:00
Matthew Russell
e765c247ef
chore(trading): adjust the get started checkboxes slightly (#4622) 2023-08-25 10:52:52 -07:00
Sam Keen
52dea6d0dc
feat(ui-toolkit,governance): description preview and read more pattern (#4599)
Co-authored-by: Joe <joe@vega.xyz>
2023-08-25 16:46:03 +01:00
Ben
97f243e5f7
chore(trading): show test run time (#4623) 2023-08-25 11:04:38 +01:00
daro-maj
9992d9f053
test(trading): remove markets proposed tests (#4618) 2023-08-25 12:00:04 +02:00
Sam Keen
3e26431e8f
feat(governance): small UX improvements to successor market panels (#4562) 2023-08-25 09:58:01 +00:00
Bartłomiej Głownia
6a9f15f59e
feat(deal-ticket): submit oco stop orders (#4539) 2023-08-25 08:37:14 +02:00
Edd
4684745382
fix(explorer): properly render issue signatures tx (#4610) 2023-08-24 18:51:55 +01:00
Joe Tsang
927e21b045
test(explorer): add e2e test for asset proposal on explorer (#4616) 2023-08-24 18:51:24 +01:00
Art
570472b739
feat(trading): sort by top traded in market selector (#4574)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-08-24 11:05:09 +02:00
Maciek
28f7bd36e7
feat(trading): 4351 get started steps enhancement (#4565) 2023-08-24 10:03:56 +02:00
Radosław Szpiech
0f3e5595ba
chore(trading): add dist loadfile to console-test run (#4609) 2023-08-23 13:13:33 +00:00
Bartłomiej Głownia
d3dbdd2bd5
feat(trading): view stop order history (#4586) 2023-08-23 13:41:56 +02:00
daro-maj
0767139712
test(trading): update cypress to version 12.17.0 (#4575)
Co-authored-by: Joe Tsang <30622993+jtsang586@users.noreply.github.com>
2023-08-23 13:34:10 +02:00
daro-maj
250492a02c
test(trading): tests for distinguish between product types (#4589) 2023-08-23 11:06:16 +02:00
Maciek
29f3374c61
fix(trading): fix hidden sidebars on load (#4583) 2023-08-23 07:23:36 +00:00
Ciaran McGhie
ba7b574a07
chore(ui-toolkit,react-helpers,announcements): bump versions add react react-dom to peer deps (#4602) 2023-08-22 18:51:13 +01:00
Art
afd8650657
fix(proposals): error policy guard for proposal data provider (#4573) 2023-08-22 17:58:01 +01:00
Bartłomiej Głownia
78414b4429
feat(ui-toolkit): form element design changes (#4525)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-08-22 17:39:52 +01:00
m.ray
e0a91b3850
chore(trading): revert metadata update - viewport meta tags should not be used in _document.js's (#4591) 2023-08-22 17:23:24 +01:00
Joe Tsang
80f7a08765
test(governance): vote error test (#4588) 2023-08-22 16:15:33 +01:00
Edd
3e627ff849
fix(explorer): check linking type when summing stake (#4585) 2023-08-22 13:08:00 +00:00
Joe Tsang
d2854b6e90
chore(governance): add acs for network nodes (#4577) 2023-08-22 12:06:41 +01:00
Matthew Russell
6d130c9cfc
feat(positions): filter closed markets in positions table (#4569) 2023-08-22 10:17:10 +01:00
Ben
ab4f4e9084
chore(trading): remove trading chart tests (#4582) 2023-08-22 08:29:47 +01:00
Ben
fa1825ca64
chore(trading): remove settings test (#4580) 2023-08-22 08:29:13 +01:00
Edd
206c6c7207
fix(explorer): check linking type when summing stake 2023-08-21 18:38:32 +01:00
Sam Keen
5b0bd69710
fix(governance): better vote error handling (#4579) 2023-08-21 10:05:21 +01:00
daro-maj
546b710093
test(trading): split and skip deal ticket account tests (#4578) 2023-08-21 09:49:27 +02:00
Joe Tsang
afbf62be84
chore(governance): add assertion for vote change (#4571) 2023-08-18 18:15:55 +03:00
Maciek
ef26d03d36
chore(markets): distinguish between product types - add specs (#4564)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-08-17 17:27:15 +01:00
Ben
7471116ebf
chore(trading): remove market selector test (#4572) 2023-08-17 17:08:27 +01:00
Matthew Russell
7142fc956c
chore(positions): spec updates for positions table changes (#4568) 2023-08-17 13:07:14 +01:00
Matthew Russell
611f8d7491
feat(positions): table layout changes (#4558) 2023-08-17 11:07:48 +01:00
Sam Keen
f3b72b894e
feat(explorer): view 'Cancel Stop Order' Transactions (#4521) 2023-08-17 10:27:47 +01:00
daro-maj
140f16f637
test(trading): adjust tests edit and cancel orders (#4563) 2023-08-17 09:10:28 +01:00
Sam Keen
cae1fc67a4
fix(governance): validators display fixes (#4547) 2023-08-16 22:58:14 +01:00
m.ray
35e25d9a8f
chore(trading): metadata console updates (#4549) 2023-08-16 17:06:56 +01:00
Sam Keen
86e122389c
fix(governance): proposal vote status header component (#4561) 2023-08-16 16:53:32 +01:00
Joe Tsang
6616aceebb
test(governance): add timeout and fix withdrawal test (#4554) 2023-08-16 16:53:24 +01:00