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

Add --l2-anytrust option to run in AnyTrust mode #79

Merged
merged 5 commits into from
Oct 4, 2024

Commits on Sep 4, 2024

  1. Add --l2-anytrust option to run in AnyTrust mode

    test-node.bash can now be run with --l2-anytrust which runs the l2
    nodes in AnyTrust mode. It creates a committee of 2 daserver with
    assumed-honest set to 1, requiring successful stores of the batch data
    to both of them. Nitro nodes sync from a mirror daserver. All dasevers
    use local file storage for the batch data on their own volumes.
    
    BLS keys for the committee are automatically generated and the keyset is
    activated automatically on the SequencerInbox contract.
    Tristan-Wilson committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1d22296 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge remote-tracking branch 'origin/master' into anytrust-mode

    Adjacent line changes on arbitrum DataAvailabilityCommittee and
    InitialArbOSVersion, no actual conflict.
    Tristan-Wilson committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f4588b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    b3fcc2c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e0f7b8e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Fix PR comments

    Tristan-Wilson committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    02621d2 View commit details
    Browse the repository at this point in the history