-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add idle-timeout to rest server and rpc server config (#114)
* feat: add to rest server * chore: fix test failure * chore: add changelog_pending including changes before releasing
- Loading branch information
Woosang Son
authored
Apr 5, 2021
1 parent
37fc9d1
commit 8d9acf5
Showing
5 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Unreleased Changes | ||
|
||
## lbm-sdk v2 | ||
|
||
Write the changes made after branching from cosmos-sdk v0.42.1. | ||
|
||
### BREAKING CHANGES | ||
|
||
- CLI/RPC/Config | ||
* (rpc) [\#97](https://github.com/line/lbm-sdk/pull/97) Send response with 404 status when quering non-exist account | ||
|
||
- Apps | ||
|
||
- P2P Protocol | ||
|
||
- Go API | ||
* (global) [\#90](https://github.com/line/lbm-sdk/pull/90) Rename module path to `github.com/line/lbm-sdk/v2` | ||
|
||
- Blockchain Protocol | ||
|
||
### FEATURES | ||
* (global) [\#97](https://github.com/line/lbm-sdk/pull/97) Add codespace to response | ||
* (global) [\#97](https://github.com/line/lbm-sdk/pull/97) Add codespace to query error | ||
* (config) [\#114](https://github.com/line/lbm-sdk/pull/114) Add idle-timeout to rest server and rpc server config | ||
|
||
### IMPROVEMENTS | ||
|
||
### BUG FIXES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters