-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Migrate API Server #6426
Merged
Merged
Migrate API Server #6426
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
9b328cf
Start migration
alexanderbez 924c996
Merge branch 'master' into bez/6408-integrate-rest-svc
alexanderbez 0fbf8b2
Rename
alexanderbez 48b2d68
Merge branch 'master' into bez/6408-integrate-rest-svc
alexanderbez 37746ea
updates
alexanderbez 90a78b1
Add TODO
alexanderbez b937afa
Merge branch 'bez/6408-integrate-rest-svc' of github.com:cosmos/cosmo…
alexanderbez f16bf0b
TODO
alexanderbez cff231b
Merge branch 'master' into bez/6408-integrate-rest-svc
alexanderbez b0efad3
cl++
alexanderbez 5c6c33f
Merge branch 'bez/6408-integrate-rest-svc' of github.com:cosmos/cosmo…
alexanderbez 0082dee
update config
alexanderbez 02f2bdb
Build updates
alexanderbez cf5c2f3
Add ref to TODO
alexanderbez 2270b11
Use codec.JSONMarshaler
alexanderbez 238a8d7
Refactor route registration
alexanderbez 4256a85
Cleanup
alexanderbez 3fb4a54
Merge branch 'master' into bez/6408-integrate-rest-svc
alexanderbez 4dc4d70
Disable API server by default
alexanderbez afe9a54
Enable API server in testnet cmd
alexanderbez 9522310
Update server/constructors.go
alexanderbez 988f572
Merge branch 'master' into bez/6408-integrate-rest-svc
alexanderbez 5c210bc
address comments
alexanderbez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1 +1 @@ | ||
client/lcd/swagger-ui/* linguist-vendored | ||
client/docs/swagger-ui/* linguist-vendored |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package statik | ||
|
||
//This just for fixing the error in importing empty github.com/cosmos/cosmos-sdk/client/lcd/statik | ||
//This just for fixing the error in importing empty github.com/cosmos/cosmos-sdk/client/docs/statik |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
Legacy flags? What legacy flags?