Commit Graph
4506 Commits
Author SHA1 Message Date
Jack Zampolin fd7175d8ca Merge pull request #2709 from cosmos/greg/MakefileFix2672
R4R: Makefile OS compatibility update
2018-11-12 11:33:22 -08:00
Jack Zampolin 0345f38639 Merge pull request #2682 from cosmos/dev/sim_msg_edit_val
R4R: Make the simulator create the new comission rate sensibly
2018-11-12 11:13:00 -08:00
Christopher Goes bbf8e54616 Merge PR #2719: Cleanup bank keeper
* Cleanup bank keeper
* Address style comments
2018-11-12 20:06:28 +01:00
Christopher Goes 689d3ba8e8 Merge branch 'greg/MakefileFix2672' of github.com:cosmos/cosmos-sdk into greg/MakefileFix2672 2018-11-12 20:00:42 +01:00
Christopher Goes 9c01348d7c Merge branch 'develop' into greg/MakefileFix2672 2018-11-12 19:59:06 +01:00
Jack Zampolin 82af3be6c7 Merge branch 'develop' into greg/MakefileFix2672 2018-11-12 10:58:48 -08:00
Christopher Goes 0228d8f694 Merge branch 'develop' into dev/sim_msg_edit_val 2018-11-12 19:57:54 +01:00
Jack Zampolin b7daf23366 R4R: Fix unbonding command flow (#2727) 2018-11-12 19:55:24 +01:00
Alessio Treglia 70826495b8 Merge PR #2752: Don't hardcode bondable denom 2018-11-12 19:54:18 +01:00
Jack Zampolin 7a9687a9cd Merge pull request #2782 from cosmos/jack/date-fix
[R4R] Fix `test_sim_gaia_multi_seed` to be cross platform
2018-11-12 10:22:00 -08:00
Jack Zampolin 2d38a96a6d Fix date to be cross platform 2018-11-12 09:44:45 -08:00
Alexander Bezobchuk 811b863677 Use correct Bech32 prefix for show-address command (#2746)
* Use consensus address bech32 prefix
* Update show-address CLI description
2018-11-11 23:34:50 -08:00
Jae Kwon bb54a0de12 Gaia-9000: Update to TM 0.26.1-rc3 -- pex SeedMode fix 2018-11-09 19:39:22 -08:00
Jack Zampolin e66a39c898 Gaia-9000: Update to TM 0.26.1-rc2 (#2753)
* Update to tm 0.26.1-rc2 to fix prometheus issue and node disconnect issue.
2018-11-09 16:11:58 -08:00
Hendrik Hofstadt 61fd142b9e Fix TimeoutCommit (#2743)
* Fix TimeoutCommit to 5 seconds instead of whatever it was before which was too short.
2018-11-09 16:08:35 -08:00
Jack Zampolin 056e75c30b Merge pull request #2704 from cosmos/alessio/utility-to-add-accts-to-genesis
R4R: Add small utility to add account to genesis.json after gaiad init
2018-11-09 09:40:46 -08:00
Christopher Goes 1049a2647f Merge PR #2720: x/mock/simulation cleanup and re-org 2018-11-09 16:54:25 +01:00
Christopher Goes 2aa14d9a45 Merge PR #2749: Add --chain-id to testnet command
* Add --chain-id to testnet command
* Update PENDING.md
2018-11-09 16:44:44 +01:00
rigelrozanski b1ba6a4455 add back in PeriodicInvariant 2018-11-09 10:31:56 -05:00
Alessio Treglia fc56dd011e Update PENDING.md 2018-11-09 15:27:28 +00:00
Alessio Treglia 201abfec8c Add --chain-id to testnet command 2018-11-09 15:25:14 +00:00
Christopher Goes 8a58fdf634 Merge branch 'develop' into rigel/sim-cleanup 2018-11-09 16:16:01 +01:00
Alessio Treglia 8a7c4900f4 s/WriteGenesisFile/ExportGenesisFile/ 2018-11-09 10:59:11 +00:00
Alessio Treglia 194691f052 Update CHANGELOG.md 2018-11-09 10:53:40 +00:00
Alessio Treglia 4f6f8e09ae Add small utility to add account to genesis.json after gaiad init 2018-11-09 10:52:28 +00:00
Jae Kwon a4af659b33 Merge pull request #2740 from cosmos/master
Merge pull request #2739 from cosmos/develop
2018-11-08 16:48:34 -08:00
Jae Kwon 8550968c61 Merge pull request #2739 from cosmos/develop
Release 0.26.0
2018-11-08 16:47:38 -08:00
Jae Kwon d8b6d1d106 Update CHANGELOG/PENDING for straggling PR #2690 2018-11-08 16:45:44 -08:00
Christopher Goes 02da397899 Merge 0.26.0 back to develop (#2718)
* PENDING => CHANGELOG
* Linkify changelog
* Merge PR #2716: Temporarily disable gaia lite insecure mode
* TODO: need to update CHANGELOG w/ import-export PR #2690
2018-11-08 16:41:57 -08:00
Christopher Goes 94f45311a0 Fix state export/import, add to CI (#2690)
* Update slashing import/export
* More slashing.WriteGenesis
* Add test import/export to CI
* Store equality comparison.
* Fix validator bond intra-tx counter
* Set timeslices for unbonding validators
* WriteGenesis => ExportGenesis
* Delete validators from unbonding queue when re-bonded
* Hook for validator deletion, fix staking genesis tests
2018-11-08 16:28:28 -08:00
rigelrozanski bfc7944b55 val comments 2018-11-08 10:32:53 -05:00
Greg Szabo 9bbd3e3711 Removed comment from Makefile as per bez's request 2018-11-08 10:20:14 -05:00
rigelrozanski bbf574cedb pending 2018-11-08 02:19:08 -05:00
rigelrozanski a9ef83bc4a compiling 2018-11-08 01:57:37 -05:00
rigelrozanski 5f289e5fdd event stats object, more general cleanup 2018-11-08 00:54:12 -05:00
rigelrozanski eb16a01666 util cleanup 2018-11-08 00:22:16 -05:00
rigelrozanski fee0763b5e mock tendermint 2018-11-08 00:12:51 -05:00
rigelrozanski ff327049ee assertAllInvarients changes, Operation reorg 2018-11-07 23:55:48 -05:00
rigelrozanski 1ee6c3295d operations functions 2018-11-07 23:26:02 -05:00
Greg Szabo 74549faac9 Cross-compiling get_tools Makefile added 2018-11-07 22:42:43 -05:00
Dev Ojha 817f515956 Merge branch 'develop' into dev/sim_msg_edit_val 2018-11-07 13:26:00 -08:00
Aleksandr Bezobchuk 845dd68de0 Address style comments 2018-11-07 14:46:09 -05:00
rigelrozanski 4970754338 fix some duplicate to get passing 2018-11-07 14:42:00 -05:00
rigelrozanski b8c6075c36 Merge remote-tracking branch 'origin/release/v0.26.0' into rigel/sim-cleanup 2018-11-07 14:29:48 -05:00
rigelrozanski b5a205eb15 minimizing indentation 2018-11-07 12:19:58 -05:00
rigelrozanski 980dd78c62 rename ambig naming of queueOperations 2018-11-07 12:00:13 -05:00
rigelrozanski ea7a5ea1a8 reorganize more 2018-11-07 11:57:53 -05:00
rigelrozanski 78c3430bb3 moving stuff around a bit, trying to get rid of types 2018-11-07 11:00:24 -05:00
rigelrozanski 6a7c4d1c86 rand utile
...
2018-11-07 10:37:45 -05:00
rigelrozanski 74b2a90087 whitespacing 2018-11-07 10:28:18 -05:00