Commit Graph

9064 Commits

Author SHA1 Message Date
Christopher Goes
253b82f92a Makefile changes 2018-07-18 00:04:10 +02:00
Aditya Sripal
198aef2924 revert changes to gaia to ensure non-breaking 2018-07-17 14:16:33 -07:00
Dev Ojha
f88d64499d Merge PR #1705: baseapp: Allow alphanumerics in routes
Previously only alphabetic characters were allowed.
2018-07-17 23:11:34 +02:00
Christopher Goes
eda7eb48cd Gaia simulation needs internal field access 2018-07-17 23:06:30 +02:00
Sunny Aggarwal
d6969c1d22 Merge PR #1697: Proposal Query filter by status 2018-07-17 22:59:06 +02:00
Sridhar Ganesan
64729bb48d Removing unwanted lines in code 2018-07-17 21:57:57 +02:00
Sridhar Ganesan
8edac192e0 Moving cli.md to cosmos-sdk-cli.md 2018-07-17 21:50:25 +02:00
Sridhar Ganesan
07debd8b02 Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into svaishnavy/cosmos-sdk-cli
Merging develop branch to my branch
2018-07-17 21:31:33 +02:00
Sridhar Ganesan
1603804ca0 Using basecoin as the template and refactoring the command that creates the workspace setup
Removing templates, making changes to makefile to remove dependency on packr
2018-07-17 21:18:55 +02:00
Christopher Goes
af206bd0ed Update stake simulation 2018-07-17 20:50:30 +02:00
Christopher Goes
cbc9d7d1da Genesis state 2018-07-17 20:33:53 +02:00
Christopher Goes
d171dbf913 Merge branch 'develop' into cwgoes/a-random-walk-down-proof-of-stake 2018-07-17 20:24:37 +02:00
Ethan Buchman
4c9c75a735
Merge pull request #1716 from cosmos/master
Master
2018-07-17 17:03:47 +01:00
Ethan Buchman
a959a57da8 gaia/testnets: add upgrade section 2018-07-17 09:26:01 +01:00
Ethan Buchman
01e8749a78 gaia-7001 2018-07-17 09:07:25 +01:00
Ethan Buchman
fb24d66bf7 gaia/status: gaia-7000 consensus failure 2018-07-17 08:21:27 +01:00
Ethan Buchman
d753cf49df gaia/status: gaia-7000 making blocks 2018-07-17 07:52:12 +01:00
Christopher Goes
cbcd0f0828 Restructure contd. 2018-07-17 03:25:15 +02:00
Christopher Goes
a49f9d6314 Restructure 2018-07-17 03:15:50 +02:00
Christopher Goes
9ad3d62e49 Updates from merge 2018-07-17 02:41:36 +02:00
Christopher Goes
a4e7216b36 Fix gocyclo check 2018-07-17 02:29:46 +02:00
ValarDragon
2b72e3377a Clarify when to use table driven tests 2018-07-16 17:24:07 -07:00
Christopher Goes
a6dd96db4d Merge branch 'develop' into cwgoes/a-random-walk-down-proof-of-stake 2018-07-17 02:23:10 +02:00
Sridhar Ganesan
bb32ebdd49 Hardcoding cosmos-sdk version to 0.21.0 as both 0.20.0 and 0.22.0 breaks the resulting project/template 2018-07-17 00:17:38 +02:00
Ethan Buchman
5c87917434 gaia/status: gaia-7000 is up 2018-07-16 23:00:06 +01:00
Sridhar Ganesan
a463089df1 Using cosmos-sdk version from the library itself 2018-07-16 23:58:40 +02:00
Ethan Buchman
888aea4303
Merge pull request #1700 from cosmos/master
Master
2018-07-16 22:40:00 +01:00
Ethan Buchman
79c292e7c8
Merge pull request #1695 from cosmos/jack/gaia7000
Jack/gaia7000
2018-07-16 22:38:15 +01:00
Jack Zampolin
70cbb78202 Update testnet doc to reflect gaia-7000 2018-07-16 22:41:12 +01:00
Sridhar Ganesan
1e16ba370f Fixing bugs due to version upgrade of cosmos-sdk 2018-07-16 23:26:18 +02:00
Dev Ojha
c49a0df296
Merge branch 'develop' into svaishnavy/cosmos-sdk-cli 2018-07-16 14:16:24 -07:00
Ethan Buchman
8d3d3d3de3
Merge pull request #1699 from cosmos/master
Merge pull request #1691: Table driven test indexes
2018-07-16 22:14:40 +01:00
Sridhar Ganesan
c1553f57e9 Using func type instead of auth.Account as cosmos-sdk has changed 2018-07-16 23:06:16 +02:00
Sridhar Ganesan
6410d4da15 Attempting to fix tests during pull request to master repo 2018-07-16 22:53:48 +02:00
Sridhar Ganesan
dedb2e4278 Formatting the command properly 2018-07-16 22:30:11 +02:00
Sridhar Ganesan
0bde720c80 Adding docs for cosmos-sdk-cli 2018-07-16 22:28:21 +02:00
Sridhar Ganesan
bfe160605d Modifying Changelog to include features added(cosmos-sdk-cli) 2018-07-16 22:17:18 +02:00
Sridhar Ganesan
07ddbae7a3 Adding install_cosmos-sdk-cli to target all 2018-07-16 21:48:16 +02:00
Sridhar Ganesan
6f617057f8 Formatting cosmos-sdk-cli main.go 2018-07-16 21:32:34 +02:00
ValarDragon
1edfb89423 contribution guide: Add guidelines for testing
Indicates to use require's and asserts, and to use table driven
tests, with error messages as described in #1664.

Closes #1664
2018-07-16 12:30:54 -07:00
Sridhar Ganesan
4208c0d2eb Formatting go code in template 2018-07-16 21:30:19 +02:00
Sridhar Ganesan
e3a54f7c28 ignoring template directory in cosmos-sdk-cli 2018-07-16 21:23:27 +02:00
Sridhar Ganesan
c0cf595221 Using packr install instead of go install 2018-07-16 21:16:39 +02:00
Ethan Buchman
e7d09ff3f4
Merge pull request #1694 from cosmos/release/v0.22.0
version bump
2018-07-16 20:14:57 +01:00
Ethan Buchman
9f2b83cbe9 version bump 2018-07-16 20:01:54 +01:00
Ethan Buchman
972b8f5d6d
Merge pull request #1690 from cosmos/release/v0.22.0
update params for x/gov and default config
2018-07-16 19:46:26 +01:00
Sridhar Ganesan
b952331b22 Including changes to Makefile to build cosmos-sdk-cli and also ignoring linting for cosmos-sdk-cli 2018-07-16 20:45:56 +02:00
Dev Ojha
4b688992ba Merge pull request #1691: Table driven test indexes
* types: Switch table driven test error messages to new format

Make table driven tests in /types follow the format described in #1664

* typos / lower case errors

* lower case, not sentences

* lower case, not sentences
2018-07-16 14:42:28 -04:00
Ethan Buchman
6687de650e
Merge pull request #1693 from cosmos/cwgoes/governance-cli-test-fixes
Governance CLI test fixes
2018-07-16 19:35:58 +01:00
Christopher Goes
566bf8e3bd Governance CLI test fixes 2018-07-16 20:29:21 +02:00