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
Joon
bdccbeff9e
Merge PR #1265 : Global Paramstore
...
in progress
in progress
stake and slashing now params
fix gaia
fix gaia again
add msg type deactivation
delete local error
in progress
revert actual application in baseapp/gaia/stake
add test, fix apps
fix MinSignedPerWindow, pass lint
fix gaia
fix keeper_test
fit with multiple msgs
fix
apply requests
pass lint
really the last fix
fix dependency
fix keeper_test
fix lint
2018-07-14 02:12:23 +02:00
Rigel
3231daa4d8
remove global shares ( #1644 )
...
* wip removing pool shares
* remove PoolShares/Tokens entirely
* worked through stake/type compile error
* work through a bunch of keeper errors
* worked through compile errors
* debugging tests
* resolve compilation error
* resolved types errors
* ...
* move inflation to pool type
* ...
* stumped problem
* Calculate newly issued shares, remove unnecessary pool arg from exchange rate calculation
* Rounding changed
* Update x/slashing tests for sdk.Rat BondedTokens
* testing fixes
* resolved test fixes
* cwgoes comments, changelog, lint
* cli bugfixes
* ..
* cli fixed
* spec update
* 'make format'
* cwgoes comments
* Increase test_cover parallelism
2018-07-13 21:46:14 +01:00
Jeremiah Andrews
43b9cc6df0
Merge PR #1533 : Pruning Cleanup
2018-07-13 03:20:26 +02:00
Alexander Bezobchuk
5983a07fb6
Merge PR #1599 : Implementation of TraceKVStore
2018-07-13 01:58:51 +02:00
Jeremiah Andrews
41dd01906a
Merge PR #1654 : Wait for 2 blocks attempt
2018-07-12 22:03:18 +02:00
Christopher Goes
432c109f06
Merge PR #1627 : ready-for-review: Gov modules enums marshalJSON to String
2018-07-12 19:39:15 +02:00
Sunny Aggarwal
cba7fd7ee8
gov enums marshal to String
2018-07-10 17:59:07 -07:00
Ethan Buchman
3f44589861
Merge branch 'develop'
2018-07-10 20:31:05 -04:00
Christopher Goes
75b4f4104a
Merge branch 'develop' into joon/673-am-constructor
2018-07-11 00:57:46 +02:00
Christopher Goes
0ce2732660
Merge branch 'develop' into rigel/genesis-no-zero-power
2018-07-10 07:25:13 +02:00
Ethan Buchman
af478a94bd
Merge branch 'develop' into fedekunze/gov_module_docs
2018-07-10 00:29:39 -04:00
Rigel
b60fcb68d6
Merge branch 'develop' into rigel/genesis-no-zero-power
2018-07-10 00:15:10 -04:00
mossid
bc12880394
Merge pull request #1379 : Account constructor in AccountMaper
...
fix
fix democoin
fix tests
pass lint
last fix
apply requests
fix build failing
fix docs
2018-07-09 20:29:14 -07:00
rigelrozanski
86f68a3e95
prevent zero genesis validators
2018-07-09 22:51:13 -04:00
Sunny Aggarwal
896cd333f0
address comments
2018-07-09 16:06:05 -07:00
Federico Kunze
841c322ddd
Update Gov process considerations
2018-07-09 11:30:32 -04:00
Federico Kunze
ab2d5a73e3
Typos and format
2018-07-09 11:03:42 -04:00
Federico Kunze
023b6c1483
Addressed comments from Gautier and Dev
2018-07-09 10:43:53 -04:00
Sunny Aggarwal
d7158b70a5
fixed cli test
2018-07-09 02:05:19 -07:00
Sunny Aggarwal
25d976feb4
works?
2018-07-09 01:47:38 -07:00
sunnya97
7ac220beb6
asdf
2018-07-09 00:59:51 -07:00
Federico Kunze
0c1a9dcc42
Update with Gov CLI for gaia-7000
2018-07-08 19:50:24 -04:00
ValarDragon
611e4faa3a
gaiad: Genesis txs now use bech32 encoding of address and pubkey
...
* `gaiad init gen-tx` makes the outputted file use bech32, with acct prefix
* `gaiad init --gen-txs` only reads bech32 with acct prefixes
The reason for using the account prefix is that in principle you could
have genesis transactions for non-validators.
Closes #1475
2018-07-07 14:23:19 -07:00
ValarDragon
12c1eb4d31
gov/client: rename submitproposal to submit-proposal
...
It is standard in the sdk to use a dash for subcommands / flags
with multiple words. This makes submitproposal comply with that.
2018-07-05 22:22:50 -07:00
ValarDragon
bf8cde1d3a
cli: deprecate --name in favor of --from
2018-07-05 17:24:02 -07:00
Christopher Goes
fef2ff0fb9
Merge PR #1538 : CLI tests no longer reset local environment state
...
tests: cli_tests no longer call `unsafe_reset_all` on local env
2018-07-05 23:09:26 +02:00
Ethan Buchman
84ecd1e043
Merge pull request #1339 from forbole/develop
...
Update testnet readme and use Bech32-encoded delegator address
2018-07-05 16:59:04 -04:00
ValarDragon
23414868a1
Remove --owk flag
2018-07-05 10:14:12 -07:00
ValarDragon
72aac78a39
Set home-client in gaiad init
2018-07-05 09:51:20 -07:00
ValarDragon
c4c1c626c9
Add --owk flag to gaiad init
2018-07-05 09:47:04 -07:00
ValarDragon
492272c5e6
cli_test: Un-abstract common code
...
This is done to enhance readability, so one can easily reproduce
the functionality in the command line.
2018-07-05 09:08:45 -07:00
Joon
22ec6ad98d
Merge pull request #1532 : Add Codec.Seal
...
fix wire
2018-07-05 12:04:21 -04:00
ValarDragon
640bccf8f7
Switch using user home to a tmp directory
2018-07-04 13:09:59 -07:00
ValarDragon
b0e6c76554
Remove redundant comment, switch to MustBech32ify
2018-07-04 08:20:44 -07:00
ValarDragon
e41f2bc8b5
tests: cli_tests no longer reset call unsafe_reset_all on local env
...
* Makes all cli tests use .test_gaiad, .test_gaiacli instead of the
same directories as the default binaries
* Abstracts alot of the functionality for setting up the server into
a single function / file-wide constants. This is to reduce
code duplication, especially since some of this functionality
depends on each test setting up the keys in the same way.
Closes #1461
2018-07-03 23:33:24 -07:00
Ethan Buchman
d388036454
Merge PR #1520 : various fixes for test_cli
...
* various fixes for test_cli
* linting
2018-07-03 06:33:53 +02:00
Ethan Buchman
a6dc81defa
minor cleanup of feeKeeper
2018-07-03 00:08:00 -04:00
Ethan Buchman
673086f621
Merge branch 'develop' into davekaj/set-fee-collection-keeper
2018-07-02 20:43:33 -04:00