Commit Graph

3091 Commits

Author SHA1 Message Date
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
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
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
Ethan Buchman
90ed178c2b
Merge pull request #1685 from cosmos/bucky/fix-lcd-tests
update to tm0.22.4-rc0 and bring back lcd test
2018-07-16 16:16:55 +01:00
Ethan Buchman
e38aac5048
Merge pull request #1683 from cosmos/release/v0.21.1
Release/v0.21.1
2018-07-16 16:15:47 +01:00
Ethan Buchman
12fa42b43b
Merge branch 'master' into release/v0.21.1 2018-07-16 16:15:30 +01:00
Dev Ojha
a2047c5c81 Merge PR #1687: tools: Ensure Gopkg.lock is correct in linting
* tools: Ensure Gopkg.lock is correct in linting

This adds dep status to the lint process. Also fixes linting errors
that existed earlier. (not sure why they didn't show up on CI)

Closes #1574

* Update dep, use the lock file new dep version creates
2018-07-14 23:48:41 +02:00
Ethan Buchman
e35d06eb24 client/lcd: add more gas for unbonding tx 2018-07-14 19:47:45 +01:00
Ethan Buchman
f4ee940989 update to tm0.22.4-rc0 and bring back lcd test 2018-07-14 19:47:42 +01:00
Christopher Goes
28a1b5ebc0 Version & changelog 2018-07-14 04:20:14 +02:00
Alexander Bezobchuk
db7407f96e Fix Cross Compile Build/Ledger Build Tag (#1674)
* Merge pull request #1674: Fix Cross Compile Build/Ledger Build Tag
* Merge pull request #1674: Fix Cross Compile Build/Ledger Build Tag
* Remove incorrect Ledger test
2018-07-14 04:19:23 +02:00
Alexander Bezobchuk
bb1f1a21bf Fix Cross Compile Build/Ledger Build Tag (#1674)
* Merge pull request #1674: Fix Cross Compile Build/Ledger Build Tag
* Merge pull request #1674: Fix Cross Compile Build/Ledger Build Tag
* Remove incorrect Ledger test
2018-07-14 04:17:53 +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
Ethan Buchman
06216c1fdb
Merge pull request #1677 from cosmos/release/v0.21.0
Release v0.21.0
2018-07-13 23:35:25 +01:00
Ethan Buchman
53bbe13ece disable lcd tests until fixed 2018-07-13 23:04:55 +01:00
Christopher Goes
1a1373cc22 Update changelog & version 2018-07-13 23:00:07 +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
Ethan Buchman
faa88d83c7
Merge pull request #1656 from cosmos/jordan/cosmos-docs
update docs folder to match cosmos.network/docs/
2018-07-13 20:24:08 +01:00
Ethan Buchman
32496c7b89
Merge pull request #1129 from cosmos/gamarin/update_gov_spec
WIP: Update gov spec
2018-07-13 20:00:17 +01:00
Rigel
89f4f377f4
Merge pull request #1668: Add Issue Templates
* Update issue templates

* split into two templates

* Add line on possible disadvantages
2018-07-13 14:42:28 -04:00
Rigel
91dd972bbc Merge PR #1667: Update CONTRIBUTING.md 2018-07-13 19:35:29 +02:00
Rigel
80f4875ee7 Merge PR #1669: PR template cleanup / Add Admin section 2018-07-13 19:17:48 +02:00
Christopher Goes
78edba82c0
Merge PR #1648: Write moniker on 'gaiad init' and 'gaiad init gen-tx'
* Write moniker on 'gaiad init' and 'gaiad init gen-tx'
* Update changelog
* Add comment to second instance
* Checkout Gopkg.lock
2018-07-13 19:16:31 +02:00
Jeremiah Andrews
43b9cc6df0 Merge PR #1533: Pruning Cleanup 2018-07-13 03:20:26 +02:00
Jordan Bibla
28da104e1a
Merge branch 'master' into jordan/cosmos-docs 2018-07-12 20:01:27 -04:00
Alexander Bezobchuk
5983a07fb6 Merge PR #1599: Implementation of TraceKVStore 2018-07-13 01:58:51 +02:00
Rigel
2885ac586e Merge PR #1660: Redelegation doesn't subtract from liquid
* fix redelegation subtracting source coins
* changelog
* Add testcases for balance subtraction
* Move changelog entry
2018-07-13 01:38:35 +02:00
Dev Ojha
98bc419d5e Merge PR #1659: crypto/keys: Allow one to export their private key
* crypto/keys: Allow one to export their private key
* Update changelog
2018-07-13 00:12:20 +02:00
Jordan Bibla
06967eff55
Merge branch 'master' into jordan/cosmos-docs 2018-07-12 17:05:35 -04:00
Jordan Bibla
33831117e7 updated changelog 2018-07-12 17:04:43 -04:00
Jordan Bibla
97cf9a3173 deleted attic and .rst file, moved /core into /sdk, added getting-started, introduction, lotion, validators, resources and documentation image 2018-07-12 16:58:12 -04:00
Jeremiah Andrews
41dd01906a Merge PR #1654: Wait for 2 blocks attempt 2018-07-12 22:03:18 +02:00
Christopher Goes
b3e45413ed
Merge PR #1651: Fabo/fix account creation lcd 2018-07-12 20:01:46 +02:00
Christopher Goes
8b9f5396de Move changelog entry 2018-07-12 19:45:09 +02:00
Fabian Weber
c3bbb37df3 changelog 2018-07-12 19:44:31 +02:00
Fabian Weber
f8f46b2b8c added test for account importing 2018-07-12 19:44:31 +02:00
Fabian Weber
e400e83c43 fix key import creating random account 2018-07-12 19:44:31 +02:00
Christopher Goes
a6cc85ae87
Merge PR #1619: R4R: Clearer staking logic 2018-07-12 19:39:51 +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
Christopher Goes
e9db4a82ff
Merge PR #1631: keys: Keybase.Update no longer asks for newpass if oldpass is incorrect 2018-07-12 19:38:47 +02:00