Commit Graph

4827 Commits

Author SHA1 Message Date
Christopher Goes 5e5ea27a04 Fix errors from merge 2019-01-03 00:17:03 +01:00
Alexander Bezobchuk 0be04aff86 Add IsValid check on sendCoins (#3212) 2019-01-03 00:16:23 +01:00
Dev Ojha d3804774d4 Fix is_valid bug (#3211) 2019-01-03 00:14:47 +01:00
Christopher Goes 4a65bda1f5 Merge PR #3207: Fix token printing bug
* Add IsPositive, case check on coins[0]
* Link to correct PR
* Add testcase
2019-01-03 00:08:44 +01:00
Jae Kwon 2b3842c583
Merge pull request #3165 from cosmos/cwgoes/gos-patch-1
GoS point release
2018-12-19 16:42:16 -08:00
Christopher Goes 3387261e6b Add comment outlining safety of commission-withdraw (#3175) 2018-12-19 14:36:25 -08:00
Christopher Goes 45a48f4e48 PENDING => CHANGELOG 2018-12-19 17:14:21 +01:00
Christopher Goes b76825ed84 Merge PR #3148: Fix gaiad export
* Add boolean for LoadLatestVersion
* Update PENDING.md
2018-12-19 17:13:46 +01:00
Christopher Goes 9aaa1c2199 CHANGELOG => PENDING 2018-12-19 17:09:42 +01:00
Christopher Goes b2c5ffeb31 Fix linter errors (#3138) 2018-12-19 17:07:37 +01:00
Hendrik Hofstadt 2be19b9d33 Merge PR #3163: Withdraw commission on self bond removal
* Withdraw commission on self bond removal
* Update PENDING.md
2018-12-19 17:05:33 +01:00
Jae Kwon 46620d4abc
Merge pull request #3136 from cosmos/jae/revert_remove_gov_slashing
Revert remove gov slashing
2018-12-17 11:03:38 -08:00
Jae Kwon 5280340bab Reintroduce tendermint 0.27.3 from previous revert 2018-12-17 11:02:23 -08:00
Jae Kwon 6666540dbb Revert "Remove GovernancePenalty"
This reverts commit 86a214f10c.
2018-12-17 10:56:45 -08:00
Jae Kwon ac511abc5c
Temporarily revert x/slashing/params json field names to use dashes, for GoS compat (#3132) 2018-12-17 10:11:38 -08:00
Zach 131f93b898 Update docs README (#3124) 2018-12-17 09:22:11 -08:00
Jae Kwon 94e7950493 0.28.1 2018-12-17 02:37:39 -08:00
Jae Kwon 86a214f10c Remove GovernancePenalty 2018-12-17 02:17:19 -08:00
Jae Kwon 677ea0a541
Welcome back, logjack (#3126) 2018-12-16 21:32:01 -08:00
Alexander Bezobchuk ff6c2f2bad Gov Get Vote(s)/Deposit(s) Updates (#3091) 2018-12-14 11:13:43 -08:00
Alexander Bezobchuk 110fd63e22 Add Slashing Query Params (#3117) 2018-12-14 11:09:39 -08:00
Federico Kunze 65beea4430 Add distribution REST endpoints swagger file (#3038) 2018-12-13 10:42:55 -08:00
Zach 5802becf09 Docs configuration changes (#3106) 2018-12-13 10:16:23 -08:00
Arve Knudsen 0ccdb204e3 Fix directory listing in intro (#3097)
Fix directory listing in SDK intro so that it gets the path to the examples right (docs/examples/ as opposed to examples/).
2018-12-13 09:55:28 -08:00
Jack Zampolin 7082bc164d
Add full-text search for docs (#3102) 2018-12-13 09:32:42 -08:00
zramsay f97b5070d1 docs: algolia full-text search 2018-12-13 09:48:55 -05:00
Santatic 904778e102 Merge PR #3098: Fix typo 2018-12-13 12:16:55 +01:00
Jack Zampolin 9ae3a8a04e
Docs: Reference -> Concepts (#3090) 2018-12-12 15:00:53 -08:00
Artur Albov 0c6d53dc07 Merge PR #2959: Add TxEncoder to client TxBuilder 2018-12-12 22:29:42 +01:00
Federico Kunze f0ba58e422
Update docs/.vuepress/config.js
Co-Authored-By: gamarin2 <gautier@tendermint.com>
2018-12-12 21:56:57 +01:00
gamarin a0a49d80a7 sdk tuto sidebar 2018-12-12 17:37:35 +01:00
Jack Zampolin 582ca8e8b9
Move validator cache to the keeper in stake (#3075) 2018-12-12 08:34:39 -08:00
gamarin 93e3d2950d merge 2018-12-12 14:17:07 +01:00
gamarin e1d9fac340 reference to concepts 2018-12-12 14:16:00 +01:00
Alessio Treglia f5e0379ef5 Merge PR #3087: Fix gaia lite docs on REST server's SSL flags
* Fix gaia lite docs on REST server's SSL flags

Closes: #3086

* Fix rest-server command call

Advanced was removed long ago
2018-12-12 13:17:15 +01:00
Dev Ojha a31dc20e6a Merge PR #2990: Update f1 spec
* Update f1 spec:

* Improves exposition of the base scheme
* Fix inflation section / add sketch of how to do it
* Add future work section

I've also realized that using the ideas of the inflation section,
we could even remove the iteration over slashes when withdrawing!
(Note, inflation section equations / proof of correctness has not been
thoroughly transcribed from my head onto paper, so its not guaranteed to
be correct at the moment. However the inflation section of this describes
something separate from inflation in the hub. It has inflation happen by
having each staked token produce more staked tokens, instead of having it come
through block rewards. This inflation can also happen per validator,
so as to enable non-signing validators to not get inflation)

* Fix grammar

Co-Authored-By: ValarDragon <ValarDragon@users.noreply.github.com>

* Add proof of correctness to the inflation section

* Re-update PDF after merging chris' fixes

* address more of @cwgoes' suggestions
2018-12-12 13:13:53 +01:00
Jack Zampolin 0fbe319471
Code cleanup and refactor of LCD Tests (#3077) 2018-12-11 13:57:17 -08:00
Jack Zampolin d8528ee4e8 Remove unused code 2018-12-11 13:30:03 -08:00
Jack Zampolin 26a31926f8 Address PR comments 2018-12-11 13:10:42 -08:00
Jack Zampolin 6f08a0e76a Address PR comments 2018-12-11 13:04:59 -08:00
Jack Zampolin b2f458ab48
Update broken links (#3035) 2018-12-11 11:52:22 -08:00
Jack Zampolin 5ecc52cdd3
Merge pull request #3082 from cosmos/zach/dahks
make sidebar titles nicer
2018-12-11 11:51:52 -08:00
zramsay 490a8d61c0 update release test script links, closes #2606 2018-12-11 14:40:25 -05:00
Jack Zampolin 206566f043 Adjust for redelegation and unbonding changes 2018-12-11 11:34:02 -08:00
Jack Zampolin 2f9b062cf3 Merge PR #3015: Add Governance genesis checks
* missing genesis verification in gaia, also add distribution verification

* PENDING.md

* Fix error message
2018-12-11 20:05:49 +01:00
zramsay e46afe00d6 make sidebar titles nicer 2018-12-11 12:12:29 -05:00
Jack Zampolin 38c11cffad
Fix Quoted JSON Return (#3045)
Fix Quoted JSON Return
2018-12-11 08:54:37 -08:00
Jack Zampolin 73efc3c5d0
Merge branch 'develop' into jack/dry-rest-tests 2018-12-11 08:44:28 -08:00
Jack Zampolin 70ce6f28f2
Merge branch 'develop' into jack/fix-empty-return 2018-12-11 08:40:08 -08:00
Jack Zampolin b9477df546
Reintroduce collect-gentxs's --gentx-dir flag (#3021)
R4R: Reintroduce collect-gentxs's --gentx-dir flag
2018-12-11 08:11:10 -08:00