0g-chain/x/community/keeper
drklee3 395b69ac2f
feat(community): add MsgUpdateParams for governance (#1745)
* Add authority, MsgUpdateParams

* Add e2e test for x/community UpdateParamsMsg proposal

* Ensure new params are different

* Add errors and update codec

* Update changelog

* Use single reused govAuthorityAddr

* Add unit tests for authority and msg

* Validate authority address

* Update proto comment

* Check for ErrInvalidSigner in invalid authority error
2023-10-11 10:22:25 -07:00
..
disable_inflation_test.go feat: disable inflation upgrade logic (#1706) 2023-10-02 13:10:22 -07:00
disable_inflation.go Emit events for inflation disable and staking rewards (#1743) 2023-10-03 15:10:22 -07:00
grpc_query_test.go Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00
grpc_query.go feat(community): add switchover param (#1704) 2023-09-22 09:05:12 -07:00
keeper_test.go feat(community): add MsgUpdateParams for governance (#1745) 2023-10-11 10:22:25 -07:00
keeper.go feat(community): add MsgUpdateParams for governance (#1745) 2023-10-11 10:22:25 -07:00
migrations.go feat(community): add switchover param (#1704) 2023-09-22 09:05:12 -07:00
msg_server_test.go feat(community): add MsgUpdateParams for governance (#1745) 2023-10-11 10:22:25 -07:00
msg_server.go feat(community): add MsgUpdateParams for governance (#1745) 2023-10-11 10:22:25 -07:00
params_test.go Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00
params.go Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00
proposal_handler_test.go feat: add community cdp withdraw collateral proposal (#1567) 2023-04-20 16:08:53 -07:00
proposal_handler.go feat: add community cdp withdraw collateral proposal (#1567) 2023-04-20 16:08:53 -07:00
staking_test.go Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00
staking.go Emit events for inflation disable and staking rewards (#1743) 2023-10-03 15:10:22 -07:00