vega-frontend-monorepo/libs/smart-contracts
Matthew Russell e47298761a
Feat/Use callStatic to improve error messaging (#831)
* feat: make use max only use account balance, add custom max messages

* fix: withdraw threshold limit display

* feat: add callstatic to ethereum transaction hook

* feat: improve types for useTransaction hook

* chore: fix types and remove ts-ignore

* chore: convert all smart contract wrapper methods to match metaclass methods

* fix: this context for calling tx

* chore: fix comment and any type

* chore: typo

Co-authored-by: Edd <edd@vega.xyz>

Co-authored-by: Edd <edd@vega.xyz>
2022-07-25 09:48:19 +01:00
..
src Feat/Use callStatic to improve error messaging (#831) 2022-07-25 09:48:19 +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.