Skip to content

Commit

Permalink
v3.8.0-release (#1420)
Browse files Browse the repository at this point in the history
* Bump seidb and add upgrade vresion

* tidy

* changelog

* bump tm
  • Loading branch information
philipsu522 authored Mar 13, 2024
1 parent 90688fc commit 7ee257f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
-->

# Changelog
## v3.8.0
sei-tendermint:
* [209](https://github.com/sei-protocol/sei-tendermint/pull/209) Use write-lock in (*TxPriorityQueue).ReapMax funcs

sei-db:
* [#61](https://github.com/sei-protocol/sei-db/pull/61) LoadVersion should open DB with read only

sei-wasmd:
* [41](https://github.com/sei-protocol/sei-wasmd/pull/42) Bump wasmd version

## v3.7.0
sei-chain:
* [#1283](https://github.com/sei-protocol/sei-chain/pull/1283) Update synchronous execution to set tx indices properly
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ var upgradesList = []string{
"v3.5.0",
"v3.6.1",
"v3.7.0",
"v3.8.0",
}

// if there is an override list, use that instead, for integration tests
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ replace (
github.com/cosmos/ibc-go/v3 => github.com/sei-protocol/sei-ibc-go/v3 v3.3.0
github.com/ethereum/go-ethereum => github.com/sei-protocol/go-ethereum v1.13.5-sei-8
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/sei-protocol/sei-db => github.com/sei-protocol/sei-db v0.0.32
github.com/sei-protocol/sei-db => github.com/sei-protocol/sei-db v0.0.33
// Latest goleveldb is broken, we have to stick to this version
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.2.38
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.2.39
github.com/tendermint/tm-db => github.com/sei-protocol/tm-db v0.0.4
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1349,14 +1349,14 @@ github.com/sei-protocol/goutils v0.0.2 h1:Bfa7Sv+4CVLNM20QcpvGb81B8C5HkQC/kW1CQp
github.com/sei-protocol/goutils v0.0.2/go.mod h1:iYE2DuJfEnM+APPehr2gOUXfuLuPsVxorcDO+Tzq9q8=
github.com/sei-protocol/sei-cosmos v0.2.74-seiv2 h1:MkQ6ae96sWvqAHHeKW/7hGoZzPnN08eWT0YJhhhl7YE=
github.com/sei-protocol/sei-cosmos v0.2.74-seiv2/go.mod h1:Ki14gNla7qtwPYOS7xrliRq7pvm23RWYUMYD27YdvEI=
github.com/sei-protocol/sei-db v0.0.32 h1:yLyryfgcvt3hkr010v3gEomBbpGBCyY9iUXWKI7CLR8=
github.com/sei-protocol/sei-db v0.0.32/go.mod h1:F/ZKZA8HJPcUzSZPA8yt6pfwlGriJ4RDR4eHKSGLStI=
github.com/sei-protocol/sei-db v0.0.33 h1:TspNkw/lW7fubR0TsOpmJdzWiLecMDOS5DAxFNQXQ6M=
github.com/sei-protocol/sei-db v0.0.33/go.mod h1:F/ZKZA8HJPcUzSZPA8yt6pfwlGriJ4RDR4eHKSGLStI=
github.com/sei-protocol/sei-iavl v0.1.9 h1:y4mVYftxLNRs6533zl7N0/Ch+CzRQc04JDfHolIxgBE=
github.com/sei-protocol/sei-iavl v0.1.9/go.mod h1:7PfkEVT5dcoQE+s/9KWdoXJ8VVVP1QpYYPLdxlkSXFk=
github.com/sei-protocol/sei-ibc-go/v3 v3.3.0 h1:/mjpTuCSEVDJ51nUDSHU92N0bRSwt49r1rmdC/lqgp8=
github.com/sei-protocol/sei-ibc-go/v3 v3.3.0/go.mod h1:VwB/vWu4ysT5DN2aF78d17LYmx3omSAdq6gpKvM7XRA=
github.com/sei-protocol/sei-tendermint v0.2.38 h1:jZ3QzdzsuzKZrBM1IqEPkYU60nEugpKM/rNFGfYqmu0=
github.com/sei-protocol/sei-tendermint v0.2.38/go.mod h1:4LSlJdhl3nf3OmohliwRNUFLOB1XWlrmSodrIP7fLh4=
github.com/sei-protocol/sei-tendermint v0.2.39 h1:PQ50kHaQEzweCXBPf4+VTSngWKDCuuzMXhsoQpD8sj4=
github.com/sei-protocol/sei-tendermint v0.2.39/go.mod h1:4LSlJdhl3nf3OmohliwRNUFLOB1XWlrmSodrIP7fLh4=
github.com/sei-protocol/sei-tm-db v0.0.5 h1:3WONKdSXEqdZZeLuWYfK5hP37TJpfaUa13vAyAlvaQY=
github.com/sei-protocol/sei-tm-db v0.0.5/go.mod h1:Cpa6rGyczgthq7/0pI31jys2Fw0Nfrc+/jKdP1prVqY=
github.com/sei-protocol/sei-wasmd v0.0.8 h1:FJJ6qxXg1ggbxX6HHyqwT2cURs/L+5SGM1sQhCi96Ds=
Expand Down

0 comments on commit 7ee257f

Please sign in to comment.