Commit Graph

2362 Commits

Author SHA1 Message Date
Rigel 34f64752e4
Merge pull request #982 from cosmos/rigel/stake-refactor
Stake refactor // fee seperation
2018-05-23 17:43:35 -04:00
rigelrozanski 5a46f26e86 cleanup handleMsgUnbond and revoke logic 2018-05-23 17:06:54 -04:00
rigelrozanski 7353eb4d1b updateBondedValidators only kicks the cliff validator (typical case) 2018-05-23 16:38:50 -04:00
Christopher Goes 6e92c8fb86
Merge pull request #1032 from elvin-du/develop
Autosequence IBC relay account nonces
2018-05-23 21:57:12 +02:00
Fabian a7f21e2b63
downgrade swagger 2018-05-23 16:36:33 +02:00
David Kajpust 16e18b7e96 fixed small typos 2018-05-23 09:43:17 -03:00
David Kajpust 114c9a2077 more display updates 2018-05-22 21:56:43 -03:00
David Kajpust 89f787a3df more display updates 2018-05-22 21:56:07 -03:00
David Kajpust 450f0b6822 fixing display 2018-05-22 21:44:50 -03:00
rigelrozanski d0deb7f30c updateValidator comment 2018-05-22 20:11:37 -04:00
David Kajpust 1fdb65169a added updated explaination from old docs 2018-05-22 21:03:19 -03:00
rigelrozanski cf2d5306c2 update x/stake/store.md 2018-05-22 19:34:31 -04:00
rigelrozanski 26695afe9f stake efficiency case, return early below cliff 2018-05-22 19:27:02 -04:00
rigelrozanski 41458956a1 fix tests, pool.TotalSupply -> pool.TokenSupply() 2018-05-22 18:50:59 -04:00
rigelrozanski db9fd51d1c ... 2018-05-22 15:13:03 -04:00
Christopher Goes 1d17526276
Merge pull request #1035 from cosmos/zach/build-examples
CI: build the examples
2018-05-22 20:07:41 +02:00
elvin 53e0b3bf6a update changelog 2018-05-22 10:11:11 +08:00
Zach Ramsay 8b02a595f3 CI: run 'make install_examples' 2018-05-21 15:18:56 -04:00
elvin c1e15d0cbf Merge branch 'develop' of github.com:elvin-du/cosmos-sdk into develop 2018-05-21 15:57:23 +08:00
elvin d5df88ea5d fix relay bug 2018-05-21 15:53:59 +08:00
David Kajpust 1e097889cb markdown formatting fixes 2018-05-21 00:31:22 -03:00
David Kajpust 2c01805a1b markdown formatting fixes 2018-05-21 00:28:31 -03:00
David Kajpust c5983df57a deleted a test file that isnt needed 2018-05-21 00:22:05 -03:00
David Kajpust cba8d0082e instructions to launch basecoin and do account tx's 2018-05-21 00:18:43 -03:00
rigelrozanski 92c9d3b047 ... 2018-05-20 18:11:09 -04:00
rigelrozanski 75d572dfd1 ... 2018-05-20 17:56:43 -04:00
rigelrozanski e70249b631 more bucky comments, single status validator, only one store now for core validator object 2018-05-20 17:39:04 -04:00
Ethan Buchman 5e858129c5 Merge branch 'master' into develop 2018-05-20 17:12:14 -04:00
Ethan Buchman 187be1a5df
Merge pull request #1030 from cosmos/bucky/tm-0.19.5
Bucky/tm 0.19.5
2018-05-20 17:02:35 -04:00
Ethan Buchman 5b7b76fbd9 changelog 2018-05-20 16:56:41 -04:00
Ethan Buchman 9cd44d17b1 update tendermint 2018-05-20 16:49:02 -04:00
Ethan Buchman 33af8ee7e8 update to tm v0.19.5 2018-05-20 10:35:19 -04:00
David Kajpust c0c31629c0 Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into develop 2018-05-18 22:05:07 -03:00
rigelrozanski 26be2a231b working addressed bucky comments 2018-05-18 18:57:47 -04:00
Christopher Goes 5df0b87be5
Merge pull request #988 from cosmos/fabo/update-rest-spec
updated rest spec
2018-05-19 00:08:10 +02:00
Christopher Goes d47fdc1667
baseserver => Gaia 2018-05-19 00:07:33 +02:00
Ethan Buchman ece4c33821 Merge branch 'master' into develop 2018-05-18 08:45:18 -04:00
Ethan Buchman 5d18d5fde2
Merge pull request #1019 from cosmos/release/v0.17.1
update tm to 0.19.4. update changelog and version
2018-05-18 08:35:51 -04:00
rigelrozanski d192dcf8a5 removed old doc which got in here 2018-05-17 16:21:07 -04:00
rigelrozanski d1d17734ef remove gas parameters from stake 2018-05-17 16:17:19 -04:00
Ethan Buchman 13d1667ac8 update tm to 0.19.4. update changelog and version 2018-05-17 16:10:16 -04:00
rigelrozanski ac56ac8e5b removed use of caches in the stake keeper 2018-05-17 16:03:35 -04:00
rigelrozanski 4cbf253c14 more cwgoes updates 2018-05-17 15:48:47 -04:00
rigelrozanski d442fc5fa9 update bonded validators now updates for new validators 2018-05-17 15:01:19 -04:00
rigelrozanski 037d810417 some cwgoes comments, getAllDelegations, getAllValidators 2018-05-17 14:09:35 -04:00
rigelrozanski a74d9c2db6 Changelog updates, CLI cleanup
int
2018-05-17 11:12:28 -04:00
rigelrozanski 3bf3643176 revert docs 2018-05-17 10:50:05 -04:00
rigelrozanski e145676fcc revert absent validator changes 2018-05-17 10:47:25 -04:00
rigelrozanski 04d26c7351 add store discussion 2018-05-17 10:35:51 -04:00
rigelrozanski 9b7905d49e staking refactor testing pass 2018-05-17 09:19:33 -04:00