Skip to content

Commit

Permalink
fix: bump to version of core that has data race fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes authored and Wondertan committed Oct 11, 2022
1 parent 0467a3a commit 18ea261
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 @@ -295,5 +295,5 @@ replace (
github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v1.2.0-sdk-v0.46.0
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/libp2p/go-libp2p-pubsub v0.7.0 => github.com/celestiaorg/go-libp2p-pubsub v0.6.2-0.20220812132010-46b2a019f2f2
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.3.1-tm-v0.34.20
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.3.3-tm-v0.34.20-celestia-node-patch
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ github.com/c-bata/go-prompt v0.2.2/go.mod h1:VzqtzE2ksDBcdln8G7mk2RX9QyGjH+OVqOC
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
github.com/celestiaorg/celestia-app v0.7.0-rc-1.0.20220930201625-f8540b2aec19 h1:X4HE3OJQ70LYz6Si4PpHA++DNqHOHtPNdPVxymjYsY4=
github.com/celestiaorg/celestia-app v0.7.0-rc-1.0.20220930201625-f8540b2aec19/go.mod h1:jFaHWNtgYHD9zyZYtGxLuHKZ0DrYz9yoZMATrFr0wsE=
github.com/celestiaorg/celestia-core v1.3.1-tm-v0.34.20 h1:/kcfjyOXA6QoJbyVT0LM2I9WeCQHEoPVWJ/MYz+S/r4=
github.com/celestiaorg/celestia-core v1.3.1-tm-v0.34.20/go.mod h1:bFyLvRuHAPewkGy4WazXJhfYhdV4u79iuoYaeNL3EO4=
github.com/celestiaorg/celestia-core v1.3.3-tm-v0.34.20-celestia-node-patch h1:lL8AH+b6a8/8L+ZB2G4ysEhT0j/8RSVMJShbo8Ysy18=
github.com/celestiaorg/celestia-core v1.3.3-tm-v0.34.20-celestia-node-patch/go.mod h1:f4R8qNJrP1CDH0SNwj4jA3NymBLQM4lNdx6Ijmfllbw=
github.com/celestiaorg/cosmos-sdk v1.2.0-sdk-v0.46.0 h1:A1F7L/09uGClsU+kmugMy47Ezv4ll0uxNRNdaGa37T8=
github.com/celestiaorg/cosmos-sdk v1.2.0-sdk-v0.46.0/go.mod h1:OXRC0p460CFKl77uQZWY/8p5uZmDrNum7BmVZDupq0Q=
github.com/celestiaorg/go-leopard v0.1.0 h1:28z2EkvKJIez5J9CEaiiUEC+OxalRLtTGJJ1oScfE1g=
Expand Down

0 comments on commit 18ea261

Please sign in to comment.