Commit Graph

3104 Commits

Author SHA1 Message Date
Christopher Goes 02d52e4326 Hotfix/0.23.1: Tendermint 0.22.7 (#1844)
* Tendermint 0.22.7; bump patch version

* 0.23.0 -> 0.23.1; update CHANGELOG.md
2018-07-26 19:24:51 -04:00
Ethan Buchman a627526639
Bucky/docs (#1832)
* deprecate gaia testnets dir for testnets repo

* update docs for gaia-7002
2018-07-26 01:10:22 -04:00
Jae Kwon f05d76184c
Merge pull request #1769 from cosmos/release/v0.23.0
Release v0.23.0
2018-07-25 19:01:37 -07:00
Jae Kwon a393f80cd1
fixed proposaltype string bug (#1829)
* fixed proposaltype string bug
2018-07-25 18:37:34 -07:00
Rigel 46abe9f8e0 Merge PR #1724: R4R: Add Stake Genesis Intra-Tx Counter
* add revoked to human-readable validator
* changelog
* added failing test
* add intra-tx counter to the genesis validators
* changelog
2018-07-25 17:11:10 -07:00
Jae Kwon 3dcec8a25c Move more junk from PENDING to CHANGELOG for below merges 2018-07-25 17:08:25 -07:00
Christopher Goes fadec4d5db Merge PR #1805: Downtime slashing off-by-one-block fix
* Avoid slashing & revoking no longer stored or already revoked validators for downtime
* Add testcase
* Update PENDING.md
2018-07-25 16:58:56 -07:00
Sunny Aggarwal 8538a7b5b4 Merge PR #1801: Fixed governance bug with iterate delegations 2018-07-25 16:37:39 -07:00
Jae Kwon a86fcdc88f Fix slashing test to reflect SlashFractionDowntime param 2018-07-25 16:24:41 -07:00
Zaki Manian 90f55a6c42 Signed block window is 5000/10000
slashing for downtime is 10%
2018-07-25 15:51:30 -07:00
Ethan Buchman 2bbd721e65 update changelog 2018-07-25 17:13:42 -04:00
Dev Ojha bac91f7a7b Update to tendermint v0.22.6 (#1798)
* Update to tendermint v0.22.6

- This was cherry-picked and fixed from develop
- Updates all crypto imports for changes from v0.22.5
2018-07-25 17:13:30 -04:00
Christopher Goes 029da74eff Gopkg.lock from new dep 2018-07-20 01:38:32 +02:00
Sunny Aggarwal 9cc384c2f0 added cli support 2018-07-20 01:37:46 +02:00
Sunny Aggarwal 5f89ff6bed added lcd endpoint to query all votes on a proposal 2018-07-20 01:37:31 +02:00
Christopher Goes 202ea55e4e Change signed blocks window to 1000 2018-07-20 01:22:29 +02:00
Christopher Goes 7bb775aa8a Switch 0.22 references to 0.23 2018-07-20 00:24:43 +02:00
ValarDragon 6a742c8773 client: On any tx that broadcasts a tx, check that acct exists
This subverts the really hard to decipher ABCI error message, with
a nice user friendly error message.
2018-07-20 00:23:08 +02:00
Christopher Goes d04c6cf9e5 Changelog to 0.23 2018-07-20 00:20:04 +02:00
Hendrik Hofstadt 30b8d9901d update changelog 2018-07-20 00:18:50 +02:00
Hendrik Hofstadt 0185e3872b Fix inflation calculation period check 2018-07-20 00:17:44 +02:00
Christopher Goes 8989af2a58 Update version 2018-07-19 21:15:52 +02: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
Ethan Buchman 5c87917434 gaia/status: gaia-7000 is up 2018-07-16 23:00:06 +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
Ethan Buchman 9f2b83cbe9 version bump 2018-07-16 20:01:54 +01: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
Ethan Buchman 2cbe5662d0 fix tests 2018-07-16 18:08:22 +01:00
Ethan Buchman 8f453eaa04 update params for x/gov and default config 2018-07-16 17:43:10 +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
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