near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 21 forks source link

Fix near-account method signature, which prevented use uint8array as funcall arg #108

Closed ailisp closed 2 years ago

ailisp commented 2 years ago

The correct signature was already in implement in packages/js/src/account/account.ts, but not in near-account.ts, and this prevented use a Uint8Array as function call arg. This is a necessary feature for contract like jsvm, that takes non-json argument. Fix #107