Vlad Frolov

Results 120 issues of Vlad Frolov

This snippet: https://github.com/DioxusLabs/docsite/blob/a97cd402201bc081801bddab6914d0dbd7a5ac70/snippets/homepage.rs#L1-L9 Does not match the actual implementation and thus it raises some questions from the new-comers: https://github.com/DioxusLabs/docsite/blob/a97cd402201bc081801bddab6914d0dbd7a5ac70/src/components/homepage/hero.rs#L46-L81 * The text is different * There is Ferris img *...

## 🤖 New release * `near-cli-rs`: 0.10.0 -> 0.11.0 (⚠️ API breaking changes) ### ⚠️ `near-cli-rs` breaking changes ``` --- failure constructible_struct_adds_field: externally-constructible struct adds field --- Description: A pub...

I tried to follow the suggestion from the cargo-dist thread: https://github.com/axodotdev/cargo-dist/issues/74#issuecomment-2053680080 UPD: No luck: * libudev is the blocker for musl and cross-compiled aarch64 targets and there is no way...

See #312. cargo-dist does not yet support cross-compilation (https://github.com/axodotdev/cargo-dist/issues/74) and we don't have arm64 CI runners.

enhancement
help wanted

Currently, CLI uses a single `rpc_url` per network connection, but we often hit the problems if RPC provider is overloaded. We may consider several options: 1. Make `rpc_url` a list...

enhancement

It seems that near.cli.rs cannot use system keychain to store and read keys on WSL (Linux subsystem on Windows): https://github.com/near/near-cli-rs/issues/287#issuecomment-1935586950 It needs further investigation if there is a way to...

enhancement
help wanted
good first issue

We should not offer free drainable mainnet tokens, but we can have a win-win solution here. We provide NEAR in exchange of something useful for NEAR ecosystem, e.g.: 1. Public...

enhancement
help wanted

This is a massive effort, but it will be a quality of life improvement for many! There is already a great start here: https://docs.near.org/tools/near-cli-rs (note, all the pages on docs.near.org...

documentation

near-cli-rs can be an awesome tool to educate NEAR developers about how things actually work in NEAR. For example, if would be great to provide more details about RPC calls...

enhancement
good first issue

Currently, commands like `near tokens xxx.near send-near` prepare a transaction with native actions such as `TRANSFER` or `FUNCTION_CALL` to FT contract. I tried to integrate DAO commands right into the...

enhancement