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

[Sui CLI / UX] - Improved wallet object command #2013

Merged
merged 4 commits into from
May 17, 2022

Conversation

patrickkuo
Copy link
Contributor

@patrickkuo patrickkuo commented May 17, 2022

impl display for SuiObject, improve wallet cli object command output

also added some bugfixs:

  • Readable serde panic when trying to convert a non ObjectId Vec to ObjectID due to array size different, it should return Err instead.
  • Added Bytearray SuiMoveValue instead of converting it to string.

Results:
object (coin) :
image

object (package) :
image

publish:
image

@patrickkuo patrickkuo self-assigned this May 17, 2022
@patrickkuo patrickkuo linked an issue May 17, 2022 that may be closed by this pull request
@patrickkuo patrickkuo force-pushed the pat/object_cmd_improvment branch from b8437cd to 8ba7d11 Compare May 17, 2022 17:55
@patrickkuo patrickkuo marked this pull request as ready for review May 17, 2022 17:58
@patrickkuo patrickkuo merged commit 15c1dc3 into main May 17, 2022
@patrickkuo patrickkuo deleted the pat/object_cmd_improvment branch May 17, 2022 19:49
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.

Improved wallet object command
2 participants