File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
## [ v2.5.1] ( https://github.com/bandprotocol/chain/releases/tag/v2.5.1 )
4
4
5
5
- (bump) Use cosmos-sdk package v0.45.15 / tendermint v0.34.27
6
- - (bump) Use go-owasm v0.2.2
6
+ - (bump) Use go-owasm v0.2.3
7
7
- (chain) Support statically linked binary for bandd
8
8
9
9
## [ v2.5.0] ( https://github.com/bandprotocol/chain/releases/tag/v2.5.0 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/bandprotocol/chain/v2
3
3
go 1.19
4
4
5
5
require (
6
- github.com/bandprotocol/go-owasm v0.2.2
6
+ github.com/bandprotocol/go-owasm v0.2.3
7
7
github.com/confio/ics23/go v0.9.0
8
8
github.com/cosmos/cosmos-sdk v0.45.15
9
9
github.com/cosmos/go-bip39 v1.0.0
Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ github.com/aws/aws-sdk-go-v2/service/sso v1.1.1/go.mod h1:SuZJxklHxLAXgLTc1iFXbE
127
127
github.com/aws/aws-sdk-go-v2/service/sts v1.1.1 /go.mod h1:Wi0EBZwiz/K44YliU0EKxqTCJGUfYTWXrrBwkq736bM =
128
128
github.com/aws/smithy-go v1.1.0 /go.mod h1:EzMw8dbp/YJL4A5/sbhGddag+NPT7q084agLbB9LgIw =
129
129
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible /go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g =
130
- github.com/bandprotocol/go-owasm v0.2.2 h1:yugObzNjwSIki+6KqoqfVOEG2V9T/b8iBi3xzs9f+hU =
131
- github.com/bandprotocol/go-owasm v0.2.2 /go.mod h1:G1ZNqG9+h3Ye82odMF+SWknV0m41Q3Zu6qSKf1vJrHU =
130
+ github.com/bandprotocol/go-owasm v0.2.3 h1:AGvsUPNKmi+jwY+ZaVePkpeygpav86IK/t/icmTI2fo =
131
+ github.com/bandprotocol/go-owasm v0.2.3 /go.mod h1:G1ZNqG9+h3Ye82odMF+SWknV0m41Q3Zu6qSKf1vJrHU =
132
132
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
133
133
github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
134
134
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
You can’t perform that action at this time.
0 commit comments