Igor Aleksanov
Igor Aleksanov
## Metadata: Version: protobuf v3.9.1 Language: Python Python version: 3.6.8 ## Main topic As for now, if protobuf for python installed via `pip install protobuf`, there is an inconsistent behavior....
## What ❔ - Removes `*_from_env` functions from `vlog` crate. - Introduces `ObservabilityConfig` for core and EN with env variable based constructors that match the old behavior. - Changes the...
Heavily WIP.
⚠️ To be superseded by a different approach. ## What ❔ Adds the ability to implement a custom setup hook with access to context able to retrieve resources and spawn...
## What ❔ Makes the support task for postgres storage caches aware of cancellation token. Additionally, replaces the closure with a named type. ## Why ❔ Currently, it's being canceled...
This PR consists of three parts in one (sorry for that). ## Part 1. Preconditions An alternative take on https://github.com/matter-labs/zksync-era/pull/1290 In short: - Adds two new concepts to the framework:...
Heya! Looking at [this file](https://github.com/chshersh/tool-sync/blob/main/src/err.rs#L16) it seems that you've imlpemented a small toolset for graceful exits upon meeting an irrecoverable error. However, there exists a crate named [human-panic](https://crates.io/crates/human-panic) which serves...
I'm not sure whether it's applicable for this project, but I would love it if this bot will be not `haskell`-targeted and there will be support of other programming languages...
Extracts remaining (strategically meaningful) parts of `zksync_core`. This was a hell of a feat to de-entangle all of these interdependencies (especially in tests, oh boy). The following crates were extracted:...
# What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...