Christopher Goes
42402d3f97
Check error
2018-11-14 18:23:20 -08:00
Christopher Goes
17b9afaaa7
Export specific height
2018-11-14 18:23:20 -08:00
Christopher Goes
21795672c4
Update PENDING.md
2018-11-14 18:23:20 -08:00
Zach
555b61e3ae
deleted obsolete file ( #2817 )
2018-11-14 14:32:41 -08:00
Jack Zampolin
0453992ddb
Update contributing.md with new merge policy ( #2789 )
...
* Update contribuiting.md with new merge policy
2018-11-14 13:12:03 -08:00
mircea-c
45b0e3a7ac
Build docs in CircleCI ( #2810 )
...
* error checking the API call
* added docs build trigger to circleci job
2018-11-14 13:11:34 -08:00
rigelrozanski
90217e2313
docs and pending
2018-11-14 15:14:34 -05:00
zramsay
be53c7c706
install script, go version variable
2018-11-14 15:14:13 -05:00
gamarin2
7f07e93601
Bring back banner ( #2814 )
2018-11-14 12:01:59 -08:00
rigelrozanski
7be5179982
Merge remote-tracking branch 'origin/develop' into rigel/deliver-max-gas
2018-11-14 14:45:02 -05:00
gamarin2
addcfbf5cb
Documentation Structure Change and Cleanup ( #2808 )
...
* Update docs/sdk/clients.md
* organize ADR directory like tendermint
* docs: move spec-proposals into spec/
* remove lotion, moved to website repo
* move getting-started to cosmos-hub, and voyager to website
* docs: move lite/ into clients/lite/
* move introduction/ content to website repo
* move resources/ content to website repo
* mv sdk/clients.md to clients/clients.md
* mv validators to cosmos-hub/validators
* move deprecated sdk/ content to _attic
* sdk/modules.md is duplicate with modules/README.md
* consolidate remianing sdk/ files into a single sdk.md
* move examples/ to docs/examples/
* mv docs/cosmos-hub to docs/gaia
* Add keys/accounts section to localnet docs
2018-11-14 11:44:17 -08:00
rigelrozanski
524906478a
add init chain block gas for gen-txs (all unit tests fixed)
2018-11-14 14:16:52 -05:00
rigelrozanski
0d4dd8762b
fix baseapp tests
2018-11-14 14:07:46 -05:00
ValarDragon
269415908c
change branch to master
2018-11-14 11:05:48 -08:00
Rigel
6feab55e1e
Merge PR #2765 : Slight cleanup of distribution specification
...
[R4R] Slight cleanup of distribution specification
2018-11-14 13:53:11 -05:00
Alexander Bezobchuk
bba7a3053d
Update overview.md
2018-11-14 13:26:31 -05:00
Christopher Goes
2bff5c2838
Merge PR #2748 : Fix governance simulation, more import/export work
2018-11-14 19:20:50 +01:00
Rigel
b1a1f192fb
Update docs/spec/distribution/overview.md
...
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
2018-11-14 11:58:55 -05:00
Rigel
4b5be088c4
Update docs/spec/distribution/overview.md
...
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
2018-11-14 11:58:26 -05:00
Rigel
9118cd7e13
Update docs/spec/distribution/overview.md
...
Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
2018-11-14 11:58:00 -05:00
Alessio Treglia
6e9c3f8d1a
Merge PR #2744 : Fix Makefile targets dependencies
...
* Fix Makefile targets dependencies
* Remove unnecessary build deps from install targets
* Create a rule for each tool
* Don't dep test_lint on tools
2018-11-14 17:15:46 +01:00
Christopher Goes
1f632e39bd
Merge branch 'develop' into cwgoes/export-at-height
2018-11-14 12:27:14 +01:00
ValarDragon
9c4345fc72
Merge branch 'develop' of github.com:cosmos/cosmos-sdk into develop
2018-11-13 22:05:30 -08:00
ValarDragon
db0bcdd0e6
update ubuntu install script
2018-11-13 22:05:15 -08:00
rigelrozanski
68e3b9a559
only use block gas for deliver
2018-11-14 00:57:27 -05:00
Sunny Aggarwal
d1614ebb7e
R4R: Query Gov Params ( #2576 )
...
* gov query params
2018-11-13 15:45:37 -08:00
Christopher Goes
d184121ea0
Merge PR #276 : Update to amino 0.14.1
2018-11-13 23:51:39 +01:00
zramsay
689d8d0921
pending
2018-11-13 17:31:32 -05:00
rigelrozanski
7e6fcc0161
passing test
2018-11-13 16:01:00 -05:00
zramsay
8c805d4a47
update to amino 0.14.1
2018-11-13 15:16:20 -05:00
rigelrozanski
eead27872f
initial test case
2018-11-13 15:12:04 -05:00
Jack Zampolin
23e841585f
R4R: Querier - Get all delegations to validator ( #2565 )
...
* added querier redelegation and CLI/LCD calls
2018-11-13 11:41:58 -08:00
rigelrozanski
24468306b4
examples installing
2018-11-13 14:35:53 -05:00
Jack Zampolin
f38f57dfb2
Fix CLI tests
2018-11-13 11:33:03 -08:00
rigelrozanski
8069b2b7e6
default infinite block gas meter
2018-11-13 14:30:24 -05:00
rigelrozanski
3bf67b63e1
compiling
2018-11-13 14:27:15 -05:00
Jack Zampolin
4ebe99b00f
add back in CLI command after rebase
2018-11-13 11:10:06 -08:00
Jack Zampolin
695395aca8
Merge branch 'develop' into sunny/get_all_delegations_validator_querier
2018-11-13 11:07:36 -08:00
Jack Zampolin
12ad39ea96
R4R: Reorganize CLI command structure. ( #2728 )
...
* Reorganize CLI command structure. Fixes #2575
2018-11-13 11:03:47 -08:00
rigelrozanski
ebaa39468a
modified app provider to pass genesis
2018-11-13 13:01:18 -05:00
rigelrozanski
956d351f68
basic structure in place
2018-11-13 11:30:06 -05:00
Jack Zampolin
17c119dff7
Fix failing test
2018-11-13 08:27:42 -08:00
Christopher Goes
cb40646bc8
Bugfix
2018-11-13 16:23:01 +01:00
Christopher Goes
4a9ce8a5df
Update docs
2018-11-13 16:22:06 +01:00
Christopher Goes
737d024777
Check error
2018-11-13 16:17:40 +01:00
Christopher Goes
fa5622e072
Export specific height
2018-11-13 16:14:09 +01:00
Christopher Goes
7cb314ec01
Update PENDING.md
2018-11-13 15:55:22 +01:00
Christopher Goes
267728f025
Clarify comment
2018-11-13 15:46:14 +01:00
Christopher Goes
3686a3f47d
Only apply validator set updates on initial genesis
2018-11-13 15:38:29 +01:00
Christopher Goes
10713e3c8a
Working on stake import/export
2018-11-13 15:08:14 +01:00