Skip to content

Comments

fix(fd): start at beginning of challenge period#2629

Merged
mergify[bot] merged 3 commits intodevelopfrom
sc/fd-better-start
Jun 8, 2022
Merged

fix(fd): start at beginning of challenge period#2629
mergify[bot] merged 3 commits intodevelopfrom
sc/fd-better-start

Conversation

@smartcontracts
Copy link
Contributor

Description
Updates the fault-detector to use a smarter starting height by default.
Specifically, the fault-detector will now start at the first batch that
has not yet crossed the challenge period, since the general trust
assumption is that invalid batches will not pass the challenge period.
Significantly reduces verification time, especially since the fault
detector is stateless and does not keep track of the highest verified
batch.

@changeset-bot
Copy link

changeset-bot bot commented May 28, 2022

🦋 Changeset detected

Latest commit: d33b7af

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@eth-optimism/fault-detector Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@tynes
Copy link
Contributor

tynes commented May 30, 2022

How exactly are you testing this?

@smartcontracts
Copy link
Contributor Author

How exactly are you testing this?

Added tests

@mergify
Copy link
Contributor

mergify bot commented Jun 1, 2022

Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review.

@mergify mergify bot added the conflict label Jun 1, 2022
@mergify mergify bot removed the conflict label Jun 1, 2022
@mergify
Copy link
Contributor

mergify bot commented Jun 1, 2022

Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review.

@mergify mergify bot added the conflict label Jun 1, 2022
@mergify mergify bot removed the conflict label Jun 1, 2022
@mergify
Copy link
Contributor

mergify bot commented Jun 2, 2022

Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review.

@mergify mergify bot added the conflict label Jun 2, 2022
@mergify mergify bot removed the conflict label Jun 2, 2022
@tynes
Copy link
Contributor

tynes commented Jun 6, 2022

@smartcontracts This looks like it needs a rebase

@mergify
Copy link
Contributor

mergify bot commented Jun 8, 2022

Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review.

@mergify mergify bot added the conflict label Jun 8, 2022
@mergify mergify bot removed the conflict label Jun 8, 2022
Updates the fault-detector to use a smarter starting height by default.
Specifically, the fault-detector will now start at the first batch that
has not yet crossed the challenge period, since the general trust
assumption is that invalid batches will not pass the challenge period.
Significantly reduces verification time, especially since the fault
detector is stateless and does not keep track of the highest verified
batch.
@mergify
Copy link
Contributor

mergify bot commented Jun 8, 2022

This PR has been added to the merge queue, and will be merged soon.

@mergify
Copy link
Contributor

mergify bot commented Jun 8, 2022

This PR is next in line to be merged, and will be merged as soon as checks pass.

@mergify mergify bot removed the on-merge-train label Jun 8, 2022
@mergify
Copy link
Contributor

mergify bot commented Jun 8, 2022

Merge failed. Please see automated check logs for more details.

@mergify
Copy link
Contributor

mergify bot commented Jun 8, 2022

This PR has been added to the merge queue, and will be merged soon.

@mergify
Copy link
Contributor

mergify bot commented Jun 8, 2022

This PR is next in line to be merged, and will be merged as soon as checks pass.

@mergify
Copy link
Contributor

mergify bot commented Jun 8, 2022

This PR is next in line to be merged, and will be merged as soon as checks pass.

@mergify mergify bot merged commit 37dfe4f into develop Jun 8, 2022
@mergify mergify bot deleted the sc/fd-better-start branch June 8, 2022 22:33
@mergify mergify bot removed the on-merge-train label Jun 8, 2022
roninjin10 pushed a commit that referenced this pull request Jun 9, 2022
Updates the fault-detector to use a smarter starting height by default.
Specifically, the fault-detector will now start at the first batch that
has not yet crossed the challenge period, since the general trust
assumption is that invalid batches will not pass the challenge period.
Significantly reduces verification time, especially since the fault
detector is stateless and does not keep track of the highest verified
batch.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This was referenced Jun 9, 2022
theochap pushed a commit that referenced this pull request Dec 10, 2025
## Overview

Updates the `mips64` target specification to work with the latest
nightly release of `rustc`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants