- ...
- New: Added back Ledger support, please notice that the
--useLedger
does not set the path anymore, use--ledgerPath
for this. - New: Added back all
validator
commands. - New: Added
add-credentials
command to add credentials to thenear-cli
config file. - Fixes: Multitude of small fixes, see each release note for more details.
- 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.