near-cli icon indicating copy to clipboard operation
near-cli copied to clipboard

General purpose command line tools for interacting with NEAR Protocol

Results 151 near-cli issues
Sort by recently updated
recently updated
newest added

When I try to create a new account with a given public key, if you pass in `--useLedgerKey`, the new account would be created with the ledger public key instead...

bug
T-dev-tools

Bumps [eslint](https://github.com/eslint/eslint) from 7.30.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies

Hi How can I listen to receive transaction or get history of transactions?

bug

**Describe the bug** CLI returned an error (SignerDoesNotExist), and the explorer shows that the transaction succeeded. When trying to create a new account with the same name, creation succeeds meaning...

bug

![Screenshot 2022-08-10 at 14 32 26](https://user-images.githubusercontent.com/4030422/183891230-c0679cdd-380f-497c-846b-a837d0e3b25c.png) Wallet made a breaking change and now accepts the referer parameter in the header instead of a URL parameter. As @MaximusHaximus said, it was...

bug
P1
security

This PR addresses the data-sharing opt-in that prompts user feedback in the current version of NEAR CLI. This opt-in prompt requires user input and complicates implementing NEAR CLI in CI...

enhancement

Sending this: ```json {"request": {"receiver_id": "bf3209f5dc7b133dcfdaeaa15d9f0dc2e52b9d67.lockup.near", "actions": [ {"type": "FunctionCall", "method_name": "terminate_vesting", "args": "eyJ2ZXN0aW5nX3NjaGVkdWxlX3dpdGhfc2FsdCI6eyJ2ZXN0aW5nX3NjaGVkdWxlIjp7InN0YXJ0X3RpbWVzdGFtcCI6IjE1Nzc5MTk2MDAwMDAwMDAwMDAiLCJjbGlmZl90aW1lc3RhbXAiOiIxNjA5NDU1NjAwMDAwMDAwMDAwIiwiZW5kX3RpbWVzdGFtcCI6IjE3MDQxNTAwMDAwMDAwMDAwMDAifSwic2FsdCI6IjdiYzcwOWMyMjgwMTExOGI3NDNmYWUzODY2ZWRiNGRlYTE2MzBhOTdhYjljZDY3ZTk5MzQyOGI5NGEwZjM5N2EifX0=", "deposit": "0", "gas": "150000000000000"} ]}} ``` fails with message: `Ledger device: UNKNOWN_ERROR (0x6990)`, before singing UI...

bug
T-dev-tools

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I'm adding near dev deploy as a ci step. The way near dev deploy is setup at the moment has an event tracking prompt that can't be avoided the first...

enhancement
T-dev-tools