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

Basic storage inspection command #1395

Merged
merged 39 commits into from
Nov 27, 2023
Merged

Basic storage inspection command #1395

merged 39 commits into from
Nov 27, 2023

Commits on Oct 27, 2023

  1. Add storage command

    ascjones committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c93e31f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    345441e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e6a60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6064a38 View commit details
    Browse the repository at this point in the history
  4. Delete contract_info.rs

    ascjones committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ef2e4e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df4d100 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcfe419 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    9755bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d79680 View commit details
    Browse the repository at this point in the history
  3. Comment

    ascjones committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f682131 View commit details
    Browse the repository at this point in the history
  4. add todo

    ascjones committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c4b5972 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    6e63ffa View commit details
    Browse the repository at this point in the history
  2. Revert info files to master

    ascjones committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8b38c19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9492b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4eeb308 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    45c45d4 View commit details
    Browse the repository at this point in the history
  2. Make it generic

    ascjones committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5a5dbfd View commit details
    Browse the repository at this point in the history
  3. Recurse

    ascjones committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0d254a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e78b36 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Use prefix

    ascjones committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    245d008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    636379f View commit details
    Browse the repository at this point in the history
  3. BTreeMap

    ascjones committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    961e52b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70d8458 View commit details
    Browse the repository at this point in the history
  5. Remove unused stuff

    ascjones committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    df7b093 View commit details
    Browse the repository at this point in the history
  6. WIP query root keys

    ascjones committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cc0d961 View commit details
    Browse the repository at this point in the history
  7. Query root keys

    ascjones committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    95be3bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa2c000 View commit details
    Browse the repository at this point in the history
  9. Clippy

    ascjones committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ce0fd3a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    d5a2159 View commit details
    Browse the repository at this point in the history
  2. Use Display for TrieId

    ascjones committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f3d0a74 View commit details
    Browse the repository at this point in the history
  3. Display raw storage

    ascjones committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    de9fd7d View commit details
    Browse the repository at this point in the history
  4. Flatten TrieId properly

    ascjones committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b588e38 View commit details
    Browse the repository at this point in the history
  5. Clippy

    ascjones committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d496831 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. CHANGELOG.md

    ascjones committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1f88566 View commit details
    Browse the repository at this point in the history
  2. README.md

    ascjones committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a74d787 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Make Client generic

    ascjones committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a7870f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5055425 View commit details
    Browse the repository at this point in the history
  3. Fmt

    ascjones committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4558255 View commit details
    Browse the repository at this point in the history