ChainMovers / suibase

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

Why does it take 1min (localnet start) for NFTs to show up in the suiexplorer? #64

Closed georgescharlesbrain closed 1 year ago

georgescharlesbrain commented 1 year ago

Hello,

I had the impression that the local network was reset at every stop. The objects I created during start_stop_1 didn't appear in the suiexplorer after a new local network start. Now I figured out they do show up but only after 1min. Any idea why they show up only after 1 min?

,KR GCB

mario4tier commented 1 year ago

1 minute is surprising.

I test with a module publication and the whole edit/publish/debug cycle (where debug means calling into it and receiving event to confirm it works) takes less than 30 seconds (with 1.4.0).

Wondering what would be different with the NFT/suiexplorer scenario.

==

Did check that the latest (1.5.0) sui process still come up quickly on start, but have not test more than that today. Will revisit this later (will prioritize your other open issues for now).

georgescharlesbrain commented 1 year ago

This is a non-issue imo. Just learnings that might be useful for future starters of suibase.