* chore: regenerate types from version 66
* chore: fix transfer type mappings
* chore: update triggering ratio to use strings
* chore: regen explorer types
* build(explorer): fix linting error in regenerated explorer types
* chore: remove expiry fields from tests and fix imports to use updated generated code
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
* fix: orderbook fixed dp - and show rejection reason
* fix: show rejection reason in order list
* fix: fix parked rejection reason test
* fix: remove not covered part
* feat(2211): view proposal forms data as json
* feat(2211): removed the vega wallet barrier to viewing proposal forms
* feat(2211): tweaked the json viewing to download the proposal form json, with a useful title (proposal title and readable datetime)
* feat(2211): removed unwanted NX_SENTRY_DSN config from dev environments
* feat(2211): unit test for download-json.ts
* feat(2211): unit test for proposal-form-download-json.spec.tsx
* feat(2211): simplified unit test for proposal-form-download-json.spec.tsx
* feat(2211): removed unneeded unit test
* feat(2211): revoked change that was causing test failures
* 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>
* feat: add proposal data from governance to market liquidity provider
We need data from this API to be able to tell when a market will close,
and when opening auctions will end.
* feat: add closing time to lp-dashboard market list page
Adds a 'closing time' column to the market list page on the dashboard.
* feat(explorer): initial empty list component on block txs list
* feat(explorer): messages formatting
* chore(explorer): update generated types
* feat(explorer): empty state for markets and assets and governance and blocks and txs
* feat(explorer): use loader rather than the word loading
* feat(explorer): use loader rather than the word loading in more places
* feat(explorer): empty state appears below headers in more pages
* feat(explorer): txs per block update
* feat(explorer): update tests to match new messages
* test(explorer): add test for loading and empty states for assets
* test(explorer): add test for loading and empty states for more routes
* test(explorer): change loading detector