Commit Graph

972 Commits

Author SHA1 Message Date
Alexander Bezobchuk
66a913c205
Merge PR #4181: Cherry pick 4135 v0.34.2 2019-04-24 11:56:28 -04:00
Aleksandr Bezobchuk
f8b9a60d67
Fix docs config 2019-04-10 19:22:15 -04:00
gamarin2
1a8ab1c321 Merge PR #4019: Update Docs from Staging 2019-04-05 10:37:13 -04:00
Jack Zampolin
7f1b46ecc1
Merge PR #4041: Manual for the Crisis Module 2019-04-03 13:38:10 -07:00
rigelrozanski
2c4823865c crisis manual
int
2019-04-03 16:16:39 -04:00
Aleksandr Bezobchuk
fbc3fcb0f0
Merge branch 'master' into release/v0.34.0 2019-04-03 10:58:46 -04:00
gamarin2
ecba8a154a Merge PR #4037: Fix doc conflicts 2019-04-03 10:36:19 -04:00
Christopher Goes
5b87966ee2
Merge PR #4022: Link to latest IBC spec 2019-04-02 18:19:06 +02:00
Frank Yang
3e26ea7819 Merge PR #4015: Fix Documentation Inconsistency 2019-04-01 14:42:02 -04:00
Alexander Bezobchuk
b95ade93bd Merge PR #4011: Mint/Inflation Querier, LCD and CLI
* A few godoc updates

* More minor tweaks and reformatting

* Implement initial minting querier

* Implement stringer interface for minting params

* Minor cleanup

* Add minting CLI commands

* Implement inflation query command

* Implement annual provisions query and CLI command

* Update x/mint/client/module_client.go

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

* Update x/mint/client/module_client.go

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

* Update x/mint/client/module_client.go

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

* Update x/mint/querier.go

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

* Add minting REST client routes/handlers

* Fix build issues

* Implement querier unit tests

* Update gaiacli docs

* Implement LCD tests

* Update Swagger docs

* Add pending log entry

* add examples

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>

* revert adding examples

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
2019-04-01 10:28:36 -07:00
frog power 4000
df4394185e
Merge PR #3656: Broken-Invar Tx - aka. Crisis module
* beginning thinking on issue

* ...

* working

* working

* working fee pool distribution

* spek outline

* spec update

* gas refund calculations

* simulation saved to ~/.gaiad/simulations/

* lean simulation output

int

* cleanup bank simulation messages

* operation messges

int

* lint

* move simulation to its own module

* move simulation log code to log.go

* logger overhaul

int

* distribution comments

* fix compiling

* cleanup modifications to x/distribution/keeper/allocation.go

int

int

int

* gov bug

* result.IsOK() minimization

* importExport typo bug

* pending

* address @alexanderbez comments

* simple @cwgoes comments addressed

* event logging unified approach

* distr module name constant

* implementing

* compiles

* gaia integration

* proper constant fee removal

* crisis genesis

* go.sum update

* ...

* debugging

* fix sum errors

* missing err checks

* working implementing CLI

* remove query command

* crisis expected keepers in other modules

* crisis testing infrastructure

* working

* tests complete

* modify handler to still panic if not enough pool coins, docs working

* spec tags

* docs complete

* CL

* assert invariants on a blockly basis gaiad functionality

* gaiad CL

* transaction details in runtime invariance panic

* Apply suggestions from code review

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* sender tags

* @mossid suggestions

int

* @cwgoes comments final

* Apply suggestions from code review

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* bug seems fixed (#3998)

* delete unused line in zero height export bug
2019-03-28 19:27:47 -04:00
Frank Yang
e5897d8d91 Merge PR #3996: Update DOCS_README
Update references to make targets
2019-03-28 12:39:21 -04:00
Jack Zampolin
38b7c0705c Implement client functionality for the community pool (#3939)
Fixes: #3937
2019-03-28 01:05:36 +00:00
Aaron Craelius
82d437f206 Fix broken cosmos-sdk go module (#3982)
The unicode characters in the filename of the Chinese language launch article were breaking the cosmos-sdk go module for module consumers.
2019-03-27 17:45:08 +00:00
Frank Yang
83f3d1e192 Merge PR #3975: Missing source ~/.bash_profile when setting the go environment 2019-03-25 22:04:55 -07:00
Alexander Bezobchuk
2b43e25d55
Merge PR #3954: Tx Broadcasting Sync by Default 2019-03-25 20:54:23 -04:00
Frank Yang
5c2077c150 Merge PR #3935: Modify stake to uatom in gaia's doc
* Modify stake to atom in gaia's doc. #3833

* Scale up the amount from atom to uatom.

* Scale up the amount from atom to uatom.

* Update docs/gaia/validators/validator-setup.md

Co-Authored-By: yangyanqing <yangyanqing.cn@gmail.com>

* modify for review
2019-03-25 17:15:54 -04:00
Alexander Bezobchuk
59765cecb1 Merge PR #3857: Remove Shares Concept from Unbond/Redelegate UX
* Remove shares concept from unbonding and redelegation

* Remove redundant staking REST type declerations

* Rename staking REST request types

* Fix slashing tests

* Fix staking tests

* Fix integration tests

* Add safety checks for when validator tokens are zero

* Attempt to fix simulation

* Add pending log entry

* Update docs

* Implement and use SharesFromTokens

* Rename ShareTokens and ShareTokensTruncated

* Rename Delegation to Amount in DelegateRequest

* Implement and use SharesFromTokensTruncated

* Update MsgDelegate to use Amount instead of Value

* Use constructors in staking sim messages

* Implement and use ValidateUnbondAmount
2019-03-25 17:13:02 -04:00
Zaki Manian
2788c2250d Merge PR #3968: Documentation on how to sign Cosmos transactions 2019-03-25 18:20:03 +01:00
frog power 4000
2ca86c8605 Merge PR #3898: Circuit breaker high level explanation 2019-03-25 16:37:05 +01:00
gamarin2
294ac8e980 Merge PR #3965: Cherry pick docs update to develop 2019-03-22 13:53:37 -07:00
wangjj9219
160928b8f3 Merge PR #3955: update docs chinese translation 2019-03-22 12:06:55 -07:00
Alessio Treglia
8421008042
Remove REST server's secure mode altogether 2019-03-19 18:20:53 +01:00
gamarin2
ce82e01ec4 Merge PR #3922: DOCS: gamarin/master docs update 2019-03-18 16:58:11 -07:00
Chris Remus
faefc80769 Merge PR #3931: DOCS: Update validator-setup.md 2019-03-18 15:12:58 -07:00
frog power 4000
ea9aecdff4
Merge PR #3894: Minting mechanism explanatory docs
* minting spec concepts

* cl

* Update docs/spec/mint/01_concepts.md

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* typo address @alexanderbez

* Apply suggestions from code review

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* commit for CI to restart
2019-03-18 11:11:31 -04:00
Alessio Treglia
6ce4d5efd1
replace dep with go mod (#3907)
Replace sha1sum with jack's gosum and get rid of
vendor-deps.
Also don't compute hash on vendor/ contents.
Instead hash go.sum.

Disable unconvert lint check. It does not
work very well with go mod.

Remove update_vendor_deps once and for all.

Upgrade to go 1.12

Closes: #3919 #3630
2019-03-18 13:45:25 +01:00
Frank Yang
3d2886dc49 Remove Height Flag from CLI Queries #3883 (#3910)
Closes: #3883
2019-03-16 17:26:40 +01:00
Ismail Khoffi
5115dd4a6a Merge PR #3912: Fix a bunch of typos while skimming through the docs 2019-03-15 18:10:11 +01:00
Joon
465bb02d6a Merge PR #3779: Split Proposal Interface 2019-03-15 17:47:47 +01:00
shirleypyj
868d44879c Merge PR #3904: Create Blastoff — The Cosmos Hub Mainnet is Live-CN 2019-03-15 15:35:36 +01:00
Chjango Unchained
dd0378da88 Merge PR #3902: docs: create blog-3-en.md 2019-03-15 08:12:38 +01:00
dogemos
1bc7716010 Merge PR #3879: Update Korean CLI delegator guide to mainnet spec 2019-03-14 19:13:51 +01:00
Karoly Albert Szabo
48b6b3884f Merge PR #3891: Fix link to genesis 2019-03-14 17:09:39 +01:00
Frank Yang
7e53da86ee Merge PR #3884: steak to stake 2019-03-14 10:32:46 -04:00
gamarin
f39cc0d548 typo fix 2019-03-13 15:37:26 +01:00
gamarin
bd1b693bc6 chris review 2019-03-13 15:32:51 +01:00
Christopher Goes
85b0733a6a
Apply suggestions from code review
Co-Authored-By: gamarin2 <gautier@tendermint.com>
2019-03-13 15:30:48 +01:00
gamarin2
5b62109334 Merge PR #3838: Update Docs for mainnet 2019-03-13 07:09:39 -07:00
gamarin
9e446dfeb7 melekes review 2019-03-13 13:57:09 +01:00
gamarin
5b5960c5e9 fix version 2019-03-12 18:31:23 +01:00
Jack Zampolin
e111162f0c
Update docs/gaia/delegator-guide-cli.md 2019-03-11 14:57:49 -07:00
Jack Zampolin
3f87671232
Apply suggestions from code review
Co-Authored-By: jackzampolin <jack.zampolin@gmail.com>
2019-03-11 14:57:04 -07:00
gamarin
d563a26415 bez review 2019-03-11 19:20:46 +01:00
gamarin
1662d6b037 finalize mainnet docs 2019-03-11 19:01:05 +01:00
gamarin
7ec3d3d6fc update docs for mainnet 2019-03-11 19:01:05 +01:00
Luigi
db421fc0a6 Merge PR #3847: Fix typos, and update deprecated links 2019-03-11 18:23:46 +01:00
Jae Kwon
4b765b6ab4
Merge pull request #3844 from cosmos/master
Temporarily remove snap from installation instructions
2019-03-09 19:19:31 -08:00
Jae Kwon
506712341d
Temporarily remove snap from installation instructions
Temporarily remove snap from installation instructions until it's been more thoroughly audited.
2019-03-09 19:13:27 -08:00
shirleypyj
c57de3daea Merge PR #3827: Create delegator-guide-cli.md 2019-03-07 21:51:42 -08:00