Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/line/lbm-sdk from v0.47.0-rc1 to v0.47.0-rc2 #159

Merged
merged 8 commits into from
Mar 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 33 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,51 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]

### Features
* (build) [\#126](https://github.com/line/lbm/pull/126) Automatically generates release note and binaries
* (x/wasmd) [\#355](https://github.com/line/lbm/pull/355) chore: apply detached x/wasmd
* (build) [\#130](https://github.com/line/lbm/pull/130) Add a release build for the linux/arm64, darwin/amd64, and darwin/arm64 platform
* (lbm-sdk) [\#137](https://github.com/line/lbm/pull/137) Bump line/lbm-sdk to 6c84a4cffa
* (x/collection,token) [\#138](https://github.com/line/lbm/pull/138) Add x/token and x/collection
* (ibc-go) [\#140](https://github.com/line/lbm/pull/140) apply ibc-go
* (x/wasmplus) [\#141](https://github.com/line/lbm/pull/141) change wasm module to wrapped `x/wasmplus`
* (lbm-sdk) [\#144](https://github.com/line/lbm/pull/144) bump line/lbm-sdk v0.47.0-alpha1 (11966d1234155ebef20b64f2ae7a905beffdb33f)
* (build) [\#150](https://github.com/line/lbm/pull/150) Modify the Makefile to build release bundles
* (build) [\#153](https://github.com/line/finschia/pull/153) rename cli name to `fnsad`
* (lbm-sdk) [\#154](https://github.com/line/finschia/pull/154) Bump github.com/line/lbm-sdk from v0.47.0-alpha1.0.20230214070148-11966d123415 to v0.47.0-rc1

### Improvements
* (x/wasmd) [\#146](https://github.com/line/lbm/pull/146) update wasmd version
* (x/wasmd) [\#158](https://github.com/line/finschia/pull/158) bump up wasmd version to v0.1.0
* (lbm-sdk) [\#159](https://github.com/line/finschia/pull/159) Bump github.com/line/lbm-sdk from v0.47.0-rc1 to v0.47.0-rc2

### Bug Fixes

### Breaking Changes
(api) [\#123](https://github.com/line/lbm/pull/123) remove legacy REST API routes

### Build, CI
(ci) [\#145](https://github.com/line/lbm/pull/145) add github action to push docker image to docker.io
(build) [\#157](https://github.com/line/finschia/pull/157) add build args
* (build) [\#157](https://github.com/line/finschia/pull/157) add build args

### Docs
* (doc) [\#156](https://github.com/line/finschia/pull/156) modify broken link or typo doc file and add issue and pr template


## [v1.0.0-rc1](https://github.com/line/lbm/releases/tag/v1.0.0-rc1) - 2023-03-24

### Features
* (build) [\#150](https://github.com/line/lbm/pull/150) Modify the Makefile to build release bundles
* (build) [\#153](https://github.com/line/finschia/pull/153) rename cli name to `fnsad`
* (lbm-sdk) [\#154](https://github.com/line/finschia/pull/154) Bump github.com/line/lbm-sdk from v0.47.0-alpha1.0.20230214070148-11966d123415 to v0.47.0-rc1

### Improvements
* (x/wasmd) [\#147](https://github.com/line/lbm/pull/147) update wasmd version


## [v1.0.0-rc0](https://github.com/line/lbm/releases/tag/v1.0.0-rc0) - 2023-02-16

### Features
* (build) [\#126](https://github.com/line/lbm/pull/126) Automatically generates release note and binaries
* (x/wasmd) [\#129](https://github.com/line/lbm/pull/129) chore: apply detached x/wasmd
* (build) [\#130](https://github.com/line/lbm/pull/130) Add a release build for the linux/arm64, darwin/amd64, and darwin/arm64 platform
* (lbm-sdk) [\#137](https://github.com/line/lbm/pull/137) Bump line/lbm-sdk to 6c84a4cffa
* (x/collection,token) [\#138](https://github.com/line/lbm/pull/138) Add x/token and x/collection
* (ibc-go) [\#140](https://github.com/line/lbm/pull/140) apply ibc-go
* (x/wasmplus) [\#141](https://github.com/line/lbm/pull/141) change wasm module to wrapped `x/wasmplus`
* (lbm-sdk) [\#144](https://github.com/line/lbm/pull/144) bump line/lbm-sdk v0.47.0-alpha1 (11966d1234155ebef20b64f2ae7a905beffdb33f)

### Breaking Changes
* (api) [\#123](https://github.com/line/lbm/pull/123) remove legacy REST API routes

### Build, CI
* (ci) [\#145](https://github.com/line/lbm/pull/145) add github action to push docker image to docker.io


<!-- Release links -->
[Unreleased]: https://github.com/line/lbm/compare/v0.7.0...HEAD
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
github.com/line/ibc-go/v3 v3.3.2-0.20230210040007-d855e1d87f26
github.com/line/lbm-sdk v0.47.0-rc1
github.com/line/lbm-sdk v0.47.0-rc2
github.com/line/ostracon v1.0.9
github.com/line/wasmd v0.1.0
github.com/prometheus/client_golang v1.14.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-b
github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4=
github.com/line/ibc-go/v3 v3.3.2-0.20230210040007-d855e1d87f26 h1:uSnHy48K15ia3ceWxD++hPbaNdcR5TR5IVc3Ss1rGjc=
github.com/line/ibc-go/v3 v3.3.2-0.20230210040007-d855e1d87f26/go.mod h1:iIUVJLrKDzW/y1nrNQ3XyVrQ3FjNyd6fjgWTBbldAaQ=
github.com/line/lbm-sdk v0.47.0-rc1 h1:h0E3W3gt97/AJFV2SASjBrR+TvZC4srFC8yKCFpgX+g=
github.com/line/lbm-sdk v0.47.0-rc1/go.mod h1:JrjVsj1KaVtkHbAC8X3gwRIhM8A6vE2k17W6iWbNv3o=
github.com/line/lbm-sdk v0.47.0-rc2 h1:exM5aEvqS8fdlxypxNtjXMsgIHXrUdqJMtnWAScPZ/Y=
github.com/line/lbm-sdk v0.47.0-rc2/go.mod h1:JrjVsj1KaVtkHbAC8X3gwRIhM8A6vE2k17W6iWbNv3o=
github.com/line/ostracon v1.0.9 h1:LcDAQKeQyk5Q/As2Qfkqv5Sl8Tl4fUhRSuXg2q4XfAQ=
github.com/line/ostracon v1.0.9/go.mod h1:WHeAYlDEWvR1oKxw8UVYFa9AJVa3uaGDdDxkrZA5kEY=
github.com/line/wasmd v0.1.0 h1:Y0M8+1qTQmrJ6gd32Ml+6hr1vVc5dZ8LUHHgpkn7pGs=
Expand Down