Daniil Polyakov

Results 26 issues of Daniil Polyakov

## Description While original issues doesn't state it clearly I think that the problem was premature execution of time triggers. So that trigger could be executed even before `start`. I...

Bug
iroha2-dev
api-changes

Right now there is a problem -- we have to invoke `cargo` from our `iroha_wasm_builder` to be able to build Rust Smartcontract in WASM. That can cause problems with cargo...

iroha2
build
research

`docker-compose.dev.*.yml` are generated by `iroha_swarm`. Such a change should be reflected there. Moreover, Swarm has tests that should ensure that it cannot generate incomplete configuration... Actually, this PR shows that...

iroha2-dev

Due to usage of - `#[cfg_attr(feature = "std", derive(thiserror::Error))]` and - `#[cfg_attr(feature = "std", source)]` We lose a lof of info about errors. Because of that `Debug` print of, for...

Bug
good first issue
iroha2-dev

After unit-test system will be ready we need to write unit-tests for all our default validation functions

iroha2-dev
Tests

- Originally proposed by me here: https://github.com/hyperledger/iroha/pull/4156#discussion_r1427939825 The idea is to return an error from Executor on `Register` instruction if there are any duplicates in permission tokens. Pros: - Robust...

question
iroha2-dev