Egor Ivkov

Results 16 issues of Egor Ivkov

Can you advice me how to add social link that is not listed in _config.yml file?

The proof can be either purely mathematical or in TLA+ (Coq, etc.). TLA+ should be convertible to math expressions in LaTeX.

iroha2

Seems like if the crate is built with `prost-codec` feature - then prost error should be there https://github.com/tikv/raft-rs/blob/2357cb22760719bcd107a90d1e64ef505bdb1e15/src/errors.rs#L27

After https://github.com/hyperledger/iroha/pull/1576 is merged we should add the support for this endpoint to python lib for ease of administration, as DevOps might want to use our python lib.

enhancement
iroha2

Replication factor change means the change in the number of replicas on peers, so the distribution should also change. Therefore a new distribution proposal should be attached to the replication...

We need to track the behavior of a constantly live system. Ensure that it is stable and that it is possible to migrate it at each new version. Tasks: -...

See [Triggers RFC](https://wiki.hyperledger.org/display/iroha/Triggers) Also add corresponding instructions for their update at runtime.

iroha2

Minor grammar fix for `ValueReadError::TypeMismatch` and `NumValueReadError::TypeMismatch` error descriptions

https://github.com/3Hren/msgpack-rust/blob/941441f484c325464c9746fdca9d11c1ca6a2d78/rmp-serde/src/config.rs#L58 It seems it doesn't actually write enum variants by index, it uses idents as strings to prefix enum variant. Impl: https://github.com/3Hren/msgpack-rust/blob/941441f484c325464c9746fdca9d11c1ca6a2d78/rmp-serde/src/config.rs#L87-L97

## Changes `handle_committed_entries` after saving hard state in examples. ## Reason Projects might base their consensus thread structure looking at these examples. In production environment most of the projects will...