Daniil Polyakov
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...
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...
`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...
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...
After unit-test system will be ready we need to write unit-tests for all our default validation functions
- 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...