cosmos-sdk/x/gov/keeper
atheeshp 6f335143d9
feat: increase gas cost for submit proposal (#9995)
* increase gas cost for submit proposal

* fix tests

* fix tests

* address review changes

* fix tests

* review changes

* revert tests

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2021-09-29 11:11:24 +02:00
..
common_test.go refactor!: Remove `clientCtx.JSONCodec` and rename `EncodingConfig.Marshaler` to `Codec` (#9521) 2021-07-01 08:52:38 +00:00
deposit.go refactor: remove query by events for x/gov deposits (#9519) 2021-07-30 17:37:38 +00:00
deposit_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
grpc_query.go fix: Correctly populate legacy Vote.Option field (#9583) 2021-06-25 15:52:44 +02:00
grpc_query_test.go fix: Correctly populate legacy Vote.Option field (#9583) 2021-06-25 15:52:44 +02:00
hooks.go Add hooks to governance actions (#9133) 2021-04-21 12:59:30 -04:00
hooks_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
internal_test.go x/gov v0.43 Audit updates (#9258) 2021-05-07 12:00:19 +00:00
invariants.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
keeper.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
keeper_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
migrations.go refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00:00
msg_server.go feat: increase gas cost for submit proposal (#9995) 2021-09-29 11:11:24 +02:00
params.go Merge PR #4665: Refactor x/gov Module Structure (prep for module spec) 2019-08-08 15:51:18 -04:00
proposal.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
proposal_test.go gov, params: refactor tests (#9137) 2021-04-30 08:41:25 +00:00
querier.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
querier_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
tally.go Merge pull request #39 from antstalepresh/gov_split_vote 2020-11-04 10:31:55 +10:00
tally_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
vote.go refactor: remove query by events for x/gov deposits (#9519) 2021-07-30 17:37:38 +00:00
vote_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00