Commit Graph
6469 Commits
Author SHA1 Message Date
Aleksandr Bezobchuk 463f522f44 Merge branch 'bez/5444-gov-proto-enc' of github.com:cosmos/cosmos-sdk into bez/5444-gov-proto-enc 2020-03-03 13:25:10 -05:00
Aleksandr Bezobchuk 3b8772725f Address feedback 2020-03-03 13:24:54 -05:00
Alexander BezobchukandAaron Craelius 9aa2581dc5 Update CHANGELOG.md
Co-Authored-By: Aaron Craelius <aaron@regen.network>
2020-03-03 13:22:29 -05:00
Alexander Bezobchuk b6e36b8aca Merge branch 'master' into bez/5444-gov-proto-enc 2020-03-03 13:19:44 -05:00
Alexander Bezobchuk c50dd15413 Merge branch 'master' into jonathan/5646-remove-internal-crisis 2020-03-03 13:04:33 -05:00
Alexander Bezobchuk 027fe7f982 Merge PR #5744: Migrate slashing module to use new Simapp 2020-03-03 13:04:15 -05:00
Alexander Bezobchuk 79b04396a4 Merge branch 'master' into bez/5444-gov-proto-enc 2020-03-03 12:03:24 -05:00
Alexander Bezobchuk 87d3f217c4 Merge branch 'master' into jonathan/4875-slashing-use-simapp 2020-03-03 12:02:33 -05:00
Alessio Treglia bfac2a9342 fix types.ChainAnteDecorators() panic (#5742)
* fix types.ChainAnteDecorators() panic

ChainAnteDecorators() panics when no arguments are supplied.
This change its behaviour and the function now returns a nil
AnteHandler in case no AnteDecorator instances are supplied.

Closes: #5741

* Append Terminator to non-terminated chains.

* Fix test case
2020-03-03 16:57:33 +00:00
Alexander Bezobchuk e96ef63b61 Merge branch 'master' into jonathan/4875-slashing-use-simapp 2020-03-03 11:52:09 -05:00
Jonathan Gimeno 3517ebad4c remove internal package folder 2020-03-03 17:45:02 +01:00
Jonathan Gimeno 78791f3c4e clean part of the code 2020-03-03 17:21:17 +01:00
Jonathan Gimeno c97a1b66ca migrate TestJailedValidatorDelegations to simapp 2020-03-03 17:13:49 +01:00
Aleksandr Bezobchuk 04cf635c72 Add changelog entries 2020-03-03 10:32:43 -05:00
Aleksandr Bezobchuk 00180faa15 Proto lint & gen 2020-03-03 09:59:05 -05:00
Alexander Bezobchuk e9dced87f8 Merge branch 'master' into bez/5444-gov-proto-enc 2020-03-03 09:40:57 -05:00
Aleksandr Bezobchuk eedc6f6190 Fulfill MsgSubmitProposalI interface 2020-03-03 09:40:11 -05:00
Alessio TregliaandAlexander Bezobchuk 3349c971ae increase types/module coverage up to 80% (#5740)
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-03-03 13:38:46 +00:00
seungyeon-hwang 70e829949c crypto: print an error message if the password input failed (#5739) 2020-03-03 13:32:52 +00:00
Jonathan Gimeno 210d78b54d refactor TestCannotUnjailUnlessMeetMinSelfDelegation to use simapp 2020-03-03 11:43:18 +01:00
Jonathan Gimeno 1da6f3c86e refactor TestCannotUnjailUnlessJailed to use simapp 2020-03-03 11:28:22 +01:00
Jonathan Gimeno 24d25fa207 refactor abci test to use simapp 2020-03-03 11:25:32 +01:00
Jonathan Gimeno 2b95d5317e refactor signing info test 2020-03-03 11:20:18 +01:00
Jonathan Gimeno c2cc84950b refactor TestGetSetValidatorSigningInfo test 2020-03-03 11:16:31 +01:00
Jonathan Gimeno 416f0147f7 refactor querier test 2020-03-03 11:14:22 +01:00
Jonathan Gimeno 0a5f64b64f clean some code 2020-03-03 11:05:20 +01:00
Jonathan Gimeno 863dc1484e make test pass 2020-03-03 10:51:06 +01:00
Aleksandr Bezobchuk 05cef02b4d Add MsgSubmitProposal back to codec 2020-03-02 17:24:10 -05:00
Aleksandr Bezobchuk 1a25cdae6f Update tests 2020-03-02 17:21:00 -05:00
Jonathan Gimeno 2706854eff refactor TestHandleAlreadyJailed to simapp 2020-03-02 22:54:38 +01:00
Aleksandr Bezobchuk 5f0c53da17 update tests 2020-03-02 16:46:28 -05:00
Aleksandr Bezobchuk 833368cc74 reintroduce old MsgSubmitProposal type 2020-03-02 16:29:10 -05:00
Aleksandr Bezobchuk fe7b02231e Update handler 2020-03-02 16:06:35 -05:00
Aleksandr Bezobchuk fb42f8b2a0 types updates 2020-03-02 15:50:20 -05:00
Jonathan Gimeno a016524468 migrate TestHandleNewValidator to new simapp 2020-03-02 21:19:46 +01:00
Aleksandr Bezobchuk 81830807e7 Merge branch 'master' into bez/5444-gov-proto-enc 2020-03-02 15:07:51 -05:00
Alexander Bezobchuk e45feae647 Merge PR #5738: Migrate Gov module to Simapp 2020-03-02 14:53:41 -05:00
Aleksandr Bezobchuk 7562c2765a Update gov types 2020-03-02 14:13:42 -05:00
Aleksandr Bezobchuk a89eb77841 Add equal option to upgrade proto types 2020-03-02 14:10:27 -05:00
Jonathan Gimeno c0fd5cbda0 Merge branch 'master' into jonathan/4875-gov-use-simapp 2020-03-02 19:58:48 +01:00
Jonathan Gimeno eba38af83d end of gov refactoring 2020-03-02 19:56:29 +01:00
Jonathan Gimeno e266c40ce1 refactor vote test 2020-03-02 19:50:39 +01:00
Jonathan Gimeno 894b2e5897 refactor old tally test 2020-03-02 19:46:39 +01:00
Jonathan Gimeno 275b78f1c3 add TestTallyJailedValidator to simapp 2020-03-02 19:25:05 +01:00
Jonathan Gimeno 7d3430673e add tally test TestTallyDelgatorMultipleInherit 2020-03-02 19:17:31 +01:00
Alexander Bezobchuk c0384a1b91 Merge branch 'master' into bez/5444-gov-proto-enc 2020-03-02 13:08:26 -05:00
Jonathan Gimeno 8d4d10d27f refactor TestTallyDelgatorMultipleOverride to use simapp 2020-03-02 18:52:45 +01:00
Aleksandr Bezobchuk 31dc2729fc Merge branch 'master' into bez/5444-gov-proto-enc 2020-03-02 12:50:32 -05:00
Aleksandr Bezobchuk e2b72141bf Update keeper 2020-03-02 12:49:32 -05:00
Jonathan Gimeno 73e1e3a354 refactor TestTallyDelgatorInherit to use simapp 2020-03-02 18:49:14 +01:00