Vlad Frolov

Results 137 issues of Vlad Frolov

Let's standardize a Faucet Interface and switch to using near-faucet.io @flmel Can near-faucet.io create accounts with preloaded NEAR similar to how we currently use NEAR Helper endpoint?

enhancement
blocked

I wanted to call `factorial` function of this contract: https://github.com/near/near-sdk-rs/blob/master/examples/cross-contract-calls/high-level/src/lib.rs#L10 The function can only be executed `as-transaction` as it uses cross-contract calls, but it uses `&self`, which is treated as...

bug
good first issue

## 🤖 New release * `near-cli-rs`: 0.13.0 -> 0.13.1 Changelog ## [0.13.1](https://github.com/near/near-cli-rs/compare/v0.13.0...v0.13.1) - 2024-08-01 ### Fixed - Fixed a typo in `inspect` output about missing ABI support ([#374](https://github.com/near/near-cli-rs/pull/374)) --- This...

## 🤖 New release * `bos-cli`: 0.3.15 -> 0.3.16 Changelog ## [0.3.16](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.15...v0.3.16) - 2024-08-21 ### Other - Updated near-* dependencies to the latest versions (nearcore crates 0.24.1 and near-cli-rs 0.14.1)...

**Is your feature request related to a problem? Please describe.** There are backups provided by various providers and we need to make them discoverable: * Allnodes: https://www.publicnode.com/snapshots#near * Pagoda: https://near-nodes.io/intro/node-data-snapshots...

enhancement

## 🤖 New release * `cargo-near`: 0.9.0 -> 0.10.0 (⚠️ API breaking changes) * `cargo-near-build`: 0.1.1 -> 0.2.0 (⚠️ API breaking changes) ### ⚠️ `cargo-near` breaking changes ``` --- failure...

`cargo near build` command relies on the project being part of a git repository with at least one commit, which causes confusion and build errors for users unfamiliar with this...

bug
good first issue

## 🤖 New release * `bos-cli`: 0.3.17 -> 0.3.18 Changelog ## [0.3.18](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.17...v0.3.18) - 2024-09-12 ### Other - Updated near-* dependencies to 0.26 release ([#102](https://github.com/bos-cli-rs/bos-cli-rs/pull/102)) --- This PR was generated with...

## 🤖 New release * `borsh`: 1.5.1 -> 1.6.0 (✓ API compatible changes) * `borsh-derive`: 1.5.1 -> 1.6.0 Changelog ## `borsh` ## [1.6.0](https://github.com/near/borsh-rs/compare/borsh-v1.5.1...borsh-v1.6.0) - 2024-10-08 ### Added - ser/de for...

## 🤖 New release * `near-cli-rs`: 0.19.0 -> 0.19.1 (✓ API compatible changes) Changelog ## [0.19.1](https://github.com/near/near-cli-rs/compare/v0.19.0...v0.19.1) - 2025-03-29 ### Added - Use free ARM64 GitHub Action runners for pre-built binaries...