Commit 2fd66cf 1 parent af4d2fd commit 2fd66cf Copy full SHA for 2fd66cf
File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 5
5
"os"
6
6
"strings"
7
7
8
- ratelimit "github.com/Stride-Labs /ibc-rate-limiting/ratelimit "
9
- ratelimitkeeper "github.com/Stride-Labs /ibc-rate-limiting/ratelimit /keeper"
10
- ratelimittypes "github.com/Stride-Labs /ibc-rate-limiting/ratelimit /types"
8
+ ratelimit "github.com/cosmos /ibc-apps/modules/ rate-limiting/v8 "
9
+ ratelimitkeeper "github.com/cosmos /ibc-apps/modules/ rate-limiting/v8 /keeper"
10
+ ratelimittypes "github.com/cosmos /ibc-apps/modules/ rate-limiting/v8 /types"
11
11
feemarketkeeper "github.com/skip-mev/feemarket/x/feemarket/keeper"
12
12
feemarkettypes "github.com/skip-mev/feemarket/x/feemarket/types"
13
13
@@ -419,9 +419,9 @@ func NewAppKeeper(
419
419
420
420
// Create RateLimit keeper
421
421
appKeepers .RatelimitKeeper = * ratelimitkeeper .NewKeeper (
422
- appCodec , // BinaryCodec
423
- appKeepers .keys [ratelimittypes .StoreKey ], // StoreKey
424
- appKeepers .GetSubspace (ratelimittypes .ModuleName ), // param Subspace
422
+ appCodec , // BinaryCodec
423
+ runtime . NewKVStoreService ( appKeepers .keys [ratelimittypes .StoreKey ]) , // StoreKey
424
+ appKeepers .GetSubspace (ratelimittypes .ModuleName ), // param Subspace
425
425
govAuthority , // authority
426
426
appKeepers .BankKeeper ,
427
427
appKeepers .IBCKeeper .ChannelKeeper , // ChannelKeeper
Original file line number Diff line number Diff line change 1
1
package keepers
2
2
3
3
import (
4
- ratelimittypes "github.com/Stride-Labs /ibc-rate-limiting/ratelimit /types"
4
+ ratelimittypes "github.com/cosmos /ibc-apps/modules/ rate-limiting/v8 /types"
5
5
feemarkettypes "github.com/skip-mev/feemarket/x/feemarket/types"
6
6
7
7
routertypes "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8/packetforward/types"
Original file line number Diff line number Diff line change 1
1
package gaia
2
2
3
3
import (
4
- ratelimittypes "github.com/Stride-Labs /ibc-rate-limiting/ratelimit /types"
4
+ ratelimittypes "github.com/cosmos /ibc-apps/modules/ rate-limiting/v8 /types"
5
5
feemarket "github.com/skip-mev/feemarket/x/feemarket"
6
6
feemarkettypes "github.com/skip-mev/feemarket/x/feemarket/types"
7
7
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ require (
18
18
cosmossdk.io/x/tx v0.13.3
19
19
cosmossdk.io/x/upgrade v0.1.4
20
20
github.com/CosmWasm/wasmd v0.50.0
21
- github.com/Stride-Labs/ibc-rate-limiting v0.0.0-20240402205850-be547630b007
22
21
github.com/cometbft/cometbft v0.38.9
23
22
github.com/cometbft/cometbft-db v0.12.0
24
23
github.com/cosmos/cosmos-db v1.0.2
25
24
github.com/cosmos/cosmos-sdk v0.50.8
26
25
github.com/cosmos/go-bip39 v1.0.0
27
26
github.com/cosmos/gogoproto v1.5.0
28
27
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2
28
+ github.com/cosmos/ibc-apps/modules/rate-limiting/v8 v8.0.0
29
29
github.com/cosmos/ibc-go/modules/capability v1.0.0
30
30
github.com/cosmos/ibc-go/v8 v8.3.2
31
31
github.com/cosmos/interchain-security/v5 v5.1.0
Original file line number Diff line number Diff line change @@ -258,8 +258,6 @@ github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAE
258
258
github.com/Shopify/sarama v1.19.0 /go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo =
259
259
github.com/Shopify/toxiproxy v2.1.4+incompatible /go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI =
260
260
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 /go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg =
261
- github.com/Stride-Labs/ibc-rate-limiting v0.0.0-20240402205850-be547630b007 h1:6BNsNF5ZI3YPnVq+oJKbtelWoEkuplUzoQH9VTxqHp0 =
262
- github.com/Stride-Labs/ibc-rate-limiting v0.0.0-20240402205850-be547630b007 /go.mod h1:r2Mgt9zNLQsUWlx4OhEIzvNm+JE+4fy4h4t6xBAPv5A =
263
261
github.com/VictoriaMetrics/fastcache v1.6.0 /go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw =
264
262
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE =
265
263
github.com/VividCortex/gohistogram v1.0.0 /go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g =
@@ -433,6 +431,8 @@ github.com/cosmos/iavl v1.1.2 h1:zL9FK7C4L/P4IF1Dm5fIwz0WXCnn7Bp1M2FxH0ayM7Y=
433
431
github.com/cosmos/iavl v1.1.2 /go.mod h1:jLeUvm6bGT1YutCaL2fIar/8vGUE8cPZvh/gXEWDaDM =
434
432
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2 h1:dyLNlDElY6+5zW/BT/dO/3Ad9FpQblfh+9dQpYQodbA =
435
433
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2 /go.mod h1:82hPO/tRawbuFad2gPwChvpZ0JEIoNi91LwVneAYCeM =
434
+ github.com/cosmos/ibc-apps/modules/rate-limiting/v8 v8.0.0 h1:AQO9NIAP3RFqvBCj7IqM/V1LCxmuvcvGUdu0RIEz/c0 =
435
+ github.com/cosmos/ibc-apps/modules/rate-limiting/v8 v8.0.0 /go.mod h1:/ZpKJSW/SKPkFS7jTqkPVn7kOHUUfRNzu+8aS7YOL8o =
436
436
github.com/cosmos/ibc-go/modules/capability v1.0.0 h1:r/l++byFtn7jHYa09zlAdSeevo8ci1mVZNO9+V0xsLE =
437
437
github.com/cosmos/ibc-go/modules/capability v1.0.0 /go.mod h1:D81ZxzjZAe0ZO5ambnvn1qedsFQ8lOwtqicG6liLBco =
438
438
github.com/cosmos/ibc-go/v8 v8.3.2 h1:8X1oHHKt2Bh9hcExWS89rntLaCKZp2EjFTUSxKlPhGI =
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- ratelimittypes "github.com/Stride-Labs /ibc-rate-limiting/ratelimit /types"
7
+ ratelimittypes "github.com/cosmos /ibc-apps/modules/ rate-limiting/v8 /types"
8
8
9
9
tmrand "github.com/cometbft/cometbft/libs/rand"
10
10
Original file line number Diff line number Diff line change 7
7
"net/http"
8
8
"strings"
9
9
10
- ratelimittypes "github.com/Stride-Labs /ibc-rate-limiting/ratelimit /types"
10
+ ratelimittypes "github.com/cosmos /ibc-apps/modules/ rate-limiting/v8 /types"
11
11
12
12
icacontrollertypes "github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/controller/types"
13
13
providertypes "github.com/cosmos/interchain-security/v5/x/ccv/provider/types"
You can’t perform that action at this time.
0 commit comments