cosmos-sdk/x/feegrant
atheeshp ef6fed67de
fix: case unauthorized message (#11229)
* fix: case unauthorized message

* changes

* Update x/feegrant/client/testutil/suite.go

* review changes

* Update client/broadcast.go

* udpate changelog

* update changelog

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-02-24 13:28:13 +01:00
..
client fix: case unauthorized message (#11229) 2022-02-24 13:28:13 +01:00
keeper feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
migrations/v046 feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
module fix: implement Amino serialization for x/authz and x/feegrant (#11224) 2022-02-22 12:03:01 +01:00
simulation fix: implement Amino serialization for x/authz and x/feegrant (#11224) 2022-02-22 12:03:01 +01:00
spec docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
basic_fee.go feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
basic_fee_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
codec.go fix: implement Amino serialization for x/authz and x/feegrant (#11224) 2022-02-22 12:03:01 +01:00
doc.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
errors.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
events.go feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
expected_keepers.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
feegrant.pb.go feat: Introduce Cosmos Scalars (#9933) 2021-09-21 09:46:29 +00:00
fees.go feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
filtered_fee.go feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
filtered_fee_test.go feat: implement new gov msg & query servers (#10868) 2022-01-21 11:14:00 +00:00
genesis.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
genesis.pb.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
grant.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
grant_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
key.go feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
key_test.go feat: add feegrant query to see allowances from a given granter (#10947) 2022-01-21 15:55:17 +01:00
msgs.go fix: implement Amino serialization for x/authz and x/feegrant (#11224) 2022-02-22 12:03:01 +01:00
msgs_test.go fix: implement Amino serialization for x/authz and x/feegrant (#11224) 2022-02-22 12:03:01 +01:00
periodic_fee.go feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
periodic_fee_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
query.pb.go feat: add feegrant query to see allowances from a given granter (#10947) 2022-01-21 15:55:17 +01:00
query.pb.gw.go feat: add feegrant query to see allowances from a given granter (#10947) 2022-01-21 15:55:17 +01:00
tx.pb.go feat: add message option extension to signal msg signers in a language agnostic way (#10977) 2022-01-28 17:01:56 +00:00

README.md

Fee Grant

  • Fee Grant - Grant fee allowances for executing transactions.