Aleksandr Petrosyan
Aleksandr Petrosyan
# Overview The current implementation of `Encode`-able and `Decode`-able structures, namely `Instruction`, `Query`, `EventFilter` implementations suffer from having many associated boxed types like `RegisterBox`, `IdentifiableBox` etc. These pollute the code...
As per the [Wiki](https://wiki.hyperledger.org/display/iroha/Iroha+Configuration) some configuration options need to be synchronised across all peers and pass consensus. We incorrectly set these values in the `config.json` file, which can silently diverge...
The `iroha_data_model` crate is used for all data that must be shared between the Iroha peer, and client. Unfortunately, this led to delocalisation of data, and any additional implementation can...
@Arjentix should prepare an RFC explaining the design of run-time validator enhancement.
Remove nursery lints from `lints.toml`
In a real deployment it is almost impossible to combine health-checks and actual log investigation, because `warp` produces logs regardless of whether or not they're useful.  In this example,...
When trying to decode a key from a `hex` representation that has an odd number of digits, the error message contains only that: that there's an odd number of digits....
We should have a way of pushing the iroha2-ci:dev image before merging into iroha2-dev. __Originally posted by @appetrosyan in https://github.com/hyperledger/iroha/pull/2576#discussion_r935188901__