Mario Fortier

Results 17 issues of Mario Fortier

Make installation of Sui on Mac easier. (1) Mimic the way homebrew tell the user to modify $PATH (2) automate doing "brew install cmake" when needed. May be a better...

enhancement

The github action should make it simple to: - Install all prerequesites (e.g. install rust if not already installed) - Install latest Suibase - Install Sui binaries for one or...

enhancement
good first issue

As of right now, a "sui move new" create an empty "sources" file. In a discord discussion, @ivmidable proposed the following: ``` > gotcha cool, one thing id like to...

enhancement
low priority

Goal: Periodically purge a suibase log file to avoid large disk usage. ( ~/suibase/workdirs/common/logs/suibase-daemon.log ) Problem Statement ================== There is currently a bug with Mysten Labs devnet preventing websocket subscriptions...

enhancement
good first issue

Look into a way to add a discord icon/link prior to the github icon on the top navbar: ![image](https://github.com/ChainMovers/suibase/assets/4542410/d77b675b-b2b5-4708-af1b-08469888a3c6) This can probably be implemented with the "Using Slots" feature described...

documentation
good first issue
low priority

Goal is to help the user distinguish if RPCs are failing because: - bad request (user need to fix it for succeeding) - the network (retry later when network is...

enhancement
low priority

Use Mysten Labs address alias file to refactor the DNS-Like feature of Suibase. Also support alias for all Suibase commands. As an example: "localnet faucet myalias" to add coins to...

enhancement

This is for the new Suibase VSCode extension. The Suibase GUI interface to streamline Move development with a "network viewer" (to watch/debug last published modules). What is done up to...

enhancement

Do: - a "cargo clean" while preserving the produced binaries. - logs trimming (particularly meaningful for localnet). Can be trig on command line in 2 ways: - As an independent...

enhancement

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...

enhancement