-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reintroduce the ability to run Gaia Lite in "insecure" mode #2715
Comments
5 tasks
4 tasks
This was referenced Nov 9, 2018
ebuchman
pushed a commit
to tendermint/tendermint
that referenced
this issue
Nov 15, 2018
* Decouple StartHTTP{,AndTLS}Server from Listen() This should help solve cosmos/cosmos-sdk#2715 * Fix small mistake * Update StartGRPCServer * s/rpc/rpcserver/ * Start grpccore.StartGRPCServer in a goroutine * Reinstate l.Close() * Fix rpc/lib/test/main.go * Update code comment * update changelog and comments * fix tm-monitor. more comments
alessio
pushed a commit
that referenced
this issue
Nov 27, 2018
- Reintroduce gaia lite --insecure mode (closes: #2715). - Update Gopkg.toml accordingly.
@faboweb I believe this is fixed. Can you confirm please? |
@faboweb AFAIK this is fixed, please reopen if not so. |
I was wrong, |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Once the following have been addressed and introduced downstream to the SDK:
The SDK should reintroduce the ability to run Gaia Lite in insecure mode (i.e. undo #2716)
/cc @alessio @faboweb
For Admin Use
The text was updated successfully, but these errors were encountered: