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

feat: implement support for atomic storage #61

Closed sarvalabs-harshrastogi closed 7 months ago

sarvalabs-harshrastogi commented 8 months ago

Implement Atomic Storage Support

This pull request introduces a breaking change that modifies how developers interact with the persistence state using SDK. The proposed approach aims to enhance read performance, particularly for complex data structures like arrays, variable arrays, maps, and classes.

This implementation streamlines data retrieval by leveraging atomic storage, resulting in improved efficiency and responsiveness when handling intricate field types.

Changes include

Checklist

cloudflare-workers-and-pages[bot] commented 8 months ago

Deploying js-moi-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6c5d330
Status: ✅  Deploy successful!
Preview URL: https://5bf365e1.js-moi-sdk.pages.dev
Branch Preview URL: https://feat-atomic-storage.js-moi-sdk.pages.dev

View logs