8000 feat(proto): added hub and rdk x/sequencer by keruch · Pull Request #1136 · dymensionxyz/dymint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(proto): added hub and rdk x/sequencer #1136

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

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

keruch
Copy link
Contributor
@keruch keruch commented Oct 14, 2024

PR Standards


Close #1083

<-- Briefly describe the content of this pull request -->

For Author:

  • Targeted PR against correct branch
  • included the correct type prefix in the PR title
  • Linked to Github issue with discussion and accepted design
  • Targets only one github issue
  • Wrote unit and integration tests
  • All CI checks have passed
  • Added relevant godoc comments

For Reviewer:

  • confirmed the correct type prefix in the PR title
  • Reviewers assigned
  • confirmed all author checklist items have been addressed

After reviewer approval:

  • In case targets main branch, PR should be squashed and merged.
  • In case PR targets a release branch, PR should be rebased.

@keruch keruch requested a review from mtsitrin October 14, 2024 22:35
@keruch keruch self-assigned this Oct 14, 2024
@keruch keruch requested a review from a team as a code owner October 14, 2024 22:35
Copy link
Contributor

Choose a reason for hiding this comment

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

mistake? already included in dymensionxyz/dymension/sequencer
or it's the RDK proto? if so let's move it to ``dymensionxyz/dymension-rdk`?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not a mistake, i followed the proto package prefix which is rollapp.sequencers.types for this file. i believe the folder layout must repeat the package name.

"github.com/stretchr/testify/require"

protoutils "github.com/dymensionxyz/dymint/utils/proto"
cosmosseq "github.com/dymensionxyz/dymint/utils/proto/test_data/cosmos_proto"
Copy link
Contributor

Choose a reason for hiding this comment

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

why u need it copied to test_data? can't u use types/pb/... directly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the idea was to have two unchangeable packages having the same types (Sequencer in our case) but different proto.Any impls (with gogo and cosmos) so i can test their compatibility. it's just test data, i don't want to involve "real" types here.

@mtsitrin mtsitrin merged commit a827c37 into main Oct 15, 2024
7 checks passed
@mtsitrin mtsitrin deleted the kirill/1083-proto branch October 15, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not use copied autogenerated files for x/sequencer
2 participants
0