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(ICP-Ledger): FI-1433: Implement V1 for ICP ledger - add ability to read from memory manager in post_upgrade #1020

Open
wants to merge 98 commits into
base: master
Choose a base branch
from

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    624d695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa9c9a View commit details
    Browse the repository at this point in the history
  3. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    62d95ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ee34bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e296b10 View commit details
    Browse the repository at this point in the history
  6. clippy

    maciejdfinity committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b7375ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc63de9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    a856eb2 View commit details
    Browse the repository at this point in the history
  2. remove upgrade param

    maciejdfinity committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    96eec58 View commit details
    Browse the repository at this point in the history
  3. unused imports

    maciejdfinity committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    082e328 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd1c006 View commit details
    Browse the repository at this point in the history
  5. build fix

    maciejdfinity committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2b76ae5 View commit details
    Browse the repository at this point in the history
  6. clippy

    maciejdfinity committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3132edc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. adding tests

    maciejdfinity committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    13db625 View commit details
    Browse the repository at this point in the history
  2. clippy

    maciejdfinity committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3723009 View commit details
    Browse the repository at this point in the history
  3. test fail with mem mgr

    maciejdfinity committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0be0e82 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    6410905 View commit details
    Browse the repository at this point in the history
  2. test v2->v2 upgrade

    maciejdfinity committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1b24593 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    badfbc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    a9dcade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    369e5e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64b3cdb View commit details
    Browse the repository at this point in the history
  4. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f4b3ff2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2599ead View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e87a3f View commit details
    Browse the repository at this point in the history
  7. clippy

    maciejdfinity committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cc532f8 View commit details
    Browse the repository at this point in the history
  8. test balances

    maciejdfinity committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    79d5c07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    066f5f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    472f79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    220bf41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c03652 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee1c2c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6d7c09 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    909a633 View commit details
    Browse the repository at this point in the history
  2. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    55e6cbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cd8735 View commit details
    Browse the repository at this point in the history
  4. test balance count

    maciejdfinity committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d611a00 View commit details
    Browse the repository at this point in the history
  5. test upgrades

    maciejdfinity committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6dc82be View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    4899d0d View commit details
    Browse the repository at this point in the history
  2. add tx after upgrade

    maciejdfinity committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bedfce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f02ccca View commit details
    Browse the repository at this point in the history
  4. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a1fdc1f View commit details
    Browse the repository at this point in the history
  5. clippy

    maciejdfinity committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e0d204e View commit details
    Browse the repository at this point in the history
  6. consolidate tests

    maciejdfinity committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f0057cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98e6f6b View commit details
    Browse the repository at this point in the history
  8. verify icrc blocks

    maciejdfinity committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7e888f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53f3a1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89c1152 View commit details
    Browse the repository at this point in the history
  11. resolve merge

    maciejdfinity committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    379922e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2cd7a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc201a4 View commit details
    Browse the repository at this point in the history
  14. clean up

    maciejdfinity committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5d62f4b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a4110a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    821c141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313aff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7e9113 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e27da0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    b75713b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b2632b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c5fe77 View commit details
    Browse the repository at this point in the history
  4. add deterministic test

    maciejdfinity committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cfd403c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ccc56a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bb91b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c0ebf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84d95e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8383e08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f4eb87 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. comment

    maciejdfinity committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    85bef5e View commit details
    Browse the repository at this point in the history
  2. comment

    maciejdfinity committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d6f982e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7cbe2f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    620ac2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2c486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc00b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9154882 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. use buffered reader

    maciejdfinity committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9217e46 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. change test name

    maciejdfinity committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b5af0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7872db7 View commit details
    Browse the repository at this point in the history
  3. build fix

    maciejdfinity committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    23365a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e60908 View commit details
    Browse the repository at this point in the history
  5. change test name

    maciejdfinity committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    dc9d5f0 View commit details
    Browse the repository at this point in the history
  6. refactor feature name

    maciejdfinity committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f53a149 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    f64e7a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36fa738 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 10, 2024

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

Commits on Sep 13, 2024

  1. check for magic bytes

    maciejdfinity committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f2fbe52 View commit details
    Browse the repository at this point in the history
  2. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1ceb047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13eb5d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    1f490b4 View commit details
    Browse the repository at this point in the history
  2. Rename method

    mbjorkqvist committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f6d003c View commit details
    Browse the repository at this point in the history
  3. Fix

    mbjorkqvist committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    357782a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d828cc5 View commit details
    Browse the repository at this point in the history
  5. Change error message as suggested

    Co-authored-by: mraszyk <[email protected]>
    mbjorkqvist and mraszyk authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fbc0797 View commit details
    Browse the repository at this point in the history
  6. Change error message as suggested

    Co-authored-by: mraszyk <[email protected]>
    mbjorkqvist and mraszyk authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2dc8dea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58d9b74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    686e821 View commit details
    Browse the repository at this point in the history