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(dan/engine): adds single state storage interface #4368

Merged
merged 12 commits into from
Aug 4, 2022

Commits on Aug 1, 2022

  1. feat(dan/engine): adds single state storage interface

    Simple state storage for component state that occurs after execution of a WASM contract
    sdbondi committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    31d9c23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a46f8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c83e42c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c17960 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. fix clippies

    sdbondi committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    1159ef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

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

Commits on Aug 4, 2022

  1. Merge branch 'development' into dan-layer-state-store

    * development:
      fix: wallet database encryption does not bind to field keys tari-project#4137 (tari-project#4340)
      fix: use SafePassword struct instead of String for passwords (tari-project#4320)
      feat(dan): template macro handles component state (tari-project#4380)
      fix(dht)!: add message padding for message decryption, to reduce message length leaks (fixes tari-project#4140) (tari-project#4362)
      fix(wallet): update seed words for output manager tests (tari-project#4379)
    sdbondi committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    214fc14 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    sdbondi committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    8a3bebc View commit details
    Browse the repository at this point in the history
  3. exclude broken test case

    sdbondi committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0e6a69c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef0ba57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d5c545 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    207839b View commit details
    Browse the repository at this point in the history