jorgenbuilder / ic-inspector

⭐⭐⭐⭐⭐ Chrome extension for decoding responses from the Internet Computer blockchain
https://chromewebstore.google.com/detail/ic-inspector/meaadkenfkhjakkkdapaallimhbdofck?hl=en&authuser=0
MIT License
52 stars 9 forks source link

Values displayed in IC Inspector do not match actual values #38

Closed hewm closed 1 year ago

hewm commented 1 year ago

NNS image The actual memo value of the front end is 12070089694624444626 image The memo value displayed by IC Inspector is 12070089694624444000

jorgenbuilder commented 1 year ago

Looks like a bigint serialization issue. Thanks for highlighting this, should be an easy fix.

jorgenbuilder commented 1 year ago

Fixed in commit https://github.com/jorgenbuilder/ic-inspector/commit/998b74508e23232b8df73e24a9958bfc39d02327. New release v1.1.5 is pending on the chrome store.

hewm commented 1 year ago

image I hope the font display can be optimized😂😂😂😂😂😂 image In the interface that owns the did file it also shows Could not determine candid interface for this canister, so this is a partial decode.

jorgenbuilder commented 1 year ago

You'll need to be more clear.

hewm commented 1 year ago

In terms of fonts, I just personally think that the previous version looks more comfortable 😂 image

new suggestions 1、It seems better if you can add a button to copy the response with one click; 2、Really display the response value as a standard Json format and convert it, such as 185581n, to 185581, so that the result can be copied directly for use 😅