near-cli: Don't use deprecated functions in `near-cli`

We are still using some functions from near-api-js that are already deprecated. Such as signAndSendTransactions and functionCall. It’s easy to reproduce by running yarn test.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (10 by maintainers)

Most upvoted comments

@volovyk-s do I have to install yarn to run yarn test | grep deprecated or I can use npm instead ?

You can use npm

@volovyk-s I have commented on some low-hanging-fruite issues of this repo. These issues are open for a 1 year and may be is inactive . May you please tell me whether these issues are resolved or not ?

@Rishabhraghwendra18 great! you can check other issues and choose. Issues marked with low-hanging-fruite should be a good place to start. If you will have questions - ask them in our Discord.

Hey @Rishabhraghwendra18 ! The function call part of this issue was solved by a PR I just submitted (#781). My apologies for not thoroughly searching the issues to see if this was already being worked on. Let me know if you still plan on working on a fix for the other deprecated method (you can follow the same solution pattern in the PR I linked above).

@volovyk-s Ya. Please give me this week . I want to solve this issue

@Rishabhraghwendra18 there is a Discord community: https://discord.com/invite/UY9Xf2k Are you planning to work on this issue? We need to close it this week.

Hi smiley . First timer this side . May I work on this issue ?

Sure. Feel free to create PR.