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: New command to view contract storage state #239

Merged
merged 18 commits into from
Sep 9, 2023
Merged

Commits on Sep 1, 2023

  1. start

    FroVolod committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ea9bd09 View commit details
    Browse the repository at this point in the history
  2. clippy

    FroVolod committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2b272ea View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. start

    FroVolod committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ca8268f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'contract-view-state' of https://github.com/near/near-cl…

    …i-rs into contract-view-state
    FroVolod committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5994625 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. draft

    FroVolod committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    02632f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. added AllKeys to view contract storage

    FroVolod committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0114e93 View commit details
    Browse the repository at this point in the history
  2. fmt

    FroVolod committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7e0629e View commit details
    Browse the repository at this point in the history
  3. fmt

    FroVolod committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bd84067 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    1ff0063 View commit details
    Browse the repository at this point in the history
  2. added KeysStartWithBytesAsBase64 to view

    FroVolod committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ff00d9c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. refactored

    FroVolod committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d7d6bb5 View commit details
    Browse the repository at this point in the history
  2. updated GUIDE

    FroVolod committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4deafea View commit details
    Browse the repository at this point in the history
  3. updated ViewStateArgs for js_command_match

    FroVolod committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d480703 View commit details
    Browse the repository at this point in the history
  4. owo_colors instead color-print

    FroVolod committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    da8f565 View commit details
    Browse the repository at this point in the history
  5. refactored print for key/value

    FroVolod committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a572e05 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. refactored KeysStartWithBytesAsBase64

    FroVolod committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    21f8eee View commit details
    Browse the repository at this point in the history
  2. refactored KeysStartWithBytesAsBase64

    FroVolod committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    0829773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61f3c79 View commit details
    Browse the repository at this point in the history