Finschia / finschia-sdk

A framework for building blockchains based Finschia Mainnet that is forked from cosmos-sdk
Apache License 2.0
63 stars 30 forks source link

chore: deprecate legacy features on x/token,collection (backport #1201) #1202

Closed mergify[bot] closed 9 months ago

mergify[bot] commented 9 months ago

This is an automatic backport of pull request #1201 done by Mergify. Cherry-pick of 3babbe5f94905771f5323aae2a4dd5b2e9a44d2c has failed:

On branch mergify/bp/release/v0.48.x/pr-1201
Your branch is up to date with 'origin/release/v0.48.x'.

You are currently cherry-picking commit 3babbe5f9.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
    modified:   .golangci.yml
    modified:   Makefile
    modified:   baseapp/testutil/messages.pb.go
    modified:   docs/core/proto-docs.md
    modified:   proto/lbm/collection/v1/collection.proto
    modified:   proto/lbm/collection/v1/event.proto
    modified:   proto/lbm/collection/v1/genesis.proto
    modified:   proto/lbm/collection/v1/query.proto
    modified:   proto/lbm/collection/v1/tx.proto
    modified:   proto/lbm/token/v1/event.proto
    modified:   proto/lbm/token/v1/genesis.proto
    modified:   proto/lbm/token/v1/query.proto
    modified:   proto/lbm/token/v1/token.proto
    modified:   proto/lbm/token/v1/tx.proto
    modified:   tests/mocks/account_retriever.go
    modified:   tests/mocks/types_handler.go
    modified:   tests/mocks/types_invariant.go
    modified:   tests/mocks/types_router.go
    modified:   x/collection/collection.pb.go
    modified:   x/collection/event.pb.go
    modified:   x/collection/genesis.pb.go
    modified:   x/collection/query.pb.go
    modified:   x/collection/tx.pb.go
    modified:   x/stakingplus/testutil/expected_keepers_mocks.go
    modified:   x/token/event.pb.go
    modified:   x/token/genesis.pb.go
    modified:   x/token/query.pb.go
    modified:   x/token/token.pb.go
    modified:   x/token/tx.pb.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
    both modified:   CHANGELOG.md
    both modified:   tests/mocks/types_module_module.go

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options
More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport ` will backport this PR on `` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (release/v0.48.x@acd1ec6). Click here to learn what that means.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/Finschia/finschia-sdk/pull/1202/graphs/tree.svg?width=650&height=150&src=pr&token=m16qfzIPO7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia)](https://app.codecov.io/gh/Finschia/finschia-sdk/pull/1202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia) ```diff @@ Coverage Diff @@ ## release/v0.48.x #1202 +/- ## ================================================== Coverage ? 69.78% ================================================== Files ? 646 Lines ? 67495 Branches ? 0 ================================================== Hits ? 47099 Misses ? 18210 Partials ? 2186 ```