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

feat: apply the changes of Finschia v2.0.0 #18

Merged
merged 172 commits into from
Oct 23, 2023

Conversation

zemyblue
Copy link
Member

@zemyblue zemyblue commented Oct 20, 2023

Yongwoo Lee and others added 30 commits June 29, 2021 18:11
* docs: fix link, binary name

* docs: fix typo

* fix: typo
* build: build automation including db backend c library

* fix: cleanup ci failure

* build: remove private repository setting

* build: make docker script to be more cachable
* feat: apply sig block height of sdk

* chore: update go.mod
* feat: integrate x/wasm to lbm app (#1324)

* feat: integrate x/wasm to lbm app

* ci: add cgo param to build script

* bump up lbm-sdk and wasmvm

* add wasm ibc handler to ibc router

* enable all gov proposals of wasm

* ci: fix dockerfile (#1325)

* chore: go mod tidy

* chore: remove replace to line/wasmvm

* build: change rust musl libc to shared (Finschia#21)

* build: change rust musl libc to shared
   rocksdb uses musl as shared.
   Duplicate musl library. (lfb musl static + rocksdb musl shared)

* build: remove temporary build artifacts
   go mod fails with target directory creation

* build: force enable cgo
   cgo is required by wasmvm.

* ci: disable arm build
   wasmvm not yet supported for arm
   CosmWasm/wasmvm#53

* chore: review apply

* chore: change CGO_ENABLED default value

Co-authored-by: Yongwoo Lee <whylee@linecorp.com>
Co-authored-by: Jiyong Ha <jiyong.ha@linecorp.com>
Co-authored-by: shiki.takahashi <shiki.takahashi@linecorp.com>
* fix: bumpup lfb-sdk; integrate ostracon

* fix: changelog

* fix: integration test failure

* fix: integration test failure

* fix: integration test failure
* fix: re-brand lfb to lbm

* chore: to do github action

* fix: update changelog
* build: localnet-start

* docs: update README

* docs: update readme

* build: remove build-linux

* build: fix build-static with rocksdb option
* build: add static build for centos7

* Update builders/Dockerfile.static_centos7

Co-authored-by: Yongwoo Lee <whylee@linecorp.com>

* Update builders/Dockerfile.static_centos7

Co-authored-by: Yongwoo Lee <whylee@linecorp.com>

* Update builders/Dockerfile.static_centos7

Co-authored-by: Yongwoo Lee <whylee@linecorp.com>

Co-authored-by: Yongwoo Lee <whylee@linecorp.com>
* feat: introduce `VoterSetCounter`

* docs: update CHANGELOG
Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.2 to 4.3.2.
- [Release notes](https://github.com/sindresorhus/is-svg/releases)
- [Commits](sindresorhus/is-svg@v4.2.2...v4.3.2)

---
updated-dependencies:
- dependency-name: is-svg
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add upgrade/migration

* docs: changelog edit pull id
* build: bump up lbm-sdk

* feat: add x/feegrant

* build: bump up lbm-sdk

* feat: add x/consortium and x/stakingplus

* build: bump up lbm-sdk

* build: update go.sum
ulbqb and others added 17 commits August 3, 2023 20:18
* Update ibc-go to v4

* Update CHANGELOG
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: : bump go mod to v2

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
* Revert "Apply Finschia/finschia-sdk@a642968ccb"

This reverts commit fdd41c1098ce8654ee7ff22fef2277b242f99110.

* Update CHANGELOG.md
* Set the upgrade handler for v2-Daisy

* Update CHANGELOG.md

* Check upgrade name

* Add the test into CI
* feat: bump up finschia-sdk to `da331c01fa51cb57bd694d6471a8d6d839a39a50`.
And add cosmos-sdk compatibility query api of finschia-sdk#1087

Signed-off-by: zemyblue <zemyblue@gmail.com>

* feat: bump up finschia-sdk to `da331c01fa51cb57bd694d6471a8d6d839a39a50`.
And add cosmos-sdk compatibility query api of finschia-sdk#1087

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
* deps: bump up wasmd from dedcd9ec to 053c7e43

* docs: add CHANGELOG

* reflect comment
* build: fix default build to be compiled as static binary.

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: rollback the change of tests.yml

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
…p up ostracon from `449aa3148b12` to `fc29846c918d` (#262)

* deps: bump up finschia-sdk from `v0.48.0-rc2` to `20230830070349` and bump up ostracon from `449aa3148b12` to `fc29846c918d`

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

* deps: bump up finschia-sdk to `0a27aef22921`. (apply Finschia/finschia-sdk#1105)

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update go.sum

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
* deps: bump up finschia-sdk from `0a27aef22921` to `022614f80a0d`
 - apply finschia-sdk #1106, #1108

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update swagger and statik

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
…(#277)

* build: change the default build binary to use shared library

Signed-off-by: zemyblue <zemyblue@gmail.com>

* ci: change smart contract ci to use static library

Signed-off-by: zemyblue <zemyblue@gmail.com>

* ci: change go version

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
* docs: add static build for centOS

* chore: update CHANGELOG

* chore: update static build
* fix: use curl instead of wget on MacOS

* add CHANGELOG
…d to v0.2.0 (#286)

* deps: bump up fisnchia-sdk from v0.48.0-rc2.0.20230905020121-022614f80a0d to v0.48.0

Signed-off-by: zemyblue <zemyblue@gmail.com>

* deps: bump up wasmd to v0.2.0

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update changelogs

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
Signed-off-by: zemyblue <zemyblue@gmail.com>
…ge_finschia

* commit 'e4654faa2bf6864b55d6cd2d31961322374b37e9':
  Release finschia v2.0.0 (#288)
@zemyblue zemyblue self-assigned this Oct 20, 2023
@zemyblue zemyblue marked this pull request as ready for review October 20, 2023 07:25
Copy link
Member

@tkxkd0159 tkxkd0159 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@0Tech 0Tech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@jaeseung-bae jaeseung-bae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zemyblue zemyblue merged commit 47a68fb into Finschia:main Oct 23, 2023
34 checks passed
@zemyblue zemyblue deleted the feat/merge_finschia_v2.0.0 branch November 3, 2023 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet