- ...
- Reorganized code to simplify its maintenance.
- New: Fixed
create-account
can now createTLA
,sub-accounts
and.testnet/.near
accounts. - New: Added
--useFaucet
option tocreate-account
command, allowing to fund the account using a faucet. - Fix: Default wallet is now
MyNearWallet
install ofNearWallet
- Fix: Removed unnecessary options from commands, e.g.
view
now does not take an--accountId
or--masterAccount
. - Fix: Fixed
--networkId
flag, now it works in all relevant commands. - Breaking: removed
x-api
option. - Breaking: removed
stake
command. - Breaking: removed all
evm
commands. - Breaking: Removed all
Ledger
support. - Breaking: removed all
validator
commands. - Breaking: removed
dev-deploy
command. Users must now create an account (can fund it with a faucet) and deploy to it. - Breaking: changed
generate-key
command. Now it needs the--saveImplicit
flag to save the key. - Breaking: removed
walletUrl
,nodeUrl
andhelperUrl
options.