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(primitives): Add versioning to Account #4089

Merged
merged 27 commits into from
Mar 17, 2021
Merged

Commits on Mar 12, 2021

  1. - Introducing account versioning again

    - Adding migration script to run on dump
    - Adding test to make sure dump is parsable
    EgorKulikov committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    28691eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6f3156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d81b4 View commit details
    Browse the repository at this point in the history
  4. toml fix

    EgorKulikov committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    01afe8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2106e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a305202 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dcbd8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05e660d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4fc155c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05429cb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

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

Commits on Mar 14, 2021

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

Commits on Mar 15, 2021

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

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    94225ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e55d4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54a0a91 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Account struct fields made private

    Renamed json for test
    EgorKulikov committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    07e2560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d6e6b View commit details
    Browse the repository at this point in the history
  3. Missing method calls

    EgorKulikov committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    826cc39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1a2fc8 View commit details
    Browse the repository at this point in the history
  5. new istead of struct init

    EgorKulikov committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    9842d2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3b01b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f15b04c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c07e34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5746ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf7ea32 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    998a1ff View commit details
    Browse the repository at this point in the history