Shunkichi Sato
Shunkichi Sato
### Description of the Change #### Features 1. Enable doc tests in `tests_with_coverage` job 2. Enable `--no-fail-fast` in `tests_with_coverage` job 3. Add tests with `--no-default-features` mainly for `no_std` 5. Consolidate...
### Documentation URL(s) _coming soon_ ### Description - [ ] Un-ignore the doc test `id_derive` - [ ] Fix and un-ignore the doc test `filter_derive` _commit SHA is coming soon_...
### Feature request Make CI independent from `7272721/i2-ci` ### Motivation The `7272721/i2-ci` image is invisible and out of control for most developers. This is not a good situation ### Who...
> S Sato, [2021/12/28 23:58] > The current broker model has a couple of channels: > producer-broker and broker-consumer. > I think the equivalent is achieved with single watch::channel. >...
## Expected Behavior Ideally, transaction results are not affected by transaction load or other network status ## Actual Behavior As the transaction interval narrows, the number of rejected transactions increases...
Add utility methods to build, sign, and send a transaction. Something like: - [x] ~`createTransactionPayload`~ - The request was canceled because your example helped them @0x009922 - [ ] `signTransactionPayload`...
https://github.com/hyperledger/iroha/actions/runs/3099465203/jobs/5018635965
### GIT commit hash 02283d16 ### Minimum working example ```bash COMMIT=02283d16 ``` ```bash git checkout $COMMIT ``` ```bash docker build -t 2690:base-$COMMIT -t iroha2:base -f Dockerfile.base . ``` ```bash docker...
> S. Sato, [2022/09/16 17:33] > I think coverage should be fixed to be compared with the target branch, otherwise PRs can't be evaluated with its contribution to coverage >...
Currently, only query errors retain their type in the API response. If other Torii errors do as well instead of being stringified, the client can restore the error response to...