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

Time disputes #1814

Closed
kamilsa opened this issue Sep 26, 2023 · 2 comments
Closed

Time disputes #1814

kamilsa opened this issue Sep 26, 2023 · 2 comments
Assignees

Comments

@kamilsa
Copy link
Contributor

kamilsa commented Sep 26, 2023

paritytech/polkadot-sdk#742 introduces the timed disputes. We should support them as well.

New objectives:

  • Allow for very long approval voting timeouts.
  • Discourage malicious actors from trying to delay the voting process.
  • Give approval checkers an incentive to actually do the validation.

Proposed changes:

  • Charge backers for excess time proportional to the amount.
  • Slash backers on concluding invalid disputes, but also other nodes voting valid if the timing reported by approval checkers is low enough.

Benefits:

  • A more robust and less vulnerable approval voting process.
@eskimor
Copy link

eskimor commented Nov 22, 2023

Slash backers on concluding invalid disputes, but also other nodes voting valid if the timing reported by approval checkers is low enough.

I think this should be "high enough". If the network (via a dispute and the median) finds the time to execute a candidate to be higher than the backing timeout, we can assume backers have been dishonest and can slash them - together with other nodes voting such low values.

Anyhow, with our new disabling strategy, time disputes are less critical and we de-prioritized them as of now. (Not likely to land 2024, assuming nobody raises a significant concern.)

@kamilsa
Copy link
Contributor Author

kamilsa commented Nov 22, 2023

@eskimor thanks for your comment! Unfortunately, the link to disabling strategy is not clickable

@kamilsa kamilsa closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants