Aleksandr Petrosyan

Results 140 issues of 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...

iroha2
api-changes

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...

question
iroha2
api-changes
config-changes

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...

help wanted
question
iroha2
Refactor

@Arjentix should prepare an RFC explaining the design of run-time validator enhancement.

iroha2

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. ![image.png](https://images.zenhubusercontent.com/615ecfcf34e89aca674dc2ac/1697c6c0-f08e-4e5f-8f26-215a7597a3a1) In this example,...

iroha2

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....

iroha2-dev

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__