sarvalabs / js-moi-sdk

JavaScript library to interact with MOI Protocol via RPC API

Home Page:https://js-moi-sdk.docs.moi.technology/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate the latest version of JS-POLO

sarvalabs-harshrastogi opened this issue · comments

Description

The current integration of JS-MOI-SDK within our project encounters an exception when attempting to depolarize an empty Map. The resolution to this is upgrading new JS-POLO to a latest version

Logs

Error: load convert fail: not a compound wire 
at ReadBuffer.load (readbuffer.js:49:1)
at Depolorizer.newLoadDepolorizer (depolorizer.js:78:1)
at Depolorizer.depolorizeMap (depolorizer.js:296:1)
at Depolorizer.depolorize (depolorizer.js:109:1)
at depolorizer.js:349:1
at Array.forEach (<anonymous>)
at Depolorizer.depolorizeStruct (depolorizer.js:346:1)
at Depolorizer.depolorize (depolorizer.js:111:1)
at Depolorizer.depolorizeArray (depolorizer.js:223:1)

closed in #49