-
Notifications
You must be signed in to change notification settings - Fork 290
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
[cli]list resource support filter struct_type and start_idx max_size #3639
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3639 +/- ##
==========================================
+ Coverage 28.58% 28.62% +0.04%
==========================================
Files 591 591
Lines 50602 50611 +9
Branches 23860 23865 +5
==========================================
+ Hits 14462 14480 +18
+ Misses 21934 21861 -73
- Partials 14206 14270 +64
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以加个测试用例在
starcoin/testsuite/features/cmd.feature
Lines 99 to 111 in b4f5074
Scenario Outline: [cmd] state test | |
Then cmd: "state get-root" | |
Then cmd: "dev get-coin" | |
Then cmd: "account show" | |
Then cmd: "state get-proof {{$.account[0].ok.account.address}}/1/0x1::Account::Account" | |
Then cmd: "state get-proof {{$.account[0].ok.account.address}}/1/0x1::Account::Account --raw" | |
Then cmd: "state get resource {{$.account[0].ok.account.address}} 0x1::Account::Account" | |
Then assert: "{{$.state[-1].ok.json.sequence_number}} == 0" | |
Then cmd: "account show" | |
Then cmd: "state list resource {{$.account[0].ok.account.address}}" | |
Then cmd: "account show" | |
Then cmd: "state list code {{$.account[0].ok.account.address}}" | |
Then stop |
老师,看下我加的对吗? |
Pull request type
What is the current behavior?
Issue Number: #3613