This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Releases: near/near-cli
Releases · near/near-cli
v3.3.1
Highlights:
- Removed requirement for specifying
accountId
fornear js view
- Added additional info to Mixpanel
- Updated docs
Commits:
v.3.3.0
Highlights:
- Added a set of commands for interaction with JS enslaved contracts
- Bug fixes
Commits:
v3.2.0
Highlights:
- Added ability to pass scripts to
repl
- Added ability to specify custom folder for generating keys in
dev-deploy
command accountId
added as alias forcontractId
parameter in view function
Commits:
- feat(dev-deploy): added ability to specify custom folder for generating the keys (#934) e54f35c
- line 35 deleted c781af0
- added comment d27cd66
- added alias for command option as json payload contractName 9225d11
- Revert "feat(dev-deploy): added ability to specify custom folder for generati…" (#932) ba90cd5
- feat(version): bumped the version to 3.1.1 to release the new feature 806b61b
- feat(dev-deploy): added ability to specify custom folder for generating the keys 7a7e292
- feat: add script argument to repl (#903) 20ec871
v3.1.0
v3.0.1
Highlights:
- New seat price formula used (#897) 00a0bf1
- Starting from protocol version 49 number of seats per validator is always equal to 1
Commits:
v3.0.0
Highlights:
- Breaking change: added prompts to
delete-key
command - Breaking change: added prompts to
deploy
command - Added
--force
/-f
flag, that can be used to bypass prompts. Useful in scripting.
Commits:
v2.2.0
Highlights:
near-api-js
updated to 0.43.1- bug fixes
- improved support of
localnet
Commits
v2.1.1
Highlights:
- --depositYocto option added. It allows you to specify deposit in yoctoNEAR instead of NEAR
- dependencies updated
Commits:
- feat: Add deposit yocto (#822) f5e70fc
- Danger setup (#823) 4878409
- Bump near-ledger-js from 0.1.2 to 0.2.0 (#803) cf5a282
- Bump jest-environment-node from 26.6.2 to 27.0.6 (#808) 6386b69
- Bump trim-newlines from 3.0.0 to 3.0.1 (#790) 45d8885
- Bump normalize-url from 4.5.0 to 4.5.1 (#792) 84b7d9a
- Bump open from 8.0.9 to 8.2.1 (#802) 6dbab5a
- Bump eslint from 7.26.0 to 7.30.0 (#813) dfd0797
- Bump @ledgerhq/hw-transport-node-hid from 5.51.1 to 6.1.0 (#814) 5178020
- Bump ws from 7.4.5 to 7.5.3 (#816) 3b1e8a7
v2.1.0
Highlights:
- view-state shows results in base64
- GuildNet added to the list of networks
- near-api-js updated to 0.42.0
Commits:
- default gas from near-api-js (#744) 62b2566
- fix typo (#812) c3ace3f
- Bump near-api-js from 0.41.0 to 0.42.0 (#815) 6bdbf56
- Update view-state.js 9a01d0f
- nit d76f5bc
- lint ee6e5e5
- address Daryl comments 3c863fe
- a few more view-state test 54261db
- test for view-state added 4129d3b
- yarn lint 09fb724
- fix block id cannot be number bug 2b9bf3d
- fix view-state finality flag 31bc8ee
- view state as bas64 to be same as json rpc response (#798) 4370d6c
- Added GuildNet (#689) a3a748d