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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
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
2 participants