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

feat: add libcmt, gollup, rollupsmachine, and machineadvancer #420

Closed
wants to merge 34 commits into from

Commits on Apr 30, 2024

  1. refactor: remove unnecessary Rust code

    Only the authority-claimer service will remain in the Node 2.0.
    gligneul authored and marcelstanley committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4c39682 View commit details
    Browse the repository at this point in the history
  2. refactor: simplify CI workflows

    Move the jobs from the assess-code-quality workflows to the build
    workflow.
    gligneul authored and marcelstanley committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    26a4da7 View commit details
    Browse the repository at this point in the history
  3. chore: remove server-manager

    gligneul authored and marcelstanley committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e9147fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbaa89b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    694d3b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8014180 View commit details
    Browse the repository at this point in the history
  7. feat(data): add repository tests

    GMKrieger authored and marcelstanley committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    990b8c3 View commit details
    Browse the repository at this point in the history
  8. feat: bump contracts to 2.0-rc.2

    gligneul authored and marcelstanley committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5dcffde View commit details
    Browse the repository at this point in the history
  9. refactor: add model package

    torives authored and marcelstanley committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    796034b View commit details
    Browse the repository at this point in the history
  10. refactor(model): change index variables to uint64

    This matches the type used in the on-chain contracts
    torives authored and marcelstanley committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dba41e0 View commit details
    Browse the repository at this point in the history
  11. feat(validator): add mock implementation

    The validator is the new component responsible for finalizing epochs, generating proofs, and creating claims.
    torives authored and marcelstanley committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3d3dfb4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. chore: Bump Rust to 1.78.0

    Added general '-A clippy::mixed_attributes_style' to CI clippy execution to avoid linter warning on the automatically generated file 'iconsensus.rs'
    fmoura committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b88c547 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. feat: Add CI Custom Image

    fmoura committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1e0c6ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80dd014 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 14, 2024

  1. ci: bump golangci/golangci-lint-action from 5 to 6

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marcelstanley committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ab73264 View commit details
    Browse the repository at this point in the history
  2. chore: fix slog usage

    marcelstanley committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c9d0dba View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    6fe124d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102470d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e3f2f1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    bb40448 View commit details
    Browse the repository at this point in the history
  2. chore: fix typos

    marcelstanley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    712230b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f02808e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    f7cfa36 View commit details
    Browse the repository at this point in the history
  2. feat: update the Dockerfile with emulator dependencies

    - Adds linux.bin and rootfs.ext2 download to the emulator stage.
    - Adds a emulator-devel stage that install libcmt and xgenext2fs.
    - Configures the CI image to use CGO.
    - Refactors the Dockerfile to improve readability.
    renan061 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    78a2acb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    269a7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f773ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdc8e5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aef918a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e40db77 View commit details
    Browse the repository at this point in the history