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

Rerequest foreign proposals after timeout #1229

Open
sdbondi opened this issue Dec 27, 2024 · 0 comments
Open

Rerequest foreign proposals after timeout #1229

sdbondi opened this issue Dec 27, 2024 · 0 comments
Milestone

Comments

@sdbondi
Copy link
Member

sdbondi commented Dec 27, 2024

Problem

Currently if a foreign proposal is not received by any shard group (SG) member, the transaction will indefinitely remain unfinalized.

Proposal 1

After a certain time (could be block height or time-based) a validator should request the foreign proposal. The request would be "by transaction" as there is no way to know the foreign block ID.

Considerations:

  • If the foreign proposal for a transaction does not exist on the remote end. After a timeout we should ABORT the transaction.
  • The foreign node should be aware of the transaction because if they truly involve the transaction, the remote SGs should have sent their foreign proposal which would have lead to the foreign nodes sequencing it if it was not previously sequenced.
@sdbondi sdbondi converted this from a draft issue Dec 27, 2024
@sdbondi sdbondi added this to the v0.8.0 milestone Dec 27, 2024
@sdbondi sdbondi moved this from Backlog to Selected for development in Tari Digital Assets Network (DAN) backlog Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Selected for development
Development

No branches or pull requests

1 participant