Commit Graph

64 Commits

Author SHA1 Message Date
Sam Keen
3acc0e2401
fix(governance): consensus table works without previous epoch (#3663) 2023-05-09 15:14:04 +00:00
Sam Keen
792ff1fc1f
feat(governance): hide make proposal journey and link to docs instead (#3658)
Co-authored-by: Joe <joe@vega.xyz>
2023-05-09 14:43:39 +00:00
Sam Keen
3740a97d7e
feat(governance): token references to governance (#3657)
Co-authored-by: Joe <joe@vega.xyz>
2023-05-09 14:17:40 +00:00
Dexter Edwards
50e93dad64
chore(explorer,trading,governance): new data node & explorer service urls (#3653) 2023-05-09 14:33:33 +01:00
Sam Keen
c87c4bbc91
feat(governance): opt in/out telemetry (#3638)
Co-authored-by: Joe <joe@vega.xyz>
2023-05-09 13:32:16 +01:00
Matthew Russell
cd13c61e90
fix(datagrid): remove default balham borders (#3642) 2023-05-09 09:02:39 +01:00
Maciek
246577f401
feat(trading): persist table column sizes (#3595) 2023-05-09 08:09:53 +02:00
Matthew Russell
106b040977
chore(utils): remove ethers deps from ui-toolkit (#3627) 2023-05-08 14:40:31 -07:00
Sam Keen
313eff1c95
feat(governance): proposal details page improvements (#3611) 2023-05-08 12:41:55 +00: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
Edd
bf6ab32230
feat(governance): render markdown in proposal view (#3632) 2023-05-07 17:45:19 +01:00
Sam Keen
7a5c6f3a25
fix(governance): added toasts for withdrawals (#3621) 2023-05-05 14:10:21 +00:00
Edd
6b8b33a78b
chore(explorer,trading,governance): remove stagnet3 (#3608) 2023-05-04 16:50:39 +00:00
Art
768b3b29f0
feat(trading): protocol upgrade notification (#3517) 2023-05-04 09:51:24 +02:00
Matthew Russell
2460a62a3e
fix(governance): add custom styles for validators table (#3597) 2023-05-03 08:05:55 -07:00
Sam Keen
ca46861fd8
feat(governance): add local time zone abbreviation data to proposal form (#3577) 2023-05-03 11:23:03 +01:00
Matthew Russell
eefcc96149
fix(datagrid): prevent unmount of aggrid on theme change (#3588) 2023-05-03 09:45:14 +01:00
Sam Keen
8d42481130
feat(governance): eth chain should not inhibit usage (#3568) 2023-05-02 12:31:16 +00:00
Sam Keen
de48ffa563
feat(governance): update market proposal only available for enacted markets (#3542) 2023-05-02 10:10:03 +00:00
Sam Keen
473ef3ae83
feat(governance): default font Alpha (#3543) 2023-04-28 17:08:36 +00:00
Sam Keen
b336291b49
fix(governance): use default jsonrpc connector when the provider from useWe… (#3563) 2023-04-27 16:26:00 +00:00
Joe Tsang
0f7bffd38b
test(ci): capsule update v0.71.1 (#3559) 2023-04-27 14:37:55 +01:00
Sam Keen
ef5fa7cba6
feat(governance): ensure the data node urls in the monorepo are valid (#3549) 2023-04-26 11:10:40 +00:00
Sam Keen
613582ee00
fix(governance): validator tables - user staking fixes (#3533) 2023-04-25 14:17:27 +00:00
Sam Keen
384c96376a
fix(governance): scroll to top on route change (#3481)
Co-authored-by: Joe <joe@vega.xyz>
2023-04-25 12:31:34 +01:00
Joe Tsang
a1bfe7f1a7
test(governance): e2e network upgrade proposal tests (#3477) 2023-04-20 18:38:09 +01:00
Sam Keen
b0f1aeedae
fix(governance): withdrawals bug (#3443)
Co-authored-by: Dexter <dexter.edwards93@gmail.com>
2023-04-20 17:18:17 +01:00
Art
360624282d
chore(web3): wallet connect v2 (#3324) 2023-04-20 17:20:59 +02:00
Sam Keen
460ccdb3a2
feat(governance): associate form associate link (#3468) 2023-04-20 10:16:52 +01:00
Sam Keen
ae92ff2580
feat(governance): protocol upgrade proposals list and details (#3363) 2023-04-19 13:44:36 +01:00
Joe Tsang
a9b1767a42
fix(governance): fix flaky tests due to wallet teardown (#3460) 2023-04-19 11:54:04 +01:00
botond
4d266963ae
feat(governance): paginate rewards (#3391) 2023-04-18 14:40:57 +01:00
Sam Keen
2346b2f1a0
feat(governance): full width Governance and Explorer header (#3453)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-04-18 13:06:30 +01:00
Sam Keen
54f2519a62
feat(governance): toggles design review tweaks (#3431) 2023-04-14 09:22:22 +01:00
Sam Keen
8d4e4a1228
fix(governance): fix incorrect validator penalties (#3381) 2023-04-06 13:31:21 +02:00
botond
9ac07fd98a
fix: add missing announcement config url (#3367) 2023-04-04 15:11:48 +00:00
Matthew Russell
861760b4f9
chore(governance): add hardcoded token vesting contract address (#3352) 2023-04-03 21:17:32 +00:00
Matthew Russell
18f1c0014c
chore(governance,explorer,multisig-signer): delete rest of sandbox/mirror env files (#3310) 2023-04-03 14:07:43 -07:00
Joe Tsang
17ad0cc975
test(governance): add e2e tests for banner and footer links (#3340) 2023-04-03 09:16:42 +01:00
botond
528fd96721
feat(announcements): announcements (#3252)
Co-authored-by: Mikołaj Młodzikowski <mikolaj.mlodzikowski@gmail.com>
2023-03-29 15:20:49 +02:00
Sam Keen
5c17045752
fix(governance): paginate rewards as well as delegations data (#3288) 2023-03-28 20:35:29 +01:00
Sam Keen
eca212eee0
feat(governance): see user stake on validators table (#3250)
Co-authored-by: Joe <joe@vega.xyz>
2023-03-28 15:28:15 +01:00
Sam Keen
c25858037a
fix(governance): order proposals list by closing date (#3276) 2023-03-28 14:04:24 +01:00
Sam Keen
8214858685
feat(governance): lp vote now reflected on proposal cards (#3256) 2023-03-24 14:56:56 +00:00
Joe Tsang
8d8f6b4928
test(governance): governance tests refactor (#3059) 2023-03-22 17:35:00 +00:00
Dexter Edwards
3e619acd4b
feat(ui-toolkit): button icons (#3233) 2023-03-20 14:40:04 +00:00
botond
c720719ac5
chore(governance): update announcement banner text (#3234) 2023-03-20 13:52:03 +00:00
Matthew Russell
9f059e7862
chore(explorer,governance): update be endpoints (#3183)
Co-authored-by: Edd <edd@vega.xyz>
2023-03-15 20:12:04 -07:00
Art
f407110e95
chore(environment): etherscan link (#3193) 2023-03-15 08:24:20 +00:00
Joe Tsang
090d850647
test(governance): e2e rewards (#3190) 2023-03-14 16:10:58 +00:00