Commit Graph

2817 Commits

Author SHA1 Message Date
Christopher Goes cde91bd229
gaiacli unrevoke 2018-06-01 06:21:22 +02:00
Christopher Goes 9f8c5adb6d
Merge pull request #1101 from cosmos/rigel/gobash2
fix go-bash, add to ci
2018-06-01 04:16:16 +02:00
Christopher Goes 7de746127e
Fix minor typo 2018-06-01 04:03:40 +02:00
rigelrozanski ba44bf7c81 rm debug output 2018-05-31 18:54:14 -07:00
rigelrozanski 5515b60b0a better tooling for cli, couple lsd fixes 2018-05-31 18:46:25 -07:00
rigelrozanski a4e1e497cd cwgoes comments 2018-05-31 15:49:18 -07:00
rigelrozanski 89df36e1d4 ... 2018-05-31 15:39:42 -07:00
rigelrozanski 4150fe5ec9 update changelog 2018-05-31 15:02:24 -07:00
rigelrozanski 6f7cabf779 fix tests/process.go lint 2018-05-31 14:59:03 -07:00
rigelrozanski 0b6aa3c047 add test_cli to ci 2018-05-31 14:57:09 -07:00
rigelrozanski 1f1097c4d3 cli test bugs 2018-05-31 14:57:09 -07:00
rigelrozanski 17a861da43 key utils output with cdc 2018-05-31 14:57:09 -07:00
rigelrozanski 952aedc4f1 get rid of candidacy references 2018-05-31 14:57:09 -07:00
rigelrozanski afc2bbfe09 working through cli 2018-05-31 14:56:17 -07:00
rigelrozanski 94e78e0602 cech32 fixes for TestGaiaCLISend 2018-05-31 14:56:17 -07:00
Jae Kwon 871574888b Make Execute and GoExecute log better 2018-05-31 14:56:17 -07:00
Christopher Goes 12a7c0373a
Merge pull request #1072 from ValarDragon/dev/tx_encoding
Change to go-wire UnmarshalJSON for bank transactions
2018-05-31 23:51:27 +02:00
Rigel 35500339e9
Merge pull request #1100 from cosmos/cwgoes/lcd-test-fix
Match UnmarshalBinaryBare/MarshalBinaryBare
2018-05-31 13:30:14 -07:00
Christopher Goes 27ae1a1490
Match UnmarshalBinaryBare/MarshalBinaryBare 2018-05-31 22:19:46 +02:00
ValarDragon 0371109039 Register crypto on amino codecs, update changelog 2018-05-31 12:55:21 -07:00
ValarDragon e9545d69ed Switch the default modules to use wire.codec's MarshalJSON instead of json.Marshal 2018-05-31 11:51:15 -07:00
Rigel 0fb2bbdfef
Merge pull request #1011 from cosmos/cwgoes/slashing
Implement slashing (v1)
2018-05-31 11:09:44 -07:00
Christopher Goes d82683ace5
Pin to upstream versions 2018-05-31 19:54:36 +02:00
Ethan Buchman 19a3290495
Merge pull request #1096 from cosmos/release/v0.17.4
update tm to 0.17.4
2018-05-31 13:42:16 -04:00
Ethan Buchman 36b3e530ab update tm to 0.17.4 2018-05-31 09:31:42 -04:00
rigelrozanski 64af1fa51f Merge branch 'cwgoes/slashing' of https://github.com/cosmos/cosmos-sdk into cwgoes/slashing 2018-05-30 20:46:41 -07:00
Christopher Goes f32093e9e3
Use evidence type constants from Tendermint 2018-05-31 05:43:54 +02:00
rigelrozanski 81e4a9797b genesis validator index setting 2018-05-30 18:28:02 -07:00
Christopher Goes e0b5118fce
Staking InitGenesis fixes 2018-05-31 03:00:11 +02:00
Rigel 5773da1eeb
Merge pull request #1037 from cosmos/cwgoes/misc-fixes
Fix `gaiad init gen-tx`
2018-05-30 20:16:17 -04:00
Rigel 49adacab53
Merge branch 'develop' into cwgoes/misc-fixes 2018-05-30 20:09:57 -04:00
Ethan Buchman 7f18dbf7a6
Merge pull request #994 from cosmos/matt/stake-rest
Staking REST endpoints
2018-05-30 19:54:48 -04:00
Christopher Goes 141bc5fb1c
amino.MarshalJSON instead of json.Marshal 2018-05-31 01:52:07 +02:00
Christopher Goes 3d37d51795
Switch to evidence type enum 2018-05-31 01:47:24 +02:00
Christopher Goes 5c4c486e7b
Add newlines to clarify testcase separation 2018-05-31 01:39:57 +02:00
Christopher Goes 604fd4c9a7
Address a few style comments 2018-05-31 01:37:38 +02:00
Christopher Goes f5f53c0a8d
Remove spec changes (now in #1048) 2018-05-31 00:55:16 +02:00
Christopher Goes 7e9192f513
Separate validator pub key index updates 2018-05-31 00:41:28 +02:00
Christopher Goes 0324be4189
Clarify comment on removePoolShares 2018-05-31 00:38:20 +02:00
Christopher Goes 004e10ebcd
More comments on counter logic 2018-05-31 00:32:08 +02:00
Christopher Goes 99bed49c8d
Minor wording changes 2018-05-31 00:25:18 +02:00
Christopher Goes 1a3ef51129
PubKeyKey => PubKeyIndexKey 2018-05-31 00:21:00 +02:00
Christopher Goes 5f03e370c3
Remove ValidatorByPubKey, don't marshal sdk.Address 2018-05-31 00:19:23 +02:00
Christopher Goes 4e266013a8
store.Delete instead of store.Set to nil 2018-05-31 00:13:13 +02:00
rigelrozanski 40526d3e77 unbond validator return updated validator 2018-05-30 14:52:56 -07:00
rigelrozanski c8133a0f6a fix revoke validator bug 2018-05-30 14:43:22 -07:00
David Kajpust 3bac02b7d0 Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into develop 2018-05-30 17:01:48 +01:00
rigelrozanski ecf800810c remove append usage from lcd, fix address order test issue in lcd 2018-05-30 09:00:00 -07:00
rigelrozanski 6207d4131c minor fixes 2018-05-30 08:16:09 -07:00
Rigel 1c462013a9
Merge branch 'develop' into matt/stake-rest 2018-05-30 10:53:12 -04:00