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

fix: Parallel rechecktx #34

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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
fix: Parallel rechecktx
  • Loading branch information
dudong2 committed Jan 22, 2025
commit 9d8180680bf4c15e0a663cab6d5d5af9e3606905
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -246,8 +246,8 @@ require (
replace (
cosmossdk.io/store => github.com/b-harvest/cosmos-sdk/store v0.0.0-20241219054141-7fb019ef389e
cosmossdk.io/x/tx => github.com/b-harvest/cosmos-sdk/x/tx v0.0.0-20241219054130-b9ffa3ab79ce
github.com/cometbft/cometbft => github.com/b-harvest/cometbft v0.0.0-20250120055352-7d191dfe9611
github.com/cosmos/cosmos-sdk => github.com/b-harvest/cosmos-sdk v0.0.0-20250120070845-e7baa1c27bd2
github.com/cometbft/cometbft => github.com/b-harvest/cometbft v0.0.0-20250122040124-df66dd59905d
github.com/cosmos/cosmos-sdk => github.com/b-harvest/cosmos-sdk v0.0.0-20250122040610-4d5448425cca
github.com/ethereum/go-ethereum => github.com/b-harvest/go-ethereum v0.0.0-20241106045451-23c79ab53226
)

8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -265,10 +265,10 @@ github.com/aws/aws-sdk-go v1.44.122/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX
github.com/aws/aws-sdk-go v1.44.224 h1:09CiaaF35nRmxrzWZ2uRq5v6Ghg/d2RiPjZnSgtt+RQ=
github.com/aws/aws-sdk-go v1.44.224/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g=
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 v0.0.0-20250120070845-e7baa1c27bd2 h1:Jhf5zHCAvAYAiBrSAw2HLapFUf1KRFRge6QM6odZKTc=
github.com/b-harvest/cosmos-sdk v0.0.0-20250120070845-e7baa1c27bd2/go.mod h1:CCwWBByVqDg3pR4s99ObmnhDssdIsnKbQyfm8fYRw4U=
github.com/b-harvest/cometbft v0.0.0-20250122040124-df66dd59905d h1:OAKi4Bpgm3cCxv0rtOvjhOko/+bP0uc8vVc3Elfrc80=
github.com/b-harvest/cometbft v0.0.0-20250122040124-df66dd59905d/go.mod h1:a8NBI2IdO283RZdpH0MuXlze3j+lv6PXuzOtTCq4YGE=
github.com/b-harvest/cosmos-sdk v0.0.0-20250122040610-4d5448425cca h1:lAg0WETuMmjBkbcoMm7VeRPw/aSmmTLhOhiEWbBSg1E=
github.com/b-harvest/cosmos-sdk v0.0.0-20250122040610-4d5448425cca/go.mod h1:Kd2xJtvEIiMPuHLSyr5RnFMVTCEwY2BbnouQWS8iYaA=
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/b-harvest/cosmos-sdk/x/tx v0.0.0-20241219054130-b9ffa3ab79ce h1:h8Zt+Ga+tjkoLqr1ekAjvFwKRb9x+2ivyg/jmgUkp5A=
Loading