Artyom Bakhtin

Results 6 issues of Artyom Bakhtin

I'm running multiple Westend RPC nodes. To get more insights about the runtime I'm building a Grafana dashboard. Substrate exposes `substrate_rpc_calls_time_bucket` metric which shows the response time distribution of RPC...

Z0-unconfirmed

Signed-off-by: bakhtin We currently use a [full blown ubuntu:20.04](https://github.com/paritytech/polkadot/blob/4d72c27767e0d8be6417292c579ab969fc1ad1bb/scripts/ci/dockerfiles/polkadot/polkadot_builder.Dockerfile#L10) for Polkadot release images. While useful for debugging, an Ubuntu image contains packages that are not required to run a Polkadot...

A0-pleasereview
B1-releasenotes

Signed-off-by: Artyom Bakhtin ### Description of the Change Refactor Ansible role for Iroha deployment: - added variables (`iroha_init_vars`, `iroha_generate_init_configs`, `iroha_update_runtime_configs`) that control role execution. Toggling the variables will enable/disable certain...

Update deployment templates to allow configuring labels on Pods

Improved version of https://github.com/paradigmxyz/reth/pull/18615 (that got [reverted](https://github.com/paradigmxyz/reth/pull/19011)) Differences compared to the original PR: - Does not modify `release.yml` CI pipeline to prevent any accidental breakage. Instead, I refactored `release-reproducible` pipeline...

Each Helm chart is now configured to run a smoke test on each PR. A chart is deployed to a local K8s cluster with default or close-to-default parameters. While smoke...

P3
R-blockchain-apps