Skip to content

Commit

Permalink
Merge pull request #251 from bandprotocol/update-go-owasm-version-v23
Browse files Browse the repository at this point in the history
Bump go-owasm version
  • Loading branch information
RogerKSI authored Sep 29, 2022
2 parents e68f1d5 + 0dbd689 commit 146ecfd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [v2.3.5](https://github.com/bandprotocol/chain/releases/tag/v2.3.5)

- (bump) Use go-owasm package v0.1.1
- (yoda) Update to broadcast transactions by sync mode

## [v2.3.4](https://github.com/bandprotocol/chain/releases/tag/v2.3.4)

- (app) Add MaxDelay parameter for request verification query
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bandprotocol/chain/v2
go 1.16

require (
github.com/bandprotocol/go-owasm v0.1.0
github.com/bandprotocol/go-owasm v0.1.1
github.com/confio/ics23/go v0.6.6
github.com/containerd/continuity v0.1.0 // indirect
github.com/cosmos/cosmos-sdk v0.44.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ github.com/aws/aws-sdk-go-v2/service/route53 v1.1.1/go.mod h1:rLiOUrPLW/Er5kRcQ7
github.com/aws/aws-sdk-go-v2/service/sso v1.1.1/go.mod h1:SuZJxklHxLAXgLTc1iFXbEWkXs7QRTQpCLGaKIprQW0=
github.com/aws/aws-sdk-go-v2/service/sts v1.1.1/go.mod h1:Wi0EBZwiz/K44YliU0EKxqTCJGUfYTWXrrBwkq736bM=
github.com/aws/smithy-go v1.1.0/go.mod h1:EzMw8dbp/YJL4A5/sbhGddag+NPT7q084agLbB9LgIw=
github.com/bandprotocol/go-owasm v0.1.0 h1:Bh/VM/g+uru5QlfhVum15GtOHqQk1l2hPDMwmO/1YgA=
github.com/bandprotocol/go-owasm v0.1.0/go.mod h1:buKhSOd32eN0zPbZ/k+4sa6znl33cDg+8JnORQD3/c8=
github.com/bandprotocol/go-owasm v0.1.1 h1:qd9GfhRJTCXqYu8rV3PO1ueITYtmDs1gPT2imdoEoVA=
github.com/bandprotocol/go-owasm v0.1.1/go.mod h1:buKhSOd32eN0zPbZ/k+4sa6znl33cDg+8JnORQD3/c8=
github.com/benbjohnson/clock v1.0.2/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down

0 comments on commit 146ecfd

Please sign in to comment.