ChainMovers / suibase

Sui development environment and cookbook.
https://suibase.io
Apache License 2.0
35 stars 6 forks source link

Suibase - Add GraphQL support #106

Open mario4tier opened 1 week ago

mario4tier commented 1 week ago

Websocket support for Sui JSON-RPC is being deprecated. It is also disabled by default starting with Sui release 1.28

Goal Suibase need to support GraphQL to replace websocket events subscription (which is being used in the incoming "Sui Network Viewer" feature of the VSCode extension).

More info: https://github.com/MystenLabs/sui/issues/18429