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

Increment transaction index in TransactionInfo #36

Open
mikedotexe opened this issue Apr 19, 2023 · 1 comment
Open

Increment transaction index in TransactionInfo #36

mikedotexe opened this issue Apr 19, 2023 · 1 comment
Labels
backlog Backlog
Milestone

Comments

@mikedotexe
Copy link

Currently the transaction index is hardcoded to zero:

transaction: Some(TransactionInfo { index: 0 }),

And I believe we're approaching a time where folks will want to utilize the TransactionInfo more and more, and test that it's incrementing as expected.

@DariuszDepta DariuszDepta added this to the 0.21.0 milestone Dec 4, 2023
@DariuszDepta DariuszDepta self-assigned this Dec 15, 2023
@DariuszDepta DariuszDepta modified the milestones: 0.21.0, 1.0.0 Dec 19, 2023
@DariuszDepta DariuszDepta modified the milestones: 1.0.0, 1.1.0 Feb 21, 2024
@DariuszDepta DariuszDepta modified the milestones: 1.1.0, 2.1.0 Mar 21, 2024
@DariuszDepta DariuszDepta modified the milestones: 2.1.0, Backlog Apr 5, 2024
@DariuszDepta
Copy link
Member

Needs more (re)design in MultiTest, and is not of the highest priority, so I am moving this issue to backlog.

@DariuszDepta DariuszDepta removed their assignment Apr 5, 2024
@DariuszDepta DariuszDepta added the backlog Backlog label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants