Outsider

Results 27 issues of Outsider

``` - post: url: '/login' beforeRequest: 'setDeviceAsJson' json: grant_type: 'password' email: '{{ username }}' password: '{{ password }}' device: '{{ device }}' ``` In here, `device` is JSON, but the...

When sebak has some problems like the consensus is failed or doesn't work, it should return HTTP 500 status code and properly message. For example, when sebak can not make...

API
Proposal

When I test signature with `create-account`, `--verbose` doesn't print `linked` field in operations but it is used to making hash. ``` $ sebak wallet payment ${PUBKEY} 10000000000 ${SECRET} --create --verbose...

Currently, sebak supports CLI flags and environment variables. If it supports config file, like YAML. it is better to maintain a sebak network.

I found this code. https://github.com/bosnet/sebak/blob/b01b08b1e8e4aae6a1d86ba5b64eccb3d1ae2277/lib/error/errors.go#L4-L11 Honestly, I'm skeptic for numeric error code. So, I want to discuss about that. Why I dislike numeric error code is It is not meaningful....

To use ISAAC easily and independently, ISAAC should be packaged. So, users can install it and then use it.

enhancement

Tests failed randomly on Travis CI, but tests on local are fine, see [build 1](https://travis-ci.org/bosnet/isaac-consensus-protocol/builds/364040378), [build 2](https://travis-ci.org/bosnet/isaac-consensus-protocol/builds/365520465). It can be timing issue because of CI server performance. Anyway, we should...

bug