-
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
R4R: Staking Gaia-lite (ex LCD) refactor #1880
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
2f75f66
Updated some staking txs routes (bond, unbond, redelegate)
6f87e3f
LCD utils for validators
df3e021
Updated DelegatorTxs route
72553a2
Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into f…
5f5b07d
Updated endpoints
0174084
Moved staking LCD tests to module
3a26b46
Revert prev commit
efcc11b
remove logger output
faboweb 8f5334a
linted
faboweb f0d2eb5
removed module test
faboweb bb540d4
gopgk update
faboweb 88e1bd5
summary in place
faboweb dbc284d
simple test for summary
faboweb 551cef2
remove rat from share output
faboweb deedd2c
added validator endpoint
faboweb a013f84
added unbonding delegations endpoint
faboweb 35c4ff7
fixed wrongly using accaddress for validators
faboweb 21a05d1
adding txs endpoint (not working)
faboweb ee87537
Refactor completed but redelegation txs
c3b29fa
removed some prints
faboweb e867c8c
Merge pull request #1880: Staking Gaia-lite (ex LCD) refactor
e57980e
Pull most recent updates
d7297b5
updated endpoints API docs
00baf3f
Updated docs with staking Gaia Lite routes
71bc4d1
Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into f…
0f4040c
deleted unused helpers file
20c490f
Fixed some linter errors
d6dc156
Reduced complexity of staking tx query
e2cab9f
More golinter fixes
84b3de7
Logic for delegatorValidators routes. Tests missing
eb611e1
Addressed Aleks comments
14ec625
Refactor handlers with util funcs
a7884db
More refactoring on handlers
120be9c
minor fix
e2064a4
addresses comments
faboweb 7722435
added validator address to output
faboweb 9ee3d47
Revert "added validator address to output"
faboweb c683089
do not add empty delegations et al
faboweb 43f3ca8
reduced complexity
f53130f
updated comments
724aae6
reverted valaddr back to accaddr
faboweb 8fe38e3
Merge branch 'fedekunze/lcd_refactor' of https://github.com/cosmos/co…
faboweb e0a8f04
fixed tests
faboweb 71cc9ce
Merge from develop
a0e35c9
Merge branch 'fedekunze/lcd_refactor' of https://github.com/cosmos/co…
33f763f
Fixed conflicts
8abcdaa
Fixed Gopkg.lock
7030081
formatting
rigelrozanski a8261a3
addressed new comments by Rige
9ea4d6d
Deleted key comment
94c7507
Deleted comments for TODO in #1939
ab25efe
Merge branch 'develop' into fedekunze/lcd_refactor
cwgoes ccb3fcb
dep ensure -v -update
cwgoes 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.
++