Skip to content

Commit

Permalink
fix: use latest cometbft-v0.38 version for duplicate vote evidence er…
Browse files Browse the repository at this point in the history
…ror (#64)
  • Loading branch information
troykessler authored Sep 6, 2024
1 parent 7bec3b8 commit aa07040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.4
require (
github.com/KYVENetwork/celestia-core v1.44.0-tm-v0.34.29
github.com/KYVENetwork/cometbft/v37 v37.0.2
github.com/KYVENetwork/cometbft/v38 v38.0.2
github.com/KYVENetwork/cometbft/v38 v38.0.3
github.com/cometbft/cometbft-db v0.9.1
github.com/gin-gonic/gin v1.9.1
github.com/google/uuid v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/KYVENetwork/celestia-core v1.44.0-tm-v0.34.29 h1:Y3MfR91mx7C7Xipyp4tO
github.com/KYVENetwork/celestia-core v1.44.0-tm-v0.34.29/go.mod h1:F24hB7hFzH/7oXDPwC0csYnzoyprrGiHkMh/PHtIRY4=
github.com/KYVENetwork/cometbft/v37 v37.0.2 h1:nVRHfZYmeO8MLHazNbVdNtH72OrjrOwffvlYEIfVraQ=
github.com/KYVENetwork/cometbft/v37 v37.0.2/go.mod h1:eAUIGNAQfYvLNuTZS48MsjqFtIYA8mU9ZcJmGbVMk90=
github.com/KYVENetwork/cometbft/v38 v38.0.2 h1:g0zUII5TYRmttwFP2PbykVFncl1IkxpXICSrPbn8GVU=
github.com/KYVENetwork/cometbft/v38 v38.0.2/go.mod h1:8g8iw3Pp/ZkXPBgmPon9K/kHcj53vE86l5228rhmcuk=
github.com/KYVENetwork/cometbft/v38 v38.0.3 h1:BJc+CmZwweQsu0BcHi4Bo/KpMjSOUAVydr0i28SjECI=
github.com/KYVENetwork/cometbft/v38 v38.0.3/go.mod h1:8g8iw3Pp/ZkXPBgmPon9K/kHcj53vE86l5228rhmcuk=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA=
github.com/Microsoft/go-winio v0.5.0/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84=
Expand Down

0 comments on commit aa07040

Please sign in to comment.