cosmos-sdk/x/feegrant
Facundo Medica 78618dbfa0
fix: change SimulationState.InitialStake to sdkmath.Int (#11855)
* fix: change SimulationState.InitialStake to sdkmath.Int

* cl

* aleks' suggestion
2022-05-03 00:57:44 +02:00
..
client fix: ` --dry-run` not working when using tx command (#11558) 2022-04-11 15:50:54 +00:00
keeper refactor: (x/feegrant) parsing keys (#11814) 2022-05-01 08:50:45 +00:00
migrations/v046 feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
module fix: remove all RegisterRESTRoutes (#11797) 2022-04-27 12:23:34 -04:00
simulation fix: change SimulationState.InitialStake to sdkmath.Int (#11855) 2022-05-03 00:57:44 +02: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 refactor: (x/feegrant) parsing keys (#11814) 2022-05-01 08:50:45 +00:00
key_test.go refactor: (x/feegrant) parsing keys (#11814) 2022-05-01 08:50:45 +00: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.