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

Added prefix for DARC storage #262

Merged
merged 15 commits into from
Aug 14, 2023
Merged

Added prefix for DARC storage #262

merged 15 commits into from
Aug 14, 2023

Commits on Aug 4, 2023

  1. Formatting

    pierluca committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f572cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1481c12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06127db View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Refactored Smart Contract's DARC keys and storage prefixes

    - Contracts have a hardcoded (4-bytes) access key
    - Access keys are also used as storage prefix
    pierluca committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    458c103 View commit details
    Browse the repository at this point in the history
  2. Removed unused variable

    pierluca committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    19d0b6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a505318 View commit details
    Browse the repository at this point in the history
  4. Fixed linting

    pierluca committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5d2faf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. add prefixed key

    jbsv committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b13dbe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3eeca6 View commit details
    Browse the repository at this point in the history
  3. minor changes after review

    jbsv committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f7c3486 View commit details
    Browse the repository at this point in the history
  4. tweak timings

    jbsv committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b7a74fa View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    170673b View commit details
    Browse the repository at this point in the history
  2. fix error returned on store delete

    jbsv authored and pierluca committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ad63911 View commit details
    Browse the repository at this point in the history
  3. Fixed DARC logic and tests

    pierluca committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    bf09f67 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #263 from dedis/inmemory_store

    More realistic fake.InMemorySnapshot
    jbsv authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    02ee68c View commit details
    Browse the repository at this point in the history