Joe Tsang
1c4231f6fc
test: remove eth wallet test ( #989 )
2022-08-11 11:27:45 +01:00
Joe Tsang
22fc0e7ac1
Test/625 market info ( #999 )
...
* test: assert edit button
* test: assert edit order btn
* test: update market info mock
* test: tests for market info
2022-08-11 11:26:26 +01:00
botond
8f0898385f
Chore/953: Rename amount to size ( #983 )
...
* chore: change amount label to size
* chore: colour-coding size cell
* feat: add colors to the order table size column
* fix: format
* fix: broken fills tests
* fix: lint
* fix: simple market test imports
Co-authored-by: PeteWilliams <me@petewilliams.info>
2022-08-11 09:10:20 +01:00
AndyWhiteVega
db3aa7c17b
Test/884 token e2e adjust staking flow tests to new implementation of validators table ( #990 )
...
* test: flake fixes since ui revamp
* test: lint
* test: fix broken locator since locator revamp
* test: unrelated flake preventing PR - fix
2022-08-11 09:34:29 +02:00
mattrussell36
416805c2a2
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-11 06:04:31 +00:00
mattrussell36
f28ef02c54
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-11 00:09:33 +00:00
mattrussell36
41f869c6c6
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-10 18:04:10 +00:00
Elmar
b75ed62072
Feat/348 select size of trade ( #943 )
...
* feat(ui-toolkit): add slider to ui-toolkit
* feat(console-lite): add deal ticket size to use new slider
* feat(console-lite): add use-maximum-position-size hook
* feat(console-lite): add e2e tests
* feat(console-lite): add position size value after selection
* fix(console-lite): remove lingering console log
* fix(console-lite): fix linting errors
* fix(console-lite): fix cypress config with wrong app specified
* fix(console-lite): fix react hooks bug after upgrade to react 18
* feat(console-lite): add proportional size selector and size amount input
* fix(console-lite): add missing env variables
* feat(console-lite): add missing tests and fix broken one after input button for size
* fix(console-lite): fix async error for max trade size
2022-08-10 16:28:03 +01:00
m.ray
1a1ab4db65
feat: reselct field so that GTC is default on limit ( #995 )
...
* feat: reselct field so that GTC is default on limit
* feat: set value when switching order type
* fix: deal ticket test
* fix: revert TIF selector file
2022-08-10 13:45:36 +01:00
Sam Keen
24a20f48e1
Feat/589: Reimplement theme switcher in storybook ( #988 )
...
* Feat/589: Reimplement theme switcher in storybook
* Feat/589: Setting a higher level 'dark' class when dark theme selected
* Feat/589: Removed class test
2022-08-10 13:24:51 +01:00
mattrussell36
c1019c0ffb
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-10 12:05:08 +00:00
Sam Keen
079a4b7fa7
Feat/980: New Asset proposals should require validationTimestamp ( #981 )
2022-08-10 12:28:40 +01:00
Bartłomiej Głownia
f732e66546
Feat/986: extract routes from routes, lazy load all child routes
2022-08-10 09:50:15 +01:00
mattrussell36
541396eb76
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-10 06:05:15 +00:00
mattrussell36
3f06f56724
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-10 00:09:08 +00:00
mattrussell36
8a175bf2d7
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-09 18:04:36 +00:00
Dexter Edwards
eed6a83572
chore: show total supply on governance page ( #967 )
...
* chore: show total supply on governance page
* Update apps/token/src/i18n/translations/dev.json
Co-authored-by: Edd <edd@vega.xyz>
* Update apps/token/src/i18n/translations/dev.json
Co-authored-by: Edd <edd@vega.xyz>
2022-08-09 16:54:41 +01:00
botond
25c3ac8b4a
Fix/945: Orderbook memory leak ( #978 )
...
* fix: cancel throttle on unmount
* fix: format
* fix: lint
2022-08-09 14:31:56 +01:00
m.ray
9a2ac6a8ac
chore: fix failing test on proposal-list.spec ( #985 )
...
* chore: add moduleNameMapper for d3 in token jest.config.js
* remove extra line of transform
* fix: use @testing-library/react not react-hooks
2022-08-09 14:25:47 +01:00
mattrussell36
dee486e3aa
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-09 12:05:17 +00:00
Joe Tsang
67315d611b
Test/fix nightly run ( #979 )
...
* fix: change test command for night run
* chore: try command in capsule run
* chore: correct command
* chore: change checkout to master
* chore: revert changes
* chore: fix typo
2022-08-09 12:18:13 +01:00
macqbat
8a03ca5cfe
feat: [console-lite] - add 'proto' portfolio view ( #962 )
...
* feat: [console-lite] - add proto portfolio view
* feat: [console-lite] - add proto portfolio view - mount diff in types
* feat: [console-lite] - add proto portfolio view - add unit test
* feat: [console-lite] - add proto portfolio view - add int test
Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-08-09 12:10:55 +02:00
Sam Keen
4cd980f6bf
Feat/971: Add link to the make proposal form ( #972 )
...
* Feat/971: Add link to the make proposal form
* Feat/971: Basic render test for the page title and new proposal link
2022-08-09 11:07:12 +01:00
m.ray
71ede25339
chore: upgrade to React 18 ( #952 )
...
* chore: upgrade react only
* chore: import renderHook from testing-library/react
* chore: add @babel/runtime to fix tests
* fix: fix some of the tests
* fix: fix some of the tests
* fix: fix tests failing on not being wrapped in act
* fix: fix tests in use-environment
* fix: fix @types/react issue
* fix: fix formatting
* fix: remove unsued method
* fix: callout not accepting react node and root element null check
* fix: main.tsx stats null check
* fix: implicit any type fixes
* Update libs/environment/src/hooks/use-nodes.spec.tsx
* fix: import act from testing-lib
* fix: add strict mode back
* fix: fix formatting issues
* fix: add babel deps for storybook
* Update tsconfig.json (#970 )
* Update tsconfig.json
* feat: [console-lite] - add missing types in few places
Co-authored-by: maciek <maciek@vegaprotocol.io>
* chore(#952 ): remove any from useDataProvider hook
Co-authored-by: macqbat <kubat.maciek@gmail.com>
Co-authored-by: maciek <maciek@vegaprotocol.io>
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-08-09 10:43:11 +01:00
mattrussell36
80f6725a9a
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-09 06:05:05 +00:00
mattrussell36
1d726ba9e3
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-09 00:09:37 +00:00
m.ray
ba4954b52a
feat: multi open accordion ( #963 )
...
* feat: 744 multi open accordion but not using pixelated icon anymore
* fix: fix size of the icon and color
* fix: remove styled stitches
* fix: remove styled stitches
2022-08-08 19:09:46 +01:00
mattrussell36
f614ec9211
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-08 18:05:03 +00:00
Joe Tsang
c375f74906
Test/fix ci test failures ( #973 )
...
* fix: failing node switcher test
* fix: failing staking tests in CI
2022-08-08 15:53:18 +01:00
mattrussell36
df8fed2af2
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-08 12:05:40 +00:00
botond
1c9cd3aa2a
Feat/815 auction conditions ( #955 )
...
* feat: add tooltip for market trading modes
* fix: format
* fix: remove log
* fix: typo
2022-08-08 11:19:57 +01:00
Dexter Edwards
2e644de413
fix: provider sometimes not having signer ( #964 )
2022-08-08 10:16:10 +00:00
Dexter Edwards
838c6c45c7
Release/token ( #948 )
...
* Revert "feat: show correct reward type (#930 )"
This reverts commit 8644eac2be
.
* fix: incorrect decimals in pending stake
* fix: use old bridge
2022-08-08 09:42:56 +01:00
mattrussell36
b733de5996
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-08 06:05:01 +00:00
mattrussell36
20cb4677ee
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-08 00:09:05 +00:00
mattrussell36
4cc3bbae6f
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-07 18:05:12 +00:00
mattrussell36
6ba8926ff7
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-07 12:05:08 +00:00
mattrussell36
a8565f8d2f
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-07 06:04:55 +00:00
mattrussell36
1843b59304
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-07 00:10:07 +00:00
mattrussell36
460e3c03c5
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-06 18:04:18 +00:00
mattrussell36
3c09dce870
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-06 12:05:27 +00:00
mattrussell36
3347e168a4
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-06 06:05:38 +00:00
mattrussell36
057e0ad947
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-05 18:04:20 +00:00
Joe Tsang
181819fb24
Test/868 staking ACs ( #939 )
...
* test: staking validation tests
* chore: standardise codes
* chore: standardise codes
* test: additional ACs added and view tests mostly done
* chore: update codes
* test: staking tests passing
* chore: remove comments and formatting
* test: fix staking view tests
* fix: empty string assertion
* fix: lint
* chore: remove unnecessary assertions
Co-authored-by: Edd <edd@vega.xyz>
2022-08-05 17:59:44 +01:00
PeteWilliams
f46d7e4617
feat: add resizable panels to portfolio page ( #888 )
...
* chore: fix padding issues
* chore: add resizable panels to portfolio page
* chore: padding tweak
* chore: adding resizable panels component
2022-08-05 14:24:46 +01:00
mattrussell36
0a88087f47
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-05 12:05:34 +00:00
Sam Keen
c40d71e1ed
feat ( #804 ): simple proposal form ( #942 )
...
* Feat/804: Routing and basic page setup
* Feat/804: Type definition for proposals - awaiting asset docs/changes
* Feat/804: New proposals lib
* Feat/804: Propose form and page
* Feat/804: Removing dud copied unit tests for now
* Feat/804: Added types for new asset proposal
* feat: handle new error types returned from wallet for proposals
* chore: rename lib to governance
* feat: move usage of hook into form component
* feat: some adjustments and test coverage
* chore: tidy up, remove tailwind config
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2022-08-05 12:01:46 +01:00
mattrussell36
4c7ff15f23
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-05 06:05:11 +00:00
mattrussell36
4c900ffb31
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-05 00:10:28 +00:00
mattrussell36
a2f219f2dd
chore: update tranches
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-04 18:04:58 +00:00