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: stateful #56

Merged
merged 20 commits into from
Oct 24, 2024
Merged

feat: stateful #56

merged 20 commits into from
Oct 24, 2024

Commits on Sep 19, 2024

  1. use zktrie-ng

    lightsing committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4a86ea9 View commit details
    Browse the repository at this point in the history
  2. fix

    lightsing committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    92a7bcc View commit details
    Browse the repository at this point in the history
  3. clean legacy code

    lightsing committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f6932fe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. add more metrics

    lightsing committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1645f47 View commit details
    Browse the repository at this point in the history
  2. range adjustment

    lightsing committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d9c6f28 View commit details
    Browse the repository at this point in the history
  3. update grafana

    lightsing committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7231f5f View commit details
    Browse the repository at this point in the history
  4. fix

    lightsing committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3f9bf5d View commit details
    Browse the repository at this point in the history
  5. update

    lightsing committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c727162 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. tmp

    lightsing committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9c18f79 View commit details
    Browse the repository at this point in the history
  2. save

    lightsing committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6975caa View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge branch 'master' into feat/stateful

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	crates/bin/src/commands/run_file.rs
    #	crates/bin/src/utils.rs
    #	crates/core/src/chunk.rs
    #	crates/core/src/database.rs
    #	crates/core/src/error.rs
    #	crates/core/src/executor/builder.rs
    #	crates/core/src/executor/mod.rs
    #	crates/primitives/Cargo.toml
    #	crates/primitives/src/lib.rs
    #	crates/primitives/src/types/tx.rs
    lightsing committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a94e7d3 View commit details
    Browse the repository at this point in the history
  2. save work

    lightsing committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    65930c6 View commit details
    Browse the repository at this point in the history
  3. fix changes

    lightsing committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    31d2a93 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. done

    lightsing committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ea3cb39 View commit details
    Browse the repository at this point in the history
  2. include genesis

    lightsing committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    24bd20b View commit details
    Browse the repository at this point in the history
  3. clippy

    lightsing committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3db9344 View commit details
    Browse the repository at this point in the history
  4. back pressure

    lightsing committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    41481aa View commit details
    Browse the repository at this point in the history
  5. fix

    lightsing committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e20abdf View commit details
    Browse the repository at this point in the history
  6. fix

    lightsing committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    425826a View commit details
    Browse the repository at this point in the history
  7. fix debug

    lightsing committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8441927 View commit details
    Browse the repository at this point in the history