sarvalabs / js-moi-sdk

JavaScript library to interact with MOI Protocol via RPC API
https://js-moi-sdk.docs.moi.technology/
Apache License 2.0
24 stars 2 forks source link

fix: remove decoding base64 log-data step #94

Closed 0xharshrastogi closed 2 weeks ago

0xharshrastogi commented 1 month ago

Remove Base64 Decoding from getLogs Method and newLogs Event

This pull request removes the Base64 decoding step from the getLogs method and newLogs event, optimizing the logging process by directly returning the logs in original format.

Changes include

Checklist