Dmitry Lavrenov

Results 19 comments of Dmitry Lavrenov

@vitobotta Thanks for your great tool that I would like to test. Unfortunately, spent few days to test it. Without any success :( As final option, tried to run using...

@mysticaltech Today I've tried the above `kube.tf`. Unfortunately, it doesn't work on my side. Different versions even. A lot of such line `module.kube-hetzner.module.control_planes["0-0-control-plane"].hcloud_server.server: Still creating... [2m20s elapsed]`. Finally, I'm getting...

> In order to try again, you need to destroy the cluster and retry with the correct SSH config. See how to destroy in the readme please. Recreated workspace and...

Already implemented https://github.com/polkadot-evm/frontier/pull/1237. We need our forks to be updated to `polkadot-v1.1.0`.

The usage of `std::time::Duration::from_millis(humanode_runtime::SLOT_DURATION)` is clear as `SLOT_DURATION` is defined in milliseconds. Should we check smth else? `pub const SLOT_DURATION: u64 = super::block_time::MILLISECS_PER_BLOCK;` ``` // NOTE: Currently it is not...

Rename `SLOT_DURATION` -> `SLOT_DURATION_IN_MILLISECONDS`.

The issue is related to https://github.com/paritytech/substrate/issues/12939. Based on in it, to apply required changes we need to have our `substrate` fork update that includes: - https://github.com/paritytech/substrate/pull/13287 - https://github.com/paritytech/substrate/pull/13302 At least,...

@MOZGIII Do we still need zombienet in CI ?

Looks like it's enabled in our code already. And we can close the issue @MOZGIII ?

Probably we are going to use own implementation similar to multi-block production using `on_idle` logic described #1448