Commit Graph

26 Commits

Author SHA1 Message Date
Jeremiah Andrews 2378e3431c Fix linter errors 2018-09-03 07:58:57 -07:00
Federico Kunze 1da1115a24 Merge PR #1880: Staking Gaia-lite (ex LCD) refactor 2018-08-08 12:38:39 +02:00
Rigel d5a3fa959f
Update init.go 2018-07-23 14:19:52 -04:00
Sridhar Ganesan cec01f1328 Changing the way error messages are displayed 2018-07-23 19:04:33 +02:00
Sridhar Ganesan 196a45bb30 Fixing the issues suggested in code review 2018-07-23 18:12:22 +02:00
Sridhar Ganesan f2c11d9108 Adding comment to make the code clear 2018-07-23 15:47:34 +02:00
Sridhar Ganesan bfd928ca53 Checking if the path already exists or not before creating the project 2018-07-23 15:40:15 +02:00
Sridhar Ganesan 6cc11d4b60 Replacing all Basecoin references to capitalizedProjectName 2018-07-23 15:01:48 +02:00
Sridhar Ganesan e572513d91 Adding comments for variables and refactoring how replacer is initialized, adding comment about tools/ structure 2018-07-18 22:06:08 +02:00
Sridhar Ganesan 7255f8260c Gofmt init.go 2018-07-18 18:39:58 +02:00
Sridhar Ganesan 0698a9535b Renaming Basecoin and other base* to projectname 2018-07-18 18:36:49 +02:00
Sridhar Ganesan 56e61e3f5a Adding other dependencies to gopkg, moving code, fixing printf 2018-07-18 13:44:29 +02:00
Sridhar Ganesan c2e5734c0b Removing check function and checking for error in usual way 2018-07-18 08:01:49 +02:00
Sridhar Ganesan 64729bb48d Removing unwanted lines in code 2018-07-17 21:57:57 +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
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
Sridhar Ganesan a463089df1 Using cosmos-sdk version from the library itself 2018-07-16 23:58:40 +02:00
Sridhar Ganesan 1e16ba370f Fixing bugs due to version upgrade of cosmos-sdk 2018-07-16 23:26:18 +02: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 6f617057f8 Formatting cosmos-sdk-cli main.go 2018-07-16 21:32:34 +02:00
Sridhar Ganesan 4208c0d2eb Formatting go code in template 2018-07-16 21:30:19 +02: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
Sridhar Ganesan 26aa871957 Changing _PROJECT_SHORT_NAME_ to myawesomeproject in Makefile 2018-07-16 20:11:36 +02:00
Sridhar Ganesan 26cf09dfa2 Modifying the _REMOTE_PROJECT_PATH, _PROJECT_SHORT_NAME_, _CAPITALIZED_PROJECT_SHORT_NAME_ to actual names and packages 2018-07-16 20:07:05 +02:00
Sridhar Ganesan de20825779 Adding cosmos-sdk-cli - initial version 2018-07-16 19:32:56 +02:00