Commit Graph

3111 Commits

Author SHA1 Message Date
Dev Ojha 95191f5a51 Merge PR #1730: 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-18 20:25:55 +02:00
Rigel a8b6a10b63
Merge pull request #1738 Fix inflation calculation period check
x/stake: Fix inflation calculation period check
2018-07-18 14:15:40 -04:00
Ethan Buchman d1a65a13ba
Merge pull request #1692 from cosmos/zach/docs-explaner
docs: how they're updated
2018-07-18 15:20:40 +01:00
Ethan Buchman 78b1e34b32
Merge pull request #1739 from cosmos/gamarin2/update_README
Update faucet link in gaia-7001 README
2018-07-18 15:06:52 +01:00
gamarin2 9bc994b780
Update faucet link in gaia-7001 README 2018-07-18 14:16:10 +02:00
Hendrik Hofstadt c01a3d218f update changelog 2018-07-18 13:27:16 +02:00
Hendrik Hofstadt b97ebef85e Fix inflation calculation period check 2018-07-18 13:12:49 +02:00
Dev Ojha 2c81f4973f Merge PR #1731: tools: remove `rm -rf vendor/` from `make get_vendor_deps`
We now ensure that the Gopkg.lock is correct, and that the toml
doesn't depend on any branches, so this is no longer necessary.
2018-07-18 10:21:52 +02:00
Dev Ojha 6cfef64382 Merge PR #1732: tools: add make {get, update, check}_dev_tools
This is so that validators can have a more minimal install, but we
can still install linters for developers. (And any other future dev
tools)
2018-07-18 10:20:24 +02:00
Rigel 14759ed87f
Merge pull request #1696 from cosmos/dev/update_contribution_guide_for_testing
contribution guide: Add guidelines for testing
2018-07-17 23:17:05 -04:00
Dev Ojha f88d64499d Merge PR #1705: baseapp: Allow alphanumerics in routes
Previously only alphabetic characters were allowed.
2018-07-17 23:11:34 +02:00
Sunny Aggarwal d6969c1d22 Merge PR #1697: Proposal Query filter by status 2018-07-17 22:59:06 +02:00
Ethan Buchman 4c9c75a735
Merge pull request #1716 from cosmos/master
Master
2018-07-17 17:03:47 +01: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
ValarDragon 2b72e3377a Clarify when to use table driven tests 2018-07-16 17:24:07 -07:00
Ethan Buchman 5c87917434 gaia/status: gaia-7000 is up 2018-07-16 23:00:06 +01:00
Ethan Buchman 888aea4303
Merge pull request #1700 from cosmos/master
Master
2018-07-16 22:40:00 +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 8d3d3d3de3
Merge pull request #1699 from cosmos/master
Merge pull request #1691: Table driven test indexes
2018-07-16 22:14:40 +01:00
ValarDragon 1edfb89423 contribution guide: Add guidelines for testing
Indicates to use require's and asserts, and to use table driven
tests, with error messages as described in #1664.

Closes #1664
2018-07-16 12:30:54 -07:00
Ethan Buchman e7d09ff3f4
Merge pull request #1694 from cosmos/release/v0.22.0
version bump
2018-07-16 20:14:57 +01:00
Ethan Buchman 9f2b83cbe9 version bump 2018-07-16 20:01:54 +01:00
Ethan Buchman 972b8f5d6d
Merge pull request #1690 from cosmos/release/v0.22.0
update params for x/gov and default config
2018-07-16 19:46:26 +01:00
Dev Ojha 4b688992ba Merge pull request #1691: Table driven test indexes
* types: Switch table driven test error messages to new format

Make table driven tests in /types follow the format described in #1664

* typos / lower case errors

* lower case, not sentences

* lower case, not sentences
2018-07-16 14:42:28 -04: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
Zach Ramsay 4e1cbb7d51 docs: how they're updated 2018-07-16 14:19:11 -04: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
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