Commit Graph

3086 Commits

Author SHA1 Message Date
Christopher Goes
405bb538fc Merge branch 'master' into cwgoes/a-random-walk-down-proof-of-stake 2018-07-14 02:09:41 +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
Christopher Goes
c272db06b8 Delegation bug fixed! 2018-07-13 01:54:07 +02:00
Christopher Goes
9bd09e651d Merge branch 'master' into cwgoes/a-random-walk-down-proof-of-stake 2018-07-13 01:38:56 +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
Christopher Goes
d8ec44e610 Merge branch 'master' into cwgoes/a-random-walk-down-proof-of-stake 2018-07-13 00:16:24 +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
bb217b91a4 Actual Gaia app 2018-07-12 22:01:43 +02:00
Christopher Goes
601251d9b8 Update Gopkg.lock & Makefile 2018-07-12 21:31:24 +02:00
Christopher Goes
50d384aa90 Merge branch 'master' into cwgoes/a-random-walk-down-proof-of-stake 2018-07-12 21:30:11 +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
Christopher Goes
f9f326cefb Move files 2018-07-12 00:14:37 +02:00
Dev Ojha
c57c6c43ce
Merge branch 'master' into dev/fix_key_update_bug 2018-07-11 15:01:30 -07:00
Christopher Goes
4623923fb8 Add 'test_sim' to CircleCI 2018-07-11 22:44:21 +02:00
Christopher Goes
88364c838e TestMsgBeginUnbonding 2018-07-11 19:51:04 +02:00
Christopher Goes
53138fb36f 'make test_sim', simulation folder 2018-07-11 19:43:25 +02:00
Christopher Goes
0572a2743e Changes from merge 2018-07-11 19:17:09 +02:00
Christopher Goes
5e3cd77554 Merge branch 'master' into cwgoes/a-random-walk-down-proof-of-stake 2018-07-11 19:11:45 +02:00
Ethan Buchman
3f15ae7b15
Merge pull request #1633 from cosmos/bucky/fix-democoin
democoin: fix genesis for amino
2018-07-11 10:45:01 -04:00
gamarin2
894d0cf5e3
Merge branch 'master' into gamarin/update_gov_spec 2018-07-11 15:59:24 +02:00
Ethan Buchman
e56379821c update changelog 2018-07-10 23:57:48 -04:00
Ethan Buchman
dd429fd5d0 democoin: fix genesis for amino 2018-07-10 23:27:47 -04:00
ValarDragon
fc4c563e29 keys: Keybase.Update no longer asks for newpass if oldpass is incorrect
Achieved by refactoring the parameter newpass as follows:

* (newpass string) -> (getNewpass func() (string, error))

Closes #1629
2018-07-10 20:00:22 -07:00
Christopher Goes
27f157a3e2 CacheContext() 2018-07-11 04:55:57 +02:00
Christopher Goes
a3d8b38d47 Add several simulated Msgs 2018-07-11 04:36:12 +02:00
Ethan Buchman
c6827dfb43 fix post merge 2018-07-10 21:40:24 -04:00
Sunny Aggarwal
cba7fd7ee8 gov enums marshal to String 2018-07-10 17:59:07 -07:00