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

chore: restructuring 06-solomachine lightclient directory layout #1679

Conversation

damiannolan
Copy link
Member

Description

  • Move go sources from 06-solomachine/types to 06-solomachine

ref: #124


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@@ -2,7 +2,7 @@ syntax = "proto3";

package ibc.lightclients.solomachine.v2;

option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types";
option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine;solomachine";
Copy link
Member Author

Choose a reason for hiding this comment

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

Similarly to the 07-tendermint PR. This part is necessary in order to have the go package definition conform to package solomachine while existing within the 06-solomachine directory

Copy link
Contributor

@charleenfei charleenfei left a comment

Choose a reason for hiding this comment

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

shouldnt we add a note that this is API breaking to the CHANGELOG? otherwise LGTM

@codecov-commenter
Copy link

Codecov Report

Merging #1679 (c6b4500) into damian/124-modify-lightclient-folder-structure (913ccff) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@                                Coverage Diff                                 @@
##           damian/124-modify-lightclient-folder-structure    #1679      +/-   ##
==================================================================================
- Coverage                                           79.97%   79.96%   -0.02%     
==================================================================================
  Files                                                 165      166       +1     
  Lines                                               11746    11748       +2     
==================================================================================
  Hits                                                 9394     9394              
- Misses                                               1904     1906       +2     
  Partials                                              448      448              
Impacted Files Coverage Δ
modules/core/02-client/legacy/v100/store.go 71.29% <ø> (ø)
...dules/light-clients/06-solomachine/client_state.go 62.13% <ø> (ø)
modules/light-clients/06-solomachine/codec.go 87.50% <ø> (ø)
...es/light-clients/06-solomachine/consensus_state.go 88.00% <ø> (ø)
modules/light-clients/06-solomachine/header.go 89.65% <ø> (ø)
...dules/light-clients/06-solomachine/misbehaviour.go 90.00% <ø> (ø)
...ight-clients/06-solomachine/misbehaviour_handle.go 90.00% <ø> (ø)
modules/light-clients/06-solomachine/module.go 0.00% <0.00%> (ø)
modules/light-clients/06-solomachine/proof.go 79.25% <ø> (ø)
...es/light-clients/06-solomachine/proposal_handle.go 100.00% <ø> (ø)
... and 3 more

@damiannolan damiannolan merged commit b204213 into damian/124-modify-lightclient-folder-structure Jul 12, 2022
@damiannolan damiannolan deleted the damian/124-solomachine-folder-layout branch July 12, 2022 12:53
damiannolan added a commit that referenced this pull request Jul 12, 2022
* restructuring 07-tendermint lightclient directory tree

* adding changelog entry

* chore: restructuring 06-solomachine lightclient directory layout (#1679)

* restructing 06-solomachine folder layout

* tidy go modules

* fixing dead link

* adding changelog entry
oshorefueled pushed a commit to ComposableFi/ibc-go that referenced this pull request Aug 9, 2022
…os#1677)

* restructuring 07-tendermint lightclient directory tree

* adding changelog entry

* chore: restructuring 06-solomachine lightclient directory layout (cosmos#1679)

* restructing 06-solomachine folder layout

* tidy go modules

* fixing dead link

* adding changelog entry
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.

4 participants