Vlad Frolov

Results 120 issues of Vlad Frolov

## Story As an Explorer developer who investigates issues, I want to have access to the history of the events so I can fix the incident faster and reliably. As...

New_Feature
Priority_2

## Story As a maintainer who may need to deploy Explorer on another platform, I want to be aware of all the necessary tweaks so I can deploy Explorer successfully....

My developer experience with nearcore is not great, so I contemplated the improvements that can be made. The very first thing that is missing for me is a clear project...

C-housekeeping
C-discussion
C-epic
A-build
S-pinned

## Story As a regular NEAR user who wants to understand where the tokens went, I want to read the account details page on Explorer so I can confirm that...

New_Feature
Needs-Validation

I'm sorry to bother you, but I'm looking for the up-to-date tool like docker-registry-debug to workaround Docker Hub Automated Build time limits. Do you happen to know such a tool?

https://www.gnu.org/software/libc/ There have been several issues with 2.35: * https://github.com/sgerrand/alpine-pkg-glibc/issues/208 * https://github.com/sgerrand/alpine-pkg-glibc/issues/209 * https://github.com/sgerrand/alpine-pkg-glibc/issues/204 Seems like simple release would resolve the issue: https://github.com/sgerrand/alpine-pkg-glibc/issues/204#issuecomment-1682139068

## 🤖 New release * `borsh`: 1.3.1 -> 1.4.0 (✓ API compatible changes) * `borsh-derive`: 1.3.1 -> 1.4.0 Changelog ## `borsh` ## [1.4.0](https://github.com/near/borsh-rs/compare/borsh-v1.3.1...borsh-v1.4.0) - 2024-02-29 ### Added - impl `BorshSchema`...

So far we don't want to release any more breaking changes, but let's keep track of potential breaking changes here. * [ ] https://github.com/near/borsh-rs/issues/270 * [ ] https://github.com/near/borsh-rs/issues/281 * [...

I randomly noticed `indicatif` usage in near-runtime and that hooked me to check why it was used there. It turned out to be not used, so I cleaned up other...

Updating near-jsonrpc-client-rs, which uses near-primitives, I saw the following: near-primitives from 0.15.0 to 0.16.1 started to transitively depend on `actix` (dependency of near-o11y), old `clap` 3.x (dependency of near-o11y), and...

C-housekeeping
C-good-first-issue