Denis Kolegov
Denis Kolegov
**Describe the bug** The BLS spec [requires](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-bls-signature-04#section-2.3) that the secret key (SK) must be a uniformly random integer such that 1
The documentation [says](https://docs.prylabs.network/docs/wallet/remote/#usage) about a client certificate needed for authentication, but there is no such mechanism in the current reference implementation. ``` You will need a TLS client cert, client...
### Describe the issue: Slither prints out the following error when we try to run it on https://github.com/matter-labs/era-contracts/tree/dev/l1-contracts: ``` ERROR:SlitherSolcParsing: Failed to generate IR for TestnetVerifier.prepareAggregatedCommitment. Please open an issue...
This PR refactors the Eudico code based on the integration of Mir to Lotus.
Sometimes tests for subnets failed with the following artifacts: Multiple `actor not found` records. ``` 2022-08-27T16:09:56.228Z WARN rpc [email protected]/handler.go:279 error in RPC call to 'Filecoin.SubnetStateGetActor': resolution lookup failed (t1ddvt45g3xpgo3z6exmiuscfgb5vead7j5qqvtna): github.com/filecoin-project/lotus/chain/state.(*StateTree).GetActor...
In most Mine functions we use polling in the default clause of the select statement. This leads to the following million lines in the logs and probably big inefficiency. ```...
### Improvement Suggestion `IsEpochBeyondCurrMax` is used in Filcns to detect delayed blocks and we don't care about it for other consensus protocols (pow, delegated). If we actually don't use this...
Поскольку вычисление функции UnmarshalCompressed требует определенных вычислений (решение квадратного уравнения в поле), возможно, более эффективным будет передача точки в несжатом виде. В этом случае незначительно увеличивается объем передаваемого пакета, при...
Для cookie-сообщений предлагается рассмотреть следующий новый вариант шифрования: вырабатывать nonce с использованием шифрования значений счетчика. Использовать шифр Кузнечик в режиме ECB: - Сначала один раз генерируем случайный 256-битный ключ k,...