ic-rocks / ic-rocks

Analytics and explorer for the DFINITY Internet Computer
https://ic.rocks
53 stars 22 forks source link

Fix candid decoding for canister queries #32

Open FloorLamp opened 3 years ago

FloorLamp commented 3 years ago

Some canister function queries return candid errors:

Screen Shot 2021-11-09 at 21 28 37

Sometimes, re-querying will return valid results.

FloorLamp commented 3 years ago

if there's a method with signature `(null) -> (...)` then I can't call from ic.rocks. It says "Invalid null argument: undefined"