cosmos-sdk/baseapp
Jonathan Gimeno 550c3e9ef0
Jonathan/5988 sim params consensus 2 (#6051)
* temporal commit

* add random consensus params

* make format

* make random pass

* remove comment

* revert change

* update ub key types

* extract Evidence params from state

* extract the random parameters from state

* clean the code

* update imports!

* mispelled back

* mispelled back

* add misspelled command

* update changelog

* remove useless linter to avoid misspell

* remove function

* use tendermint constants

* update import test

* remove debug comment

* Update baseapp/baseapp.go

Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-04-22 18:24:13 +00:00
..
abci.go Jonathan/5988 sim params consensus 2 (#6051) 2020-04-22 18:24:13 +00:00
baseapp.go Jonathan/5988 sim params consensus 2 (#6051) 2020-04-22 18:24:13 +00:00
baseapp_test.go Jonathan/5988 sim params consensus 2 (#6051) 2020-04-22 18:24:13 +00:00
helpers.go Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
options.go Merge PR #5952: Refactor Evidence Age Util + Governable Consensus Params 2020-04-16 11:10:39 -04:00
params.go Merge PR #5952: Refactor Evidence Age Util + Governable Consensus Params 2020-04-16 11:10:39 -04:00
params_test.go Merge PR #5952: Refactor Evidence Age Util + Governable Consensus Params 2020-04-16 11:10:39 -04:00
queryrouter.go Merge PR #5159: Remove unused nolints from baseapp & format the rest of them 2019-10-14 15:05:10 -07:00
queryrouter_test.go Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
router.go Merge PR #5452: Pass in sdk.Context to router.Route() 2020-01-04 14:50:38 -05:00
router_test.go Merge PR #5452: Pass in sdk.Context to router.Route() 2020-01-04 14:50:38 -05:00
state.go Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00