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

Issue2053 -Add store/restore functionality to digest::Context #2121

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on May 9, 2024

  1. add store/restore functions to context

    Анатолий Семенцов committed May 9, 2024
    Configuration menu
    Copy the full SHA
    317c576 View commit details
    Browse the repository at this point in the history
  2. fix format and clippy

    Анатолий Семенцов committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a036c6d View commit details
    Browse the repository at this point in the history
  3. fix package names

    Анатолий Семенцов committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fb45fe4 View commit details
    Browse the repository at this point in the history
  4. fix clippy deny

    Анатолий Семенцов committed May 9, 2024
    Configuration menu
    Copy the full SHA
    59a2ce4 View commit details
    Browse the repository at this point in the history
  5. fix packahe sh

    Анатолий Семенцов committed May 9, 2024
    Configuration menu
    Copy the full SHA
    db27a4b View commit details
    Browse the repository at this point in the history
  6. fix dirty

    Анатолий Семенцов committed May 9, 2024
    Configuration menu
    Copy the full SHA
    aa1f505 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    83bcbdf View commit details
    Browse the repository at this point in the history
  2. rollback crate renaming

    Анатолий Семенцов committed May 27, 2024
    Configuration menu
    Copy the full SHA
    486b48d View commit details
    Browse the repository at this point in the history
  3. formatting

    Анатолий Семенцов committed May 27, 2024
    Configuration menu
    Copy the full SHA
    07dead8 View commit details
    Browse the repository at this point in the history
  4. formatting

    Анатолий Семенцов committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b78367b View commit details
    Browse the repository at this point in the history
  5. Add serde and tests

    Анатолий Семенцов committed May 27, 2024
    Configuration menu
    Copy the full SHA
    964f208 View commit details
    Browse the repository at this point in the history
  6. format & remove redundant package

    Анатолий Семенцов committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f9e6f5b View commit details
    Browse the repository at this point in the history
  7. remove serialize/deserialize function from context add from/to conver…

    …sion to/from ContextData
    Анатолий Семенцов committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8869b72 View commit details
    Browse the repository at this point in the history
  8. revert gitignore

    Анатолий Семенцов committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bbe4471 View commit details
    Browse the repository at this point in the history
  9. revert package.sh

    Анатолий Семенцов committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ffce7c4 View commit details
    Browse the repository at this point in the history
  10. revert package.sh

    Анатолий Семенцов committed May 27, 2024
    Configuration menu
    Copy the full SHA
    032dc6e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. remove serde

    Анатолий Семенцов committed May 28, 2024
    Configuration menu
    Copy the full SHA
    678ea01 View commit details
    Browse the repository at this point in the history
  2. remove serde_json

    Анатолий Семенцов committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c63ea71 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Анатолий Семенцов committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5482e91 View commit details
    Browse the repository at this point in the history
  4. reformat

    Анатолий Семенцов committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6b1587a View commit details
    Browse the repository at this point in the history