vega-frontend-monorepo/libs/trades
Matthew Russell d5727baffc
fix(#623): order fixes
* feat: format size and volume with positionDecimalPlaces

* fix: pass in calculated step so client side validation works

* fix: add requested state to order dialog, handle user rejected error

* feat: add test case for user rejecting tx

* feat: add test case for order list fractional sizes

* feat: add test case for fractional volume in positions table

* fix: deal ticket tests imports

* feat: add test case for trades fractional size

* fix: props for orderbook tests

* fix: add missing positionDecimalPlaces fields to mock functions

* fix: improve error handling of service error with type guard
2022-06-23 15:00:58 -07:00
..
src fix(#623): order fixes 2022-06-23 15:00:58 -07:00
.babelrc Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
.eslintrc.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
jest.config.js Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
package.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
project.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
README.md Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
tsconfig.json feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
tsconfig.lib.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
tsconfig.spec.json Fixes for workflows (#291) 2022-04-22 17:51:18 -07:00

trades

This library was generated with Nx.

Running unit tests

Run nx test trades to execute the unit tests via Jest.