0xPolygonMiden / miden-node

Reference implementation of the node for the Polygon Miden rollup
MIT License
52 stars 37 forks source link

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

Closed hackaugusto closed 2 months ago

hackaugusto commented 8 months ago

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

hackaugusto commented 8 months ago

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 commented 8 months ago

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.

bobbinth commented 2 months ago

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

bobbinth commented 2 months ago

Also, #235 could also be good background info.

bobbinth commented 2 months ago

Closed #407.