You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this still an open issue? I believe you closed it with #1718?
@SuperFluffy there are many instances of source_action_index that I think should still be changed to match, though I realize the issue said sourceActionIndex before. I've adjusted the description accordingly.
…n_transaction` (#1746)
## 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
We should rename all instances of
source_action_index
toposition_in_transaction
to be clearer about what this field means.┆Issue Number: ENG-950
The text was updated successfully, but these errors were encountered: