Skip to content

refactor(proto): fix rust protocol::transactions module name to match proto package name#1378

Closed
itamarreif wants to merge 2 commits intomainfrom
itamarreif/proto/txs-name-fix
Closed

refactor(proto): fix rust protocol::transactions module name to match proto package name#1378
itamarreif wants to merge 2 commits intomainfrom
itamarreif/proto/txs-name-fix

Conversation

@itamarreif
Copy link
Contributor

Summary

Brief summary of the changes made, ie "what?"

Background

The rust module name was transaction previously, while the protobuf package name was transactions (plural). This fixes the rust name to match.

Changes

  • changed the module name to transactions.
  • updated all the relevant imports
  • updated the snapshots that were broken by this

Testing

existing tests all pass

Related Issues

Link any issues that are related, prefer full github links.

closes

@itamarreif itamarreif self-assigned this Aug 19, 2024
@itamarreif itamarreif requested review from a team, SuperFluffy, joroshiba and noot as code owners August 19, 2024 20:29
@github-actions github-actions bot added proto pertaining to the Astria Protobuf spec sequencer pertaining to the astria-sequencer crate composer pertaining to composer labels Aug 19, 2024
@itamarreif itamarreif added code-quality and removed composer pertaining to composer labels Aug 19, 2024
@joroshiba
Copy link
Member

I opened #1380 which is a much smaller version with the core fix, doesn't touch the non generated types

@itamarreif
Copy link
Contributor Author

closing in favor of #1380

@itamarreif itamarreif closed this Aug 20, 2024
@Fraser999 Fraser999 deleted the itamarreif/proto/txs-name-fix branch November 19, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-quality proto pertaining to the Astria Protobuf spec sequencer pertaining to the astria-sequencer crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants