File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {
54
54
55
55
anteDecorators := []sdk.AnteDecorator {
56
56
ante .NewSetUpContextDecorator (), // outermost AnteDecorator. SetUpContext must be called first
57
- NewGasCostDecorator (),
58
57
wasmkeeper .NewLimitSimulationGasDecorator (options .NodeConfig .SimulationGasLimit ), // after setup context to enforce limits early
59
58
wasmkeeper .NewCountTXDecorator (options .TXCounterStoreService ),
60
59
wasmkeeper .NewTxContractsDecorator (),
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ replace (
241
241
github.com/skip-mev/feemarket => github.com/unionlabs/feemarket v0.0.0-20250725184025-cd8b620c9675
242
242
)
243
243
244
- replace github.com/CosmWasm/wasmd => github.com/unionlabs/wasmd v0.0.0-20250228223503-fa271bbe8508
244
+ replace github.com/CosmWasm/wasmd => github.com/unionlabs/wasmd v0.0.0-20250902022954-26c2c7f3c5f0
245
245
246
246
replace (
247
247
github.com/cosmos/ibc-go/modules/capability => github.com/unionlabs/ibc-go/modules/capability v0.0.0-20250228202801-8024a4241fb8
Original file line number Diff line number Diff line change @@ -1025,8 +1025,8 @@ github.com/unionlabs/ibc-go/modules/capability v0.0.0-20250228202801-8024a4241fb
1025
1025
github.com/unionlabs/ibc-go/modules/capability v0.0.0-20250228202801-8024a4241fb8 /go.mod h1:gwR2WaZNTcpdyJVmYZx+bLw5pmaZt0I1w/eP2jNJV2o =
1026
1026
github.com/unionlabs/ibc-go/v8 v8.0.0-20250228202801-8024a4241fb8 h1:PgqRrbtizBKah6EZzusoyDD4fPHoui6FoE4A8418mgQ =
1027
1027
github.com/unionlabs/ibc-go/v8 v8.0.0-20250228202801-8024a4241fb8 /go.mod h1:FtR4596WBCLYmuBlzhq8nne2F/Boruc3ZcajfnPEPe0 =
1028
- github.com/unionlabs/wasmd v0.0.0-20250228223503-fa271bbe8508 h1:+Nbq/9l6mZZfVLWxfzhDrFNRdzKaYZwwl77g3N4v+iw =
1029
- github.com/unionlabs/wasmd v0.0.0-20250228223503-fa271bbe8508 /go.mod h1:REcL/5QdzI+YuGnXFE5FyoETa4bupJZXSNGjZXzWLO4 =
1028
+ github.com/unionlabs/wasmd v0.0.0-20250902022954-26c2c7f3c5f0 h1:PJZFF7WJ8ohumYg7JL3tsJ1o3mgXuUcYHpRm3fJ2PfY =
1029
+ github.com/unionlabs/wasmd v0.0.0-20250902022954-26c2c7f3c5f0 /go.mod h1:REcL/5QdzI+YuGnXFE5FyoETa4bupJZXSNGjZXzWLO4 =
1030
1030
github.com/urfave/cli v1.20.0 /go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA =
1031
1031
github.com/urfave/cli v1.22.1 /go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0 =
1032
1032
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 /go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU =
Original file line number Diff line number Diff line change 50
50
( nix-filter . matchExt "md" )
51
51
] ;
52
52
} ;
53
- vendorHash = "sha256-9XWSuq5xvnTTJaR+eYeJ2Xugw7f4hNa7umtvjurw5VU =" ;
53
+ vendorHash = "sha256-gdO8OHk3iJmrxZ4rTqV9MaPPNqTmTSzoWCtYPjNycik =" ;
54
54
doCheck = true ;
55
55
meta . mainProgram = "uniond" ;
56
56
}
You can’t perform that action at this time.
0 commit comments