Replies: 2 comments 7 replies
-
So, for #416, there are a couple of potentially safe quick fixes that are worth implementing.
These are discussed in a little more detail in #416. We could then send these over to @poetyellow and see what he thinks. To turn on #409, we have to have #416 fairly safe. As mentioned in #416, there is still the issue of doing a fair amount of work per transaction to prevent these replay attacks thus lending to a DOS. This is where deeper conversations in movementlabsxyz/MIP#6 and movementlabsxyz/MIP#7 may come in. Without introducing some partially synchronous mechanism for the mempool, you would always have an issue with there being a period where replay transactions are inflight before their validity is agreed upon. That is we need would need to place a BFT system in front of the DA. The question then becomes, can that be less costly to operate than the DA itself? |
Beta Was this translation helpful? Give feedback.
-
Just commented on #412 . I think this can also be a quick fix, but we need more information. |
Beta Was this translation helpful? Give feedback.
-
Discuss a solution for:
Related issues
These may or may not be solved alongside.
Proposed solutions
movementlabsxyz/MIP#6
Beta Was this translation helpful? Give feedback.
All reactions