ChainMovers / suibase

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

Fix needed for sui 0.31 Support (change to config.yaml) #25

Closed mario4tier closed 1 year ago

mario4tier commented 1 year ago

"localnet start" will not work without this fix.

(the sui process will never "start")

implementation details

Sui-base depends on using the config.yaml to initialize the localnet. The format changed in 0.31 (new gas_amount array). The changes are enough that the sui process will fail to parse config.yaml (older format) and will not start.