Skip to content

Commit

Permalink
go: Bump CometBFT to 0.37.9-oasis1
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jul 22, 2024
1 parent 1f1c96a commit 8428602
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changelog/5782.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go: Bump CometBFT to 0.37.9-oasis1
4 changes: 2 additions & 2 deletions go/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/oasisprotocol/oasis-core/go

replace (
github.com/cometbft/cometbft => github.com/oasisprotocol/cometbft v0.37.7-oasis1
github.com/cometbft/cometbft => github.com/oasisprotocol/cometbft v0.37.9-oasis1

// v1.5.0 has broken uint parsing, use my commit with fixes instead until
// the maintainers merge my PR: https://github.com/spf13/cast/pull/144
Expand All @@ -17,7 +17,7 @@ require (
github.com/a8m/envsubst v1.4.2
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/cenkalti/backoff/v4 v4.2.1
github.com/cometbft/cometbft v0.37.7
github.com/cometbft/cometbft v0.37.9
github.com/cometbft/cometbft-db v0.7.0
github.com/cosmos/gogoproto v1.4.1
github.com/dgraph-io/badger/v4 v4.2.0
Expand Down
4 changes: 2 additions & 2 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1440,8 +1440,8 @@ github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/oasisprotocol/cast v0.0.0-20220606122631-eba453e69641 h1:8vZBx878kg60Z2+Amkw8vIpRcbfaAgGn59faqNZtzYw=
github.com/oasisprotocol/cast v0.0.0-20220606122631-eba453e69641/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=
github.com/oasisprotocol/cometbft v0.37.7-oasis1 h1:g0Em8QuX8lM0dUyTm0Uqxr1I9MVESzseNdqe2TUUbM4=
github.com/oasisprotocol/cometbft v0.37.7-oasis1/go.mod h1:nSVQTIrRBnQMkL8LbR6RUL18vTWWuOlIINFrDzWxlXI=
github.com/oasisprotocol/cometbft v0.37.9-oasis1 h1:j48kZoMX2taUes6eXuYdTLBAcH6PuStxOIBVlH7D3eQ=
github.com/oasisprotocol/cometbft v0.37.9-oasis1/go.mod h1:hauDXUOQKEr48oRiPx+XGU/W+FY2xe3uOhwV4/k6DGM=
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a h1:dlRvE5fWabOchtH7znfiFCcOvmIYgOeAS5ifBXBlh9Q=
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a/go.mod h1:hVoHR2EVESiICEMbg137etN/Lx+lSrHPTD39Z/uE+2s=
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 h1:1102pQc2SEPp5+xrS26wEaeb26sZy6k9/ZXlZN+eXE4=
Expand Down

0 comments on commit 8428602

Please sign in to comment.