Shunkichi Sato

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

iroha2

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

iroha2
Documentation

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

Enhancement
iroha2
CI

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

iroha2
Optimization

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

Bug
iroha2

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

iroha2

https://github.com/hyperledger/iroha/actions/runs/3099465203/jobs/5018635965

Bug
iroha2
CI

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

Bug
iroha2
Dev defect

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

Bug
iroha2
CI

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

good first issue
iroha2
api-changes