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

fix: revert #952 #984

Merged
merged 2 commits into from
Apr 20, 2023
Merged

Conversation

0Tech
Copy link
Collaborator

@0Tech 0Tech commented Apr 20, 2023

Description

This patch would revert #952, which introduces state-machine breaking change.

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@0Tech 0Tech added A: bug Something isn't working C:x/foundation x/foundation module labels Apr 20, 2023
@0Tech 0Tech self-assigned this Apr 20, 2023
@0Tech 0Tech marked this pull request as ready for review April 20, 2023 09:19
Copy link
Member

@zemyblue zemyblue left a comment

Choose a reason for hiding this comment

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

Please add changelog.

@0Tech 0Tech requested a review from zemyblue April 20, 2023 09:28
@codecov-commenter
Copy link

Codecov Report

Merging #984 (a15deed) into rc/v0.47.0-alpha1 (489c442) will decrease coverage by 0.05%.
The diff coverage is n/a.

❗ Current head a15deed differs from pull request most recent head 843603f. Consider uploading reports for the commit 843603f to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files

Impacted file tree graph

@@                  Coverage Diff                  @@
##           rc/v0.47.0-alpha1     #984      +/-   ##
=====================================================
- Coverage              62.08%   62.04%   -0.05%     
=====================================================
  Files                    655      655              
  Lines                  79041    78941     -100     
=====================================================
- Hits                   49076    48976     -100     
  Misses                 27283    27283              
  Partials                2682     2682              
Impacted Files Coverage Δ
baseapp/abci.go 58.05% <ø> (ø)
baseapp/accountwgs.go 77.55% <ø> (ø)
baseapp/baseapp.go 78.66% <ø> (ø)
baseapp/grpcrouter.go 85.93% <ø> (ø)
baseapp/grpcrouter_helpers.go 29.62% <ø> (ø)
baseapp/grpcserver.go 1.35% <ø> (ø)
baseapp/msg_service_router.go 80.88% <ø> (ø)
baseapp/options.go 66.92% <ø> (ø)
baseapp/p2p.go 67.74% <ø> (ø)
baseapp/params.go 100.00% <ø> (ø)
... and 79 more

... and 11 files with indirect coverage changes

@jaeseung-bae
Copy link
Contributor

Is it okay, that the two changes( abci_text.go, treasury_test.go ) from #952 remain the same?

@0Tech
Copy link
Collaborator Author

0Tech commented Apr 20, 2023

Is it okay, that the two changes( abci_text.go, treasury_test.go ) from #952 remain the same?

Yes, the change was not relevant with this. It was an enhancement.

@0Tech 0Tech merged commit ea50f75 into Finschia:rc/v0.47.0-alpha1 Apr 20, 2023
@0Tech 0Tech deleted the revert-foundation-abci branch April 20, 2023 09:57
zemyblue added a commit to zemyblue/finschia-sdk that referenced this pull request Apr 21, 2023
* rc/v0.47.0-alpha1: (34 commits)
  ci: update docker action (Finschia#983)
  fix: revert Finschia#952 (Finschia#984)
  refactor: refactor x/token,collection query errors (Finschia#980)
  fix: not to throw error when no txs in block (Finschia#982)
  chore: change import path to `github.com/Finschia/finschia-sdk` (Finschia#970)
  fix: remove legacy events on x/collection and x/token (Finschia#966)
  chore: provide specific error messages on x/collection queries (Finschia#965)
  fix: check event determinism on original modules (Finschia#963)
  fix: refactor queries of x/collection and x/token (Finschia#957)
  chore: address generation of the empty coins in x/foundation (Finschia#952)
  fix: do not loop enum in x/collection (Finschia#961)
  fix: fix default next class ids of x/collection (Finschia#960)
  fix: revert Finschia#955 and add Query/HasParent into x/collection (Finschia#959)
  fix: replace query errors on the original modules into gRPC ones (Finschia#956)
  fix: return nil where the parent not exists in x/collection Query/Parent (Finschia#955)
  fix: remove duplicated events in x/collection Msg/Modify (Finschia#954)
  fix: allow zero amount of coin in x/collection Query/Balance (Finschia#953)
  fix: unpack proposals in x/foundation import-genesis (Finschia#947)
  fix: fix broken x/foundation invariant on treasury (Finschia#946)
  docs: update comments in the x/token,collection events proto (Finschia#944)
  ...
0Tech added a commit to 0Tech/finschia-sdk that referenced this pull request Aug 9, 2023
0Tech added a commit that referenced this pull request Aug 16, 2023
…952) (#1072)

* Revert "fix: revert #952 (#984)"

This reverts commit ea50f75.

* Update CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: bug Something isn't working C:x/foundation x/foundation module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants