-
Notifications
You must be signed in to change notification settings - Fork 31
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
chore: add idle-timeout
to rest server and bump up tendermint
#42
chore: add idle-timeout
to rest server and bump up tendermint
#42
Conversation
Please note that I revised |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…#61) * chore: add `idle-timeout` to rest server and bump up tendermint * chore: revise .circleci/config.yml Co-authored-by: KIm, JinSan <jinsan@linecorp.com>
* feat: add encoder for approve, burn_from, transfer_from * feat: setup circleci for integration test * feat: add cli_test for token-tester contract * fix: apply review * fix: build error * fix: apply review * fix: add validation that contractAddress cannot mint token after revoke perm * fix: remove unnecessary parameter
Related with: https://github.com/line/link/issues/1137
add
idle-timeout
to rest server and bump up tendermintDescription
Motivation and context
Configure http more to optimize http performance
How has this been tested?
Checklist: