Commit Graph

8942 Commits

Author SHA1 Message Date
Jae Kwon
9841a2dd91
Update PRIORITIES.md 2018-07-31 16:46:43 -07:00
Jae Kwon
a5114ea1a2
Create PRIORITIES.md 2018-07-31 12:43:02 -07:00
Joe Bowman
874a6055b0 Merge PR #1889: update signing info endpoint
* update /slashing/signing_info/ endpoint of lcd to take cosmosvalpub instead of cosmosvaladdr for consistency reasons
* update pending.md
* update test that calls /slashing/signing-info endpoint
2018-07-31 20:27:03 +02:00
Aleksandr Bezobchuk
fd64da8587 Update assumptions 2018-07-31 10:04:21 -04:00
Aleksandr Bezobchuk
da0d907d12 Update ICS cosmos signed messages 2018-07-31 09:38:29 -04:00
Joon
19b0781e60 Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
Sunny Aggarwal
d3fcfdba57 Merge PR #1845: Query-proposals CLI command 2018-07-31 01:48:00 +02:00
Aleksandr Bezobchuk
02a7552f18 Remove ADR 001 and related directories/files 2018-07-30 16:59:58 -04:00
Aditya Sripal
41130f8742 Addressed basic comments 2018-07-30 13:25:44 -07:00
Aleksandr Bezobchuk
f875b446e1 Add notes on replay protection and algos 2018-07-30 12:47:26 -04:00
Aleksandr Bezobchuk
3fe0b73b03 Update ADR 001 context 2018-07-30 12:19:39 -04:00
Aleksandr Bezobchuk
6d75b69a5c Initial ADR directory, templates, and ADR 001 2018-07-30 11:16:33 -04:00
Sunny Aggarwal
7fc2ed61d7 Merge pull request #1859: slashing to governance for non-voting validators
* added slashing to governance non voting

* minor formatting
2018-07-30 01:11:21 -04:00
Rigel
53d30aff88
Merge pull request #1850 from cosmos/bez/1675-non-deterministic-cover
R4R: Fix Non-Deterministic Test Coverage
2018-07-29 23:28:56 -04:00
Rigel
c40d5debcc
Merge pull request #1862 from cosmos/dev/speed_up_handleMsgEditValidator
x/stake: Speed up handleMsgEditValidator
2018-07-29 23:21:10 -04:00
Rigel
89dd333732
Merge pull request #1873 from cosmos/dev/reduce_test_output
CI: Reduce log output
2018-07-29 23:15:46 -04:00
Aditya Sripal
89494ef73e improve readability 2018-07-29 19:35:23 -07:00
Aditya Sripal
69d1fe2fb1 clarify requirements 2018-07-29 19:33:17 -07:00
Aditya Sripal
39d1cf69b5 simplify spec 2018-07-29 19:29:54 -07:00
ValarDragon
f04deea358 CI: Reduce log output
This commit makes it such that circle CI only shows the module whose
tests it is currently running in the log, unless a test fails. For each
failing test, it will display all of the log output. This is done to make
our log output far more scrollable. We lose no information in debugging.
2018-07-29 14:12:38 -07:00
Dev Ojha
c9936b310a Merge PR #1863: link to the new doc website in the readme! 2018-07-28 19:54:37 +02:00
ValarDragon
0bb3497356 x/stake: Speed up handleMsgEditValidator
This removes running the power update logic on handleMsgEditValidator,
as its unnecessary.

Closes #1815
2018-07-27 21:42:59 -07:00
Aditya Sripal
3445a85aad initial progress on vesting spec 2018-07-27 18:35:21 -07:00
Aleksandr Bezobchuk
6e9226144b Merge pull request #1850: Fix Non-Deterministic Test Coverage 2018-07-27 18:41:50 -04:00
Rigel
9812c88b3c
Merge pull request #1853 from cosmos/cwgoes/staking-bugfix
Fix genesis bond intra-tx counter bug
2018-07-27 14:38:41 -04:00
Christopher Goes
79aeb2b4b9 Fix genesis bond intra-tx counter bug 2018-07-27 20:01:06 +02:00
Jae Kwon
d27c5ee9e1 Tweak changelog, using tendermint 0.22.8 not 0.22.7 2018-07-26 19:10:57 -07:00
Jae Kwon
23e3d5ac12 Release 0.23.1 2018-07-26 19:07:33 -07:00
Sunny Aggarwal
55ef898db8 Merge PR #1688: Un-hardcode in governance parameters 2018-07-27 03:24:41 +02:00
Joon
d46140a392 Merge PR #1481: Transient Stores 2018-07-27 03:24:18 +02:00
Jae Kwon
55562fbaca Bump tendermint to 0.22.8. 2018-07-26 18:18:39 -07:00
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
Aditya
74e06d8b96 Merge PR #1841: Must specify amount flag
* Removed default value for staking. Must now specify amount flag or it will error
* add to pending and better error msg
2018-07-26 23:41:24 +02:00
Jack Zampolin
12ef51dc7a Add a Release Process for SDK (#1803)
* Add docs/RELEASE_PROCESS.md

* Address PR comments
2018-07-26 16:55:41 -04:00
Rigel
6c7e17a5de
Merge pull request #1824 from cosmos/rigel/server-fix
WIP fix gen-tx
2018-07-26 16:16:34 -04:00
Christopher Goes
3c18467136
Merge branch 'develop' into rigel/server-fix 2018-07-26 21:05:10 +02:00
Christopher Goes
5964fcb053 Update PENDING.md 2018-07-26 21:03:51 +02:00
Rigel
9e0f5ac241
Merge pull request #1827 from cosmos/sunny/fix-do-not-modify
ready-for-review: fixed donotmodify bug
2018-07-26 14:04:36 -04:00
rigelrozanski
422eb0374e ... 2018-07-26 13:49:58 -04:00
Rigel
67d0c804b0
Merge pull request #1823 from cosmos/dev/cli_test_build_flag
tests: Move cli tests behind a build flag
2018-07-26 13:47:46 -04:00
rigelrozanski
07705444fd do-not-modify in defaults for edit-validator cli 2018-07-26 13:41:34 -04:00
rigelrozanski
58afe9780b Merge remote-tracking branch 'origin/develop' into sunny/fix-do-not-modify 2018-07-26 13:25:51 -04:00
Rigel
51eaa0f64e
Merge pull request #1800 from cosmos/jlandrews/gaiad-export
Fix gaiad export
2018-07-26 13:05:12 -04:00
Rigel
edbf85c273
Merge pull request #1835 from cosmos/dev/reuse_pubkeys
gov/tests: Cleanup test file
2018-07-26 12:58:12 -04:00
rigelrozanski
0fb57a735b Merge remote-tracking branch 'origin/develop' into jlandrews/gaiad-export 2018-07-26 12:52:12 -04:00
Dev Ojha
4c13b3a642
Merge branch 'develop' into dev/reuse_pubkeys 2018-07-26 09:47:57 -07:00
Dev Ojha
78c58bfa15 Merge PR #1836: docs: Fix build errors on latest tendermint 2018-07-26 10:19:48 +02:00
ValarDragon
f9eb1e725f gov/tests: Cleanup test file
Cache calls to generating the privatekeys, remove repitition in validator
set creation.
2018-07-26 00:10:31 -07:00
Jeremiah Andrews
5ab27f70d5 Add line to pending changelog 2018-07-25 22:15:05 -07:00
Jeremiah Andrews
0166cf2aa0 Add test which fails without patch, comment on patch 2018-07-25 22:13:58 -07:00