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

Allow multiple in-flight transactions for an account. #186

Closed
hackaugusto opened this issue Jan 25, 2024 · 5 comments
Closed

Allow multiple in-flight transactions for an account. #186

hackaugusto opened this issue Jan 25, 2024 · 5 comments
Assignees
Milestone

Comments

@hackaugusto
Copy link
Contributor

Currently for simplicity only one transaction can be in-flight per account.

@hackaugusto
Copy link
Contributor Author

hackaugusto commented Jan 25, 2024

Btw, what this the reason for this constraint? Is it just because the code is simpler? Or do we actually want to limit the concurrent in-flight transaction to 1 in the beginning? (I'm asking because it seems to lift this is pretty straightforward)

@bobbinth
Copy link
Contributor

Btw, what is the reason for this constraint? Is it just because the code is simpler?

Yep - just made the code a bit simpler at the time when there were a lot of moving parts.

@hackaugusto hackaugusto changed the title Allow concurrent transactions for an account. Allow multiple in-flight transactions for an account. Jan 26, 2024
@bobbinth bobbinth added this to the v0.3 milestone Apr 12, 2024
@bobbinth bobbinth modified the milestones: v0.3, v0.4 Apr 29, 2024
@bobbinth bobbinth modified the milestones: v0.4, v0.5 Jul 4, 2024
@bobbinth
Copy link
Contributor

Some parts of discussions in #191 and #196 may be relevant here.

@bobbinth
Copy link
Contributor

Also, #235 could also be good background info.

@bobbinth
Copy link
Contributor

bobbinth commented Aug 5, 2024

Closed #407.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants