vega-frontend-monorepo/libs/smart-contracts
Matthew Russell ab77e99f96
fix: withdrawals and depsits (#754)
* feat: handle withdrawal limits

* feat: add withdraw limit ui to withdraw form

* chore: lint error

* fix: mock network param query for e2e tests

* fix: wrong translation in tests

* fix: withdrawals test and revert change in text for trade grid elements

* fix: add check for signature length before progressing withdraw
2022-07-14 17:12:28 +01:00
..
src fix: withdrawals and depsits (#754) 2022-07-14 17:12:28 +01:00
.babelrc feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
.eslintrc.json feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00
jest.config.js feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
package.json Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
project.json feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00
README.md feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00
tsconfig.json feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
tsconfig.lib.json feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00
tsconfig.spec.json feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00

smart-contracts

This library was generated with Nx.

Building

Run nx build smart-contracts to build the library.

Running unit tests

Run nx test smart-contracts to execute the unit tests via Jest.