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

Add user friendly view of storage data #1414

Merged
merged 22 commits into from
Jan 9, 2024
Merged

Add user friendly view of storage data #1414

merged 22 commits into from
Jan 9, 2024

Commits on Nov 29, 2023

  1. Added storage table

    smiasojed committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8349c8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f1cd92 View commit details
    Browse the repository at this point in the history
  3. fmt

    smiasojed committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5125bbb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Print storage as table

    smiasojed committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f312f58 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    9319623 View commit details
    Browse the repository at this point in the history
  2. Add StorageVec support

    smiasojed committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6836836 View commit details
    Browse the repository at this point in the history
  3. Fix fmt

    smiasojed committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7611a10 View commit details
    Browse the repository at this point in the history
  4. Fixed cells sorting

    smiasojed committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1ac217f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Code refactored

    smiasojed committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0dc77e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b345c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Fixed option decoding issue

    smiasojed committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    890d427 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Cleanup

    smiasojed committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    714de8d View commit details
    Browse the repository at this point in the history
  2. fmt

    smiasojed committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d3ad10f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Code cleanup

    smiasojed committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    399a479 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    c32c37f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    355d31c View commit details
    Browse the repository at this point in the history
  3. Update crates/extrinsics/src/contract_storage.rs

    Co-authored-by: Andrew Jones <ascjones@gmail.com>
    smiasojed and ascjones authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0356a17 View commit details
    Browse the repository at this point in the history
  4. Fix compilation

    smiasojed committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    10b76e1 View commit details
    Browse the repository at this point in the history
  5. Add Display trait

    smiasojed committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0fb896d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Removed custom serializer

    smiasojed committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b2ca27f View commit details
    Browse the repository at this point in the history
  2. Variants decode rollback

    smiasojed committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6e5ce5b View commit details
    Browse the repository at this point in the history
  3. Changelog updated

    smiasojed committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5818c76 View commit details
    Browse the repository at this point in the history