Maksim Kuraian
Maksim Kuraian
Hi, I just fixed the similar problem in my app, it turned out that I forgot to run Lingui extract so translation was missed. In such a case, Lingui will...
I noticed that in `merge_validators_with_keys` method we do not handle case when kapi returned some dummy validators. ``` @staticmethod def merge_validators_with_keys(keys: list[LidoKey], validators: list[Validator]) -> list[LidoValidator]: """Merging and filter non-lido...
> I noticed that in `merge_validators_with_keys` method we do not handle case when kapi returned some dummy validators. > > ``` > @staticmethod > def merge_validators_with_keys(keys: list[LidoKey], validators: list[Validator]) ->...
⚠️ Documentation Update Needed for `deposit-security-module.md`: The `maxDepositsPerBlock` and `minDepositBlockDistance` parameters have been relocated from the Deposit Security Module (DSM) to the Staking Router level. The documentation should be updated...
@vpetrenko The Sanity Checker documentation currently includes the description for oneOffCLBalanceDecreaseBPLimit and its related methods. - Please update or remove the description for these items to align with the latest...
Add to `node-operators-registry.md` description of - new `decreaseVettedSigningKeysCount` method - `updateTargetValidatorsLimits`
I found it a bit inconvenient to jump between *ValidatorsExitBus.sol* and *ValidatorsExitBusOracle.sol*. For example, the description of the report data format (`DATA_FORMAT_LIST`) is outlined in *ValidatorsExitBusOracle.sol*, but when data in...
Nice!! Thanks for the test improvement!