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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 23 additions & 24 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## PENDING

BREAKING CHANGES
* API
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

- \#1880 [x/stake] changed the endpoints to be more REST-ful
* Update to tendermint v0.22.5. This involves changing all of the cryptography imports. [Ref](https://github.com/tendermint/tendermint/pull/1966)
* [baseapp] Msgs are no longer run on CheckTx, removed `ctx.IsCheckTx()`
* [x/gov] CLI flag changed from `proposalID` to `proposal-id`
Expand Down
Loading