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(sequencer): change name of source_action_index to position_in_transaction #1746

Merged
merged 4 commits into from
Dec 2, 2024

Conversation

ethanoroshiba
Copy link
Contributor

@ethanoroshiba ethanoroshiba commented Oct 25, 2024

Summary

Changed all non-deposit related instances of source_action_index to position_in_transaction

Background

This is meant to be more descriptive and less confusing to consumers. Deposits should stay the same, though, for parity with Geth and to avoid breaking changes.

Changes

  • Changed all instances of source_action_index to position_in_transaction, excluding deposits..

Testing

Passing all tests

Related Issues

closes #1735

@github-actions github-actions bot added proto pertaining to the Astria Protobuf spec sequencer pertaining to the astria-sequencer crate labels Oct 25, 2024
@ethanoroshiba ethanoroshiba marked this pull request as ready for review October 25, 2024 17:00
@ethanoroshiba ethanoroshiba requested review from a team as code owners October 25, 2024 17:00
@ethanoroshiba ethanoroshiba changed the title chore(sequencer)!: change name of source_action_index to position_in_transaction chore(sequencer): change name of source_action_index to position_in_transaction Oct 25, 2024
@ethanoroshiba ethanoroshiba force-pushed the ENG-950/rename_source_action_index branch from 22b75cc to b655313 Compare October 25, 2024 17:26
@ethanoroshiba ethanoroshiba added this pull request to the merge queue Dec 2, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 2, 2024
@ethanoroshiba ethanoroshiba added this pull request to the merge queue Dec 2, 2024
Merged via the queue into main with commit ab87d35 Dec 2, 2024
46 checks passed
@ethanoroshiba ethanoroshiba deleted the ENG-950/rename_source_action_index branch December 2, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

sequencer: rename sourceActionIndex to positionInTransaction
3 participants