Serhii Volovyk

Results 80 issues of Serhii Volovyk

We should move towards named arguments in all functions that are exposed to the user. Let's start working on it after [https://github.com/near/near-api-js/issues/613](https://github.com/near/near-api-js/issues/613) and [https://github.com/near/near-api-js/issues/590](https://github.com/near/near-api-js/issues/590).

Closing #733 - Added support for multiple API Keys (since we can have multiple RPC Servers) - Added basic failover functionality With this design of failover, we will change (rotate)...

On the server-side, we want to know what tool is calling it. (`naj`, `jsonrpc-clien`, `near-api-py`, etc.). We can put this info in the header of each call. First layer tools...

enhancement
P2
Q4

Investigate [LvaMoat]([https://github.com/lavamoat/lavamoat](https://github.com/lavamoat/lavamoat)) to prevent software supply chain attacks.

dependencies
security

Refactoring of the WalletConnection. WIP. Should be merged after #828

![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

When we run `near generate key --seedPhease=` we are always getting `Account has existing key pair with ed25519: public key`. It happens even when account Id and pk are not...

P2
devx
T-dev-tools

***Describe the bug*** `near dev-deploy -f` throws an error if `./neardev/dev-account` is not present in the folder. ***Expected behavior*** It should deploy the contract to the new dev- silently, no...

bug
low-hanging-fruit
devx
T-dev-tools

Details described in this issue: [https://github.com/near/near-api-js/issues/731](https://github.com/near/near-api-js/issues/731)

enhancement
P2
Q4
T-dev-tools

Create a simple validators extension that will have the same functionality as the one that is available in [near-cli]([https://github.com/near/near-cli](https://github.com/near/near-cli)). `near validators ` and `near proposals` commands in particular. It should...

enhancement
extension
T-dev-tools