feat: deprecate x/params usage in x/auth (#12475)

* generate proto files

* wip

* wip: fix tests

* wip: add tests

* fix tests

* fix tests

* add changelog

* address review comments

* address review comments

* add err check for setparams

* updates

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
This commit is contained in:
likhita-809
2022-07-11 19:16:27 +02:00
committed by GitHub
co-authored by Aleksandr Bezobchuk Aleksandr Bezobchuk
parent dc1677bdf8
commit 1815981b02
36 changed files with 2462 additions and 111 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ func TestBaseApp_BlockGas(t *testing.T) {
require.Equal(t, []byte("ok"), okValue)
}
// check block gas is always consumed
baseGas := uint64(70184) // baseGas is the gas consumed before tx msg
baseGas := uint64(52744) // baseGas is the gas consumed before tx msg
expGasConsumed := addUint64Saturating(tc.gasToConsume, baseGas)
if expGasConsumed > txtypes.MaxGasWanted {
// capped by gasLimit