Vlad Frolov

Results 120 issues of Vlad Frolov

It would be great to also integrate the check into the near-shell itself, so it does not produce cryptic errors like: ``` $ near new_project staking node: bad option: --experimental-repl-await...

T-dev-tools
good_first_issue

**This issue is based on the user report in Discord.** Currently, to select a network, one should set an environment variable `NODE_ENV`, which is an abuse of the variable in...

enhancement
T-dev-tools

I believe it is a UX problem with the current defaults for `create_account` command, as an account without a public key is a dead-end for the tokens, so if a...

enhancement
T-dev-tools

# Feature Request ## Summary clap 3.0 integrated structopts (https://github.com/clap-rs/clap#quick-example) and I wonder if it makes sense to have clap 3.0 integration in paw. ## Motivation It seems that clap...

**Describe the bug** ``` error[E0308]: mismatched types --> /home/dots/.cargo/registry/src/github.com-1285ae84e5963aae/near-primitives-0.14.0/src/rand.rs:62:50 | 62 | let uniform_index = usize::from_le_bytes(usize_seed) % self.aliases.len(); | -------------------- ^^^^^^^^^^ expected an array with a fixed size of 4...

C-bug

***Describe the problem*** **While this issue roots down to view-client, I will describe it from JSON RPC point of view.** Currently, the `tx` endpoint [expects transaction hash and a signer...

C-bug
A-RPC
T-public-interfaces
T-node
S-pinned
icebox

@chefsale it is really hard to look up the s3 link every time I need to download neard, or state-viewer, or config.json. Please, add the automation to extend the Github...

C-housekeeping
A-CI
T-SRE
B-L3
T-node

***Describe the bug*** Running a node from master I see these messages after the headers sync: ``` Aug 12 16:22:20.886 INFO stats: #10885359 Downloading headers 98% -/4 30/28/40 peers ⬇...

C-housekeeping
P-low
T-node

https://explorer.testnet.near.org/beta/transactions/2qzTuyNEpv2gWuhKPVVavGWQu9mP66Fx9oQ9cCzPXgAa See that odd left padding that broke the arrow next to the transfer action

bug
Priority_3

## Story Currently, Explorer accepts telemetry reports without validation, so anyone can submit fake information about fake nodes. Nodes that do blocks/chunks production (validation) sign their telemetry data, so we...

New_Feature
Priority_3
Needs-Validation