Skip to content

Commit

Permalink
Merge pull request #5673 from oasisprotocol/kostko/feature/cometbft-0…
Browse files Browse the repository at this point in the history
….37.6-oasis1
  • Loading branch information
kostko authored May 2, 2024
2 parents fd41cdf + 0584dfd commit debc705
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changelog/5615.internal.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go: Bump CometBFT to v0.37.5-oasis1
go: Bump CometBFT to 0.37.6-oasis1
1 change: 1 addition & 0 deletions .changelog/5673.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go: Bump CometBFT to 0.37.6-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.5-oasis1
github.com/cometbft/cometbft => github.com/oasisprotocol/cometbft v0.37.6-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.5
github.com/cometbft/cometbft v0.37.6
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 @@ -1424,8 +1424,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.5-oasis1 h1:Po1Mm5LMmeNV58T/PzSLa2ogqF481dZgfeYyqhVlQQ4=
github.com/oasisprotocol/cometbft v0.37.5-oasis1/go.mod h1:h/VafgmD1yekhZXzPmkPg4m1D/pVypVFo8GladUVoiA=
github.com/oasisprotocol/cometbft v0.37.6-oasis1 h1:UUBWpd//NXBOVux5iKbvmAfn7qA9emz2Ui1xZT8Jd50=
github.com/oasisprotocol/cometbft v0.37.6-oasis1/go.mod h1:8V3RwkW7BeDYt6ZeBw0UWmN9RcVHvQ9QlBuAjU+gFtg=
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 debc705

Please sign in to comment.