Ethan Buchman
77c04202a2
server: run cleanupFunc before Exit ( #4324 )
...
Ensure gaiad shutdown Tendermint gracefully upon
receiving SIGINT and SIGTERM.
Closes : #4323
2019-05-11 04:27:11 +02:00
Alexander Bezobchuk
829ce17d06
Merge PR #4307 : Don't pass height to RPC calls
2019-05-09 16:42:25 -04:00
Alexander Bezobchuk
925070ae38
Merge PR #4292 : Fix Signing Infos Endpoint
2019-05-09 13:38:15 -04:00
Alexander Bezobchuk
85ffce5f58
Merge PR #4306 : Allow generate-only to fully operate offline
2019-05-08 16:06:05 -04:00
Alexander Bezobchuk
2d93efd0d5
Merge PR #4291 : Update Gov Spec Abstract
2019-05-08 09:51:59 -04:00
Alessio Treglia
04ed12dd2a
Merge PR #4303 : Fix coins findDup()
2019-05-08 09:51:30 -04:00
Alessio Treglia
e5e6971558
Fix 'Using --password via the CLI is insecure' when building the docker image ( #4282 )
2019-05-08 01:47:11 +01:00
Jack Zampolin
144b838287
Merge PR #4293 : Add changelog for v0.34.4
2019-05-07 11:21:48 -07:00
Alexander Bezobchuk
1bd70a238d
Merge PR #4281 : Fix addGenesisAccount
2019-05-07 13:10:35 -04:00
Alexander Bezobchuk
99df748dda
Merge PR #4285 : Update REST Client to Support Custom R/W Timeouts
2019-05-07 13:04:48 -04:00
Alessio Treglia
7301dc9a49
Merge PR #4290 : Upgrade IAVL v0.12.2
2019-05-07 10:18:32 -04:00
frog power 4000
9c4b170038
Merge PR #4258 : Contributing doc update
...
* R4R Contributing doc update
* Update CONTRIBUTING.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
2019-05-06 15:32:19 -04:00
Alessio Treglia
06f7b2198a
Replace vet with golangci lint govet ( #4277 )
...
Drop go vet in favor of golangci-lint govet check.
Fix golangci-lint warnings.
Upgrade golangci-lint.
2019-05-06 17:50:05 +01:00
Alessio Treglia
5060187d3d
Merge gaiareplay into gaiad to reduce number of binaries ( #4272 )
2019-05-06 17:43:37 +01:00
Frank Yang
8bb2569abc
R4R: Fix /txs/encode endpoint ( #4212 )
...
Closes : #4141
2019-05-06 15:53:12 +01:00
Alexander Bezobchuk
b922d3c58b
Merge PR #4270 : Update Point Release Procedure section
2019-05-04 10:42:59 -04:00
Hans Schoenburg
40f3fdf0f9
Merge PR #4268 : Update Gaia Installation Docs
2019-05-04 10:03:22 -04:00
Frank Yang
1cfc868d86
Support query txs' TotalCount in GET /txs ( #4214 )
...
Closes : #3942
2019-05-04 12:09:02 +01:00
Alessio Treglia
67ab0b1e1d
Discard error returned by os.RemoveAll() when pruning test dirs ( #4264 )
2019-05-03 17:08:34 +01:00
Alessio Treglia
df362ff3e6
Upgrade Go to 1.12.4 ( #4261 )
2019-05-03 11:33:41 +01:00
Alessio Treglia
7d11a78557
Merge PR #4257 : avoid clogging /tmp with test runs leftover
2019-05-02 16:51:03 -04:00
Alexander Bezobchuk
29ed730aff
Merge PR #4244 : Param Proposal Simulation Messages; Minting Params Fix
2019-05-02 16:50:01 -04:00
Alessio Treglia
38f93128eb
Remove baseapp dependency on the version package ( #4250 )
...
The version package is meant to be a convenience utility
that provides SDK consumers with a ready-to-use version
command that produces app's versioning information from
flags passed at compile time.
It will not make sense anymore for the baseapp package
to depend on the version package once gaia will have been
migrated away from the SDK main repository as we neither
want to make assumptions nor set expectations on downstream
apps buildsystems. Thus BaseApp now provides SetAppVersion()
and AppVersion() to to allow SDK consumers to set BaseApp's
version information string once the struct is initialised.
2019-05-02 20:37:44 +01:00
Aaron Craelius
114de631a5
Allow custom key types and address formats ( #4232 )
...
Add additional parameter to NewAnteHandler for custom SignatureVerificationGasConsumer (the existing one is now called DefaultSigVerificationGasConsumer).
Add addressVerifier field to sdk.Config which allows for custom address verification (to override the current fixed 20 byte address format).
DefaultSigVerificationGasConsumer now uses type switching as opposed to string comparison.
Other zones like Ethermint can now concretely specify which key types they accept.
Closes : #3685
2019-05-02 20:36:42 +01:00
Alexander Bezobchuk
67f1e12eec
Merge PR #4253 : Change User Supplied Param Change Value to json.RawMessage
2019-05-02 14:21:35 -04:00
Alessio Treglia
60a6a8dcef
Remove tools from go.sum deps ( #4251 )
...
The go.sum target does not need to depend on tools to run successfully.
2019-05-02 17:30:29 +01:00
Alessio Treglia
2708d87278
Move clog out of the repo ( #4249 )
...
Following up #4225 :
- Move clog into an external repository
- Update devtools Makefile.
- Add .clog.yaml file required by clog's latest version.
Closes : #4222
2019-05-02 17:15:17 +01:00
Alessio Treglia
4e70a37c6b
Merge PR #4228 : gaiakeyutil -> gaiacli keys parse
2019-05-02 09:34:02 -04:00
Alexander Bezobchuk
f4a96fd6b6
Merge PR #4248 : Update contribution doc
2019-05-01 13:09:00 -04:00
Alessio Treglia
4d6480aa46
Move lcd tests into gaia ( #4245 )
...
Objective is to remove lcd -> gaia package dep.
Code cleanup.
2019-05-01 17:58:20 +01:00
Alessio Treglia
466e46ba0a
Remove client/utils dep on gaia ( #4246 )
2019-05-01 16:34:43 +01:00
Alessio Treglia
3f2f372dcf
Drop multisim.sh ( #4241 )
...
Get rid of multisim.sh as the new runsim
seems to be working well.
2019-05-01 14:53:00 +01:00
Nicolas Pinto
dfc53c5bc7
Remove duplicate seed in runsim/main.go ( #4239 )
...
Seed `37827` is duplicated in `runsim/main.go`, this patch remove the dupe.
2019-05-01 11:11:24 +01:00
Federico Kunze
e650a4f17e
fix param_change swagger docs ( #4240 )
...
Update /gov/proposals/param_change POST endpoint docs.
2019-05-01 00:06:07 +01:00
Alexander Bezobchuk
5653c768bb
Merge PR #4234 : Allow tx send (generate-only) to actually work offline
2019-04-30 12:47:26 -04:00
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