Skip to content

Commit

Permalink
bump initia and wasmd version
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Dec 15, 2023
1 parent b466d63 commit e506c50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
cosmossdk.io/math v1.2.0
cosmossdk.io/tools/rosetta v0.2.1
// we also need to update `LIBWASMVM_VERSION` of images/private/Dockerfile#5
github.com/CosmWasm/wasmd v0.44.0
github.com/CosmWasm/wasmd v0.45.0
github.com/cometbft/cometbft v0.37.2
github.com/cometbft/cometbft-db v0.8.0
github.com/cosmos/cosmos-sdk v0.47.6
Expand All @@ -17,7 +17,7 @@ require (
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.1
github.com/initia-labs/OPinit v0.1.0-beta.3
github.com/initia-labs/initia v0.1.2-beta.9
github.com/initia-labs/initia v0.1.2-beta.10
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.16.0
github.com/rakyll/statik v0.1.7
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRrLeDnvGIM=
github.com/ChainSafe/go-schnorrkel v1.0.0/go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z7vcchBSbMBEhCw4=
github.com/CosmWasm/wasmd v0.44.0 h1:2sbcoCAvfjCs1O0SWt53xULKjkV06dbSFthEViIC6Zg=
github.com/CosmWasm/wasmd v0.44.0/go.mod h1:tDyYN050qUcdd7LOxGeo2e185sEShyO3nJGl2Cf59+k=
github.com/CosmWasm/wasmd v0.45.0 h1:9zBqrturKJwC2kVsfHvbrA++EN0PS7UTXCffCGbg6JI=
github.com/CosmWasm/wasmd v0.45.0/go.mod h1:RnSAiqbNIZu4QhO+0pd7qGZgnYAMBPGmXpzTADag944=
github.com/CosmWasm/wasmvm v1.5.0 h1:3hKeT9SfwfLhxTGKH3vXaKFzBz1yuvP8SlfwfQXbQfw=
github.com/CosmWasm/wasmvm v1.5.0/go.mod h1:fXB+m2gyh4v9839zlIXdMZGeLAxqUdYdFQqYsTha2hc=
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
Expand Down Expand Up @@ -669,8 +669,8 @@ github.com/initia-labs/cometbft v0.0.0-20231214043021-a298f88b1150 h1:Pbh+WirSgM
github.com/initia-labs/cometbft v0.0.0-20231214043021-a298f88b1150/go.mod h1:Cmg5Hp4sNpapm7j+x0xRyt2g0juQfmB752ous+pA0G8=
github.com/initia-labs/cosmos-sdk v0.47.7-0.20231213125951-c5b3cad09ed3 h1:RY6WkHZjUD9nzEczvbrFkI9d+33w6JWVnIOtZbA0zUg=
github.com/initia-labs/cosmos-sdk v0.47.7-0.20231213125951-c5b3cad09ed3/go.mod h1:fIhY9qlXZNvlWz8lAB2YcSRf2dCAi8VEJrq5GY/v2yE=
github.com/initia-labs/initia v0.1.2-beta.9 h1:72XuNuHpnEAZf9ZUhj/KeHc2+0rigSKdXQFFFlTd2Ws=
github.com/initia-labs/initia v0.1.2-beta.9/go.mod h1:e9GJIodjBupfvlThpCdvJvIAKXZhymYd/C6GWR6J83s=
github.com/initia-labs/initia v0.1.2-beta.10 h1:cX9Pr0H8JeyttL8HSlhuj50odXORRn9EwX7WmoDzHPE=
github.com/initia-labs/initia v0.1.2-beta.10/go.mod h1:e9GJIodjBupfvlThpCdvJvIAKXZhymYd/C6GWR6J83s=
github.com/initia-labs/initiavm v0.1.2-beta.5 h1:JkXXeTY/d6Ftikbu22WrIAkimy+Yg4Ye6Fvcd5ism4U=
github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c=
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
Expand Down

0 comments on commit e506c50

Please sign in to comment.