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

Storage explorer for Neo Express #122

Merged
merged 2 commits into from
Mar 5, 2020
Merged

Storage explorer for Neo Express #122

merged 2 commits into from
Mar 5, 2020

Conversation

djnicholson
Copy link
Member

Fixes #97

Copy link
Contributor

@devhawk devhawk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A good first start. Can we file issues to track the following?

@djnicholson
Copy link
Member Author

djnicholson commented Mar 5, 2020

A good first start. Can we file issues to track the following?

  • Allowing the user to specify the type (hex string, utf8 string, integer, etc) of a given key or value instead of showing all possible options? Not sure where that info would be persisted.
  • Many contract use a storage map to store key/value pairs inside an existing storage item (example: https://github.com/neo-ngd/CNEO-Contract/blob/master/NeoContract/CNEO.cs#L117). It would be nice if we could split those out ("storage map" would be another type the user can specify). I just filed a similar issue on the debugger: neo-project/neo-debugger#15

Opened #123 and #124

@djnicholson djnicholson merged commit 7c86a52 into master Mar 5, 2020
@djnicholson djnicholson deleted the storage-viewer branch March 5, 2020 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage explorer
2 participants