Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add rate limit config #500

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ require (
// replace the store module with the b-harvest fork
replace (
cosmossdk.io/store => github.com/b-harvest/cosmos-sdk/store v0.0.0-20241219054141-7fb019ef389e
github.com/cometbft/cometbft => github.com/b-harvest/cometbft v0.0.0-20250117081724-782b0da6a158
github.com/cometbft/cometbft => github.com/b-harvest/cometbft v0.0.0-20250120055352-7d191dfe9611
)

// Below are the long-lived replace of the Cosmos SDK
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6l
github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU=
github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g=
github.com/b-harvest/cometbft v0.0.0-20250117081724-782b0da6a158 h1:08cYQa2CGagj4QX8toaCuVobI0CxpEwF3WS+S7LNIqU=
github.com/b-harvest/cometbft v0.0.0-20250117081724-782b0da6a158/go.mod h1:a8NBI2IdO283RZdpH0MuXlze3j+lv6PXuzOtTCq4YGE=
github.com/b-harvest/cometbft v0.0.0-20250120055352-7d191dfe9611 h1:ev/TfsdHHETbBViaNr/Rk49kf9M3rAmBi/GgpNyq81s=
github.com/b-harvest/cometbft v0.0.0-20250120055352-7d191dfe9611/go.mod h1:a8NBI2IdO283RZdpH0MuXlze3j+lv6PXuzOtTCq4YGE=
github.com/b-harvest/cosmos-sdk/store v0.0.0-20241219054141-7fb019ef389e h1:e5quTVfHOIYOwKiqDZG9euFWjmEtAMu7m9N6PjlXK4Q=
github.com/b-harvest/cosmos-sdk/store v0.0.0-20241219054141-7fb019ef389e/go.mod h1:8DwVTz83/2PSI366FERGbWSH7hL6sB7HbYp8bqksNwM=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
Expand Down
Loading