🆕 near-cli-rs (https://near.cli.rs) 0.4.0 release! Here are the notable changes since [0.3.0 release](/#/mob.near/widget/MainPage.Post.Page?accountId=frol.near&blockHeight=89126916): - [Meta-transactions](https://github.com/near/NEPs/blob/master/neps/nep-0366.md) support! It is transparent to the users, so it is just a matter of configuration, hopefully, provided by the relay services. Learn more [here](https://github.com/near/near-cli-rs/issues/141#issuecomment-1531893096). - Enabled self-update for the binary releases. NEAR CLI will check for updates on every run and remind to update itself when a new release is there. - Enabled NPM installer. Try `npm install -g near-cli-rs` if you prefer Node.js-way of doing things - Added support for adding key from Ledger hardware wallet (Thanks to [Kyrylo Voronchenko](https://github.com/vsmysle)) - Added support for [Contract Storage Management Standard](https://nomicon.io/Standards/StorageManagement). Use `near account manage-storage-deposit` to explore available methods. - Fixed call function with non-JSON arguments being incorrectly displayed as `null` (Thanks to [Valentyn Chub](https://github.com/Chubik)) Help needed: - Dedicated CLIs for DAO, Staking Pools, Linkdrops. - Ledger App Support for Meta-transactions (Delegate Action signing) - [Ledger App Support for transactions bigger than 650 bytes](https://github.com/near/near-cli-rs/issues/33)