-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: support complex arguments/response in contract call #942
Conversation
string will be encoded/decoded if argument/response type is an array
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## develop #942 +/- ##
===========================================
- Coverage 68.13% 67.22% -0.91%
===========================================
Files 18 18
Lines 1321 1321
Branches 788 788
===========================================
- Hits 900 888 -12
- Misses 365 378 +13
+ Partials 56 55 -1 |
Please have a review @JeffreyMa597 @FrederLu |
e.g. [0x309c15a655F8F1Ab860F3Ad81A233e8BCaDb300E, 0x309c15a655F8F1Ab860F3Ad81A233e8BCaDb300E]
Array as |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jun Ma <[email protected]> Co-authored-by: Chen Yu <[email protected]> fix:layout of tooltip is improper (#943) fix test case of online data (#948) fix: support complex arguments/response in contract call (#942)
string will be encoded/decoded with ',' if argument/response type is an array
Preview: https://godwoken-explorer-ui-git-fix-complex-argument-ae0f82-magickbase.vercel.app/account/0x309c15a655f8f1ab860f3ad81a233e8bcadb300e?tab=contract
Try:
["0x309c15a655f8f1ab860f3ad81a233e8bcadb300e","0x309c15a655f8f1ab860f3ad81a233e8bcadb300e"]
or
0x309c15a655f8f1ab860f3ad81a233e8bcadb300e,0x309c15a655f8f1ab860f3ad81a233e8bcadb300e
Ref: Magickbase/godwoken_explorer#1421