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

CI test: Add Celestia DA logic to 3.2.1 #19

Open
wants to merge 55 commits into
base: celestia-develop
Choose a base branch
from

Commits on May 28, 2024

  1. update submodules

    Ferret-san committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e0384c3 View commit details
    Browse the repository at this point in the history
  2. Celestia DA

    blobstreamx support and preimage oracle improvement
    
    add useful logs
    
    Remove another loc
    
    fix deps
    
    Fix preimage oracle and update
    
    - fix preimage oracle
    - improve replay binary logic for Celestia
    - make TendermintRPC config optional, such that only batch posters need to enable it
    
    blob index fix
    
    cleanup  contract
    
    BlobstreamX Gon' Give It To Ya
    
    Cleanup and add blobstream configuration variable
    
    Initial Blobstream Integration
    
    Update nitro-testnode
    
    Add Blobstream
    
    :wrench: v.2.2.2 no-blobstream
    
    feat: update submodule to specific commit
    
    Working block validation
    
    - Runs Nitro with Celestia DA and block validation
    - Also makes some fixes in git submodules
    
    arbitrator cleanup
    
    Add argv[0]="js" to Go in jit runtime
    
    Fix `RecoverPayloadFromCelestiaBatch`
    
    Celestia Preimage Oracle Implementation
    
    WIP
    
    Refactoring and populating preimages
    
    update `RecoverPayloadFromCelestiaBatch`
    
    Change submodule
    
    Add Celestia as a DA layer
    Ferret-san committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8b49368 View commit details
    Browse the repository at this point in the history
  3. Update deps and fix tests

    Ferret-san committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b5a4451 View commit details
    Browse the repository at this point in the history
  4. Delete rpc_test.go

    deleting rpc_test.go due to undefined method
    Ferret-san committed May 28, 2024
    Configuration menu
    Copy the full SHA
    25f49d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    018e7d6 View commit details
    Browse the repository at this point in the history
  6. Update contracts

    Ferret-san committed May 28, 2024
    Configuration menu
    Copy the full SHA
    15e90ef View commit details
    Browse the repository at this point in the history
  7. Add Celestia OSP

    update preimage oracle logic
    
    Add Celestia Proof
    
    - Extend `ReadInbox` OSP
    - Correct behavior for reading invalid batches
    - Make tree tarversal iterative
    - add tests for appended DA proof
    
    fix config and dockerfile
    Ferret-san committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dfae469 View commit details
    Browse the repository at this point in the history
  8. audit fixes

    hardening 🔧
    
    Update contracts
    
    fixes
    
    Update main.go
    
    Update contracts
    
    isolate dependencies
    
    Update celestia.go
    
    Update .gitmodules
    
    Update main.go
    Ferret-san committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2b2750e View commit details
    Browse the repository at this point in the history
  9. update submodules

    Ferret-san committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fe910ca View commit details
    Browse the repository at this point in the history
  10. update geth dep

    Ferret-san committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7d0aa84 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Create README.md

    Ferret-san authored May 30, 2024
    Configuration menu
    Copy the full SHA
    bbf6fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a3246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d5663 View commit details
    Browse the repository at this point in the history
  4. Update celestia.go

    correct if statement so as to not fail when there's only 1 share of data
    Ferret-san authored May 30, 2024
    Configuration menu
    Copy the full SHA
    63b4412 View commit details
    Browse the repository at this point in the history
  5. fix openrpc dependency

    Ferret-san committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3c55bec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7602075 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    b28f277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    798c13c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    a9e30f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f1f17f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Update celestia.go

    Ferret-san committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d8c3eb7 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    Ferret-san committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a0cf332 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    5694a9d View commit details
    Browse the repository at this point in the history
  2. Celestia daProvider

    Ferret-san committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5c0a511 View commit details
    Browse the repository at this point in the history
  3. fix Dockerfile

    Ferret-san committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    90df625 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. da proof for Celestia

    - re-enable da proof for Celestia after the 3.0.0 changes
    - enable multiple dapWriters
    Ferret-san committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1831e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2a7fb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. update challenge test

    Ferret-san committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fbf5bba View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jul 2, 2024

  1. Add dapWriter preference list

    Adds a param to the batch poster config `DAPreference` of type `[]string`, which is used to specify which DA Writers to prioritize when posting data to alt da
    Ferret-san committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1aa14ea View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 18, 2024

  1. v3.1.0 compatibility

    Ferret-san committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8f8caf4 View commit details
    Browse the repository at this point in the history
  2. Update contracts

    Ferret-san committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3da138c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Merge pull request OffchainLabs#2600 from OffchainLabs/fix-s3-das-expiry

    Fix inverted expiry logic for DAS S3 backends
    PlasmaPower committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    16a17e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OffchainLabs#2603 from OffchainLabs/lower-log-levels

    Lower a couple of info logs down to debug
    joshuacolvin0 authored and PlasmaPower committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4650d89 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge pull request OffchainLabs#2612 from OffchainLabs/fix-wasm-rebui…

    …ld-stylus-target
    
    populate stylus target cache before rebuilding wasm store
    PlasmaPower committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b26e84e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    309340a View commit details
    Browse the repository at this point in the history
  2. update submodules

    Ferret-san committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fa9ae16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3428d52 View commit details
    Browse the repository at this point in the history
  4. Update go-ethereum

    Ferret-san committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    28da293 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. update submodules

    Ferret-san committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9e6fa83 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    a41f73f View commit details
    Browse the repository at this point in the history
  2. correct submodule file

    Ferret-san committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f313878 View commit details
    Browse the repository at this point in the history
  3. Update arbitrator-ci.yml

    Ferret-san committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    89dca74 View commit details
    Browse the repository at this point in the history
  4. fix CI cache key issue

    Ferret-san committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5c0465f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bf470d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    902f755 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. use ubuntu-8

    Ferret-san committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6973c77 View commit details
    Browse the repository at this point in the history
  2. Revert "use ubuntu-8"

    This reverts commit 6973c77.
    Ferret-san committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    41921f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    2c90aa4 View commit details
    Browse the repository at this point in the history
  2. correct the yaml file

    Ferret-san committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    79ba24f View commit details
    Browse the repository at this point in the history