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

Explicit subaccount creation and get API #135

Closed ailisp closed 2 years ago

ailisp commented 2 years ago

As discussed with @volovyk-s, we're making account creation with no implicit adding suffix magic. User will either call createAccount with full account name or createSubAccount with prefix. Same behavior for getAccount and getSubAccount. Also account.getAccount now has same behavior as accountManager.getAccount.

ailisp commented 2 years ago

@volovyk-s A side topic, It looks like we don't have test testnet on CI, so that might not pass even on CI.