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

Expression signing and verification migrated to Rust #452

Merged
merged 31 commits into from
Feb 28, 2024
Merged

Commits on Feb 20, 2024

  1. Add signatures.rs

    lucksus committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f3fbbc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3861025 View commit details
    Browse the repository at this point in the history
  3. WIP signature extension

    lucksus committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9b9d6df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ee9d6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e829b3a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. agent JS extension

    lucksus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a72189d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb7e2c View commit details
    Browse the repository at this point in the history
  3. Register new extensions

    lucksus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1ceb0da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    255ed31 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    e891d6b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into rust-signatures

    # Conflicts:
    #	executor/src/core/LanguageController.ts
    #	executor/src/core/agent/Signatures.ts
    lucksus committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0c5c623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b46f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fc461b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98351ff View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. For removing links from DB, don’t expect LinkExpression to be exactly…

    … the same
    
    so that virtual properties like “valid”/“invalid” don’t make the linkexpression be considered different
    lucksus committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c8e7c2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ac986 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4901fc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a0358b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    39c8adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e2e525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    044c7b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20f54f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    485db3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a08ed46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ce4281 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    898dd88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de9c37 View commit details
    Browse the repository at this point in the history
  3. Make Expression<T> generic

    lucksus committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    922f33d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    248c96e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5413f5e View commit details
    Browse the repository at this point in the history
  6. Add missing file

    lucksus committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a6001fe View commit details
    Browse the repository at this point in the history