cosmos-sdk/x/feegrant
Aleksandr Bezobchuk ddc23bc4b2
refactor!: Coins Add and Sub Consistency (#11689)
2022-04-20 08:36:10 -04:00
..
client fix: ` --dry-run` not working when using tx command (#11558) 2022-04-11 15:50:54 +00: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 revert: Revert "feat: staking config (#10988)" (#11446) 2022-03-24 12:26:25 +01:00
spec docs: update feegrant `AllowedFeeAllowance` docs (#11344) 2022-03-11 14:44:44 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
basic_fee.go refactor!: Coins Add and Sub Consistency (#11689) 2022-04-20 08:36:10 -04:00
basic_fee_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
codec.go revert: replace all ModuleCdc instances with legacy.Cdc (#11680) 2022-04-20 09:27:40 +00: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 docs: update feegrant `AllowedFeeAllowance` docs (#11344) 2022-03-11 14:44:44 +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 chore: Bump gov and group to `v1` (#11334) 2022-03-11 15:58:01 +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 refactor!: Coins Add and Sub Consistency (#11689) 2022-04-20 08:36:10 -04:00
periodic_fee_test.go refactor!: Coins Add and Sub Consistency (#11689) 2022-04-20 08:36:10 -04: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 fix: dockerfile for building proto (#11452) 2022-03-25 12:35:09 +00:00
tx.pb.go docs: update feegrant `AllowedFeeAllowance` docs (#11344) 2022-03-11 14:44:44 +00:00

README.md

Fee Grant

  • Fee Grant - Grant fee allowances for executing transactions.