Alexander Bezobchuk
5ca93ac574
Merge PR #4206 : Param Change Proposal
...
* Add params error types
* Update param module keeper to take a codespace
* Update imports
* Implement SetRaw and SetRawWithSubkey
* Implement ParamChange and update aliases
* Add types codec
* Implement ParameterChangeProposal
* Implement TestParameterChangeProposal
* Fix linting errors
* Update tags
* Implement content
* Updata params aliases
* Finish params handler and proposal types
* Move deposit and vote logic to types package
* Move proposal type to types package
* Move errors to types package
* Update proposal
* Move gov messages to types package
* Minor updates to naming
* Move keys to types package
* Move codec to types package
* Move proposal types to types package
* Update aliases
* Add governance alias types
* Implement governance router
* Update gov aliases
* Update gov keeper
* Update private functions needed for the keeper
* Update godocs
* Update the gov message handler
* Update Gaia app
* Make updates to auth
* Update the message codec in the keeper
* Update gov end blocker
* Update types tests
* Minor tweaks
* Add legacy genesis logic
* Update gov aliases
* Move gov keys to types package
* Revertt to using gov/types in params
* Implement params handler test
* Update governance tests
* Fix endblocker tests
* Fix governance querier tests
* Add seal support to gov router
* Update simulationCreateMsgSubmitProposal
* Disable software upgrade proposals
* Move params keys to types package
* Implement param module proposal client logic
* Update gov client logic
* Update gaia app client hooks
* Fix linting errors
* Fix ValidateBasic
* Remove legacy files
* Update paramchange to use strings
* Update paramchange cli cmd
* Update ValidateBasic and errors
* Use PostCommands when adding child cmds
* Fix codec logic
* Update params client and handler
* Update IsValidProposalType
* Update SubmitProposal to test exec
* Implement TestGaiaCLISubmitParamChangeProposal
* Implement TestSubmitParamChangeProposal
* Update swagger.yaml
* Update gaiacli.md
* Update gov spec docs
* Fix linting errors
* Fix unit tests
* Add pending log entries
* Update docs
* Update docs
* Update client/lcd/swagger-ui/swagger.yaml
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update cmd/gaia/cli_test/test_helpers.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update client/lcd/test_helpers.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update x/gov/types/proposal.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Address PR comments
* Update docs/cosmos-hub/gaiacli.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update gov docs to include quorum notes
* Add logs to handleParameterChangeProposal
* Update docs/spec/governance/02_state.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Support and use new StatusFailed when proposal passes but fails exec
* Add docs/notes warning on param validity
* Update docs
* Update docs/spec/governance/02_state.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Update docs/spec/governance/02_state.md
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Minor doc update
* Update x/gov/client/cli/tx.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Fix usage of fromAddr
* Rige code style suggestion
* Update x/params/types/proposal.go
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
* Fix CI lint errors
* Update NewModuleClient godoc
* Add godoc to rtr.Seal() call
* Rename files
* Rename NewProposalHandler
2019-04-30 12:31:38 -04:00
Juan Leni
1306a25e42
Adding support for Ledger Cosmos App v1.5 ( #4227 )
...
This PR adds support for the latest version of the Cosmos App (v.1.5).
The app is not been released yet by Ledger but the PR is backwards compatible.
We can later remove backwards compatibility and enforce v1.5 only.
When creating a new account, `gaiacli` now shows the account/index and address in the device and requires user confirmation.
Related PRs:
https://github.com/cosmos/ledger-cosmos-go/pull/3
https://github.com/cosmos/ledger-cosmos-go/pull/4
https://github.com/cosmos/ledger-cosmos-go/pull/5
https://github.com/cosmos/ledger-cosmos-go/pull/6
Changes in the app can be found here:
https://github.com/LedgerHQ/ledger-app-cosmos/pull/5
2019-04-30 09:58:21 +01:00
Alexander Bezobchuk
f0f7b7dab7
Merge PR #4230 : Minor cleanup in tx tags and response format
2019-04-29 23:50:44 -04:00
Frank Yang
5344e8d768
Merge PR #4220 : Empty mnemonic should return error during key recovery
2019-04-29 12:49:35 -04:00
hukkinj1
6bb94ae814
Merge PR #4224 : Fix typo in docs
2019-04-29 10:53:00 -04:00
Frank Yang
f9718b0eb4
Fix dependency of devtools Makefile and clean code. ( #4223 )
...
1. `make tools` will not updated `clog` when `clog/main.go` was changed,
except `${GOBIN}/clog` or `tools-stamp` was deleted. `gosum` has the
same problem.
2. $(GOBIN)/gosum was just like magic number.
2019-04-29 15:47:43 +01:00
Frank Yang
3a1ee0839e
Merge PR #4221 : Change `sdkch` to `clog` in docs
2019-04-29 10:32:01 -04:00
Frank Yang
df2e0bf178
Update docs/translations/cn/cosmos-hub to 36dcd7b7
( #4211 )
...
Update Chinese documents of cosmos-hub to 0e54369
.
Remove non-Chinese blogs.
Fix some typo of English documents of cosmos-hub.
Rename gaia to cosmos-hub
2019-04-29 14:25:32 +01:00
mircea-c
36dcd7b7ad
Merge PR #4205 : Mircea/update contributing md
...
* Update `CONTRIBUTING.md` branching strategy and release process
* Delete PRIORITIES.md
* Delete RELEASE_PROCESS.md
* Remove RELEASE_TEST_SCRIPT.md
* Update CONTRIBUTING.md
Co-Authored-By: mircea-c <mircea@tendermint.com>
2019-04-26 21:57:03 -04:00
Alexander Bezobchuk
ec4a1e8f2a
Merge PR #4207 : Add rewards and commission tags in txs
2019-04-26 19:11:45 -04:00
Jack Zampolin
9a16e2675f
Merge master into develop in preparation for deleting master
2019-04-26 14:25:42 -04:00
Jack Zampolin
ea75ae5d47
Merge master into develop
2019-04-26 13:56:02 -04:00
Alexander Bezobchuk
050f6a61ba
Merge PR #4198 : Release v0.34.3
2019-04-26 12:13:23 -04:00
Alexander Bezobchuk
1127446f71
Release v0.34.3
2019-04-26 11:01:10 -04:00
Alexander Bezobchuk
4a87f45bfe
Merge PR #4185 : Release v0.34.2 into develop
2019-04-25 22:34:20 -04:00
frog power 4000
1cc1148807
Update docs/cosmos-hub/upgrade-node.md
...
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
2019-04-25 21:49:43 -04:00
Aleksandr Bezobchuk
e7ca82d808
Merge branch 'develop' into release/v0.34.2
2019-04-25 21:40:33 -04:00
Alexander Bezobchuk
13bd5b62cf
Release v0.34.2
...
* Merge PR #4163 : Fix v0.33.x export script to port gov data correctly
* Remove TOC
* Add missing changelog entry for v0.34.1
* Merge PR #4182 : Cherry pick #4083 into v0.34.2
* Merge PR #4181 : Cherry pick 4135 v0.34.2
* Merge PR #4183 : Cherry pick 4181 into v0.34.2
* Support pagination and status query params for /staking/validators
* Rename BondStatusToString to String
* Cherry pick 4181
* Remove pending log
* Fix CODEOWNERS
2019-04-25 17:30:23 -04:00
Ethan Buchman
296a8c81c8
Merge branch 'master' into release/v0.34.2
2019-04-25 17:11:59 -04:00
Ethan Buchman
bfb2b49b09
Merge pull request #4176 from cosmos/gamarin/docs-update
...
Docs update
2019-04-25 17:11:45 -04:00
Jack Zampolin
d39bb63ffe
Fix CODEOWNERS
2019-04-25 16:41:46 -04:00
xwartz
95e3d7d05e
Merge PR #4189 : Fix ErrNoInputs message typo
2019-04-25 09:16:38 -04:00
Alexander Bezobchuk
94bc55ef4f
Merge PR #4183 : Cherry pick 4181 into v0.34.2
...
* Support pagination and status query params for /staking/validators
* Rename BondStatusToString to String
* Cherry pick 4181
* Remove pending log
2019-04-24 12:03:55 -04:00
Alexander Bezobchuk
66a913c205
Merge PR #4181 : Cherry pick 4135 v0.34.2
2019-04-24 11:56:28 -04:00
Alexander Bezobchuk
c0e6b38394
Merge PR #4182 : Cherry pick #4083 into v0.34.2
2019-04-24 11:51:49 -04:00
Alexander Bezobchuk
0e54369850
Merge PR #4177 : Update Staking Validators Rest Query
...
* Support pagination and status query params for /staking/validators
* Rename BondStatusToString to String
2019-04-24 11:48:39 -04:00
Juan Leni
29755e66f6
Merge PR #3659 : KMS Documentation/Tutorial. How to run a Validator with a Ledger device
2019-04-24 11:00:33 -04:00
Aleksandr Bezobchuk
18b973e1a0
Add missing changelog entry for v0.34.1
2019-04-24 09:40:55 -04:00
Aleksandr Bezobchuk
92dd6ffefd
Remove TOC
2019-04-24 09:05:19 -04:00
gamarin
dcdd597350
udate upgrade node doc
2019-04-23 19:57:30 +02:00
gamarin
d48436fb0f
fix conflicts
2019-04-23 19:18:40 +02:00
gamarin
5d10a6f05b
code review
2019-04-23 19:17:36 +02:00
Federico Kunze
0a51d56e90
Apply suggestions from code review
...
Co-Authored-By: gamarin2 <gautier@tendermint.com>
2019-04-23 19:17:13 +02:00
gamarin
4742e406ae
few nits
2019-04-23 16:14:56 +02:00
gamarin
8e9210664f
docs update
2019-04-23 16:11:16 +02:00
Alexander Bezobchuk
c6cb84c558
Merge PR #4059 : Add support for graceful halt via server config
2019-04-23 09:33:11 -04:00
Alessio Treglia
4bf9d2b3ec
Merge PR #4161 : New experimental simulation runner
2019-04-23 09:01:59 -04:00
Alexander Bezobchuk
df6f2d6e25
Merge PR #4140 : Fix Failed Simulation Seeds
2019-04-22 10:57:58 -04:00
Alexander Bezobchuk
b85371ae51
Merge PR #4163 : Fix v0.33.x export script to port gov data correctly
2019-04-21 17:03:09 -07:00
Alessio Treglia
93e8f467fe
Turn --from into a positional argument in gaiacli tx send ( #4146 )
...
Closes : #4142
2019-04-18 19:48:52 +01:00
Alessio Treglia
1aa3df2876
multisim.sh: avoid termination by lack of output ( #4155 )
2019-04-18 19:22:53 +01:00
Alessio Treglia
9036430f15
Better signal handling for multisim.sh ( #4149 )
2019-04-18 02:10:26 +01:00
mircea-c
fc1c58a246
Updated release process documentation ( #4133 )
2019-04-17 18:02:06 +01:00
Frank Yang
1b726ad88a
Translate doc clients to chinese. ( #4129 )
2019-04-17 17:10:57 +01:00
Alessio Treglia
a75a8d3311
Merge PR #4138 : Upgrade tendermint to 0.31.5
2019-04-16 20:58:31 -04:00
Alexander Bezobchuk
0c23dec59f
Merge PR #4135 : Minor Fixes
...
* Add clarification to gen-only
* Add nil type check in NewResponseFormatBroadcastTxCommit
* Add small note to docs re: generate-only
2019-04-16 13:02:36 -04:00
Frank Yang
356e819f43
Fix typos and out-of-date info in CONTRIBUTING.md ( #4132 )
2019-04-16 15:27:45 +01:00
Alessio Treglia
769370801d
Merge PR #4101 : Return per-validator rewards when querying delegator rewards
2019-04-16 09:43:08 -04:00
Alessio Treglia
9cdd1d3e9e
Allow user to pass a custom BUILDDIR to test_cli ( #4127 )
...
Preparation work for cli tests further parallelisation.
2019-04-16 11:10:23 +01:00
Frank Yang
c4f53facd9
R4R: Fix incorrect `$GOBIN` in `Install Go`. ( #4113 )
...
Fix empty path in `Install Go`.
This bug was fixed by #3975 , and broken by #4089
2019-04-16 10:05:28 +01:00