nervosnetwork / ckb-cli

CKB command line interface
MIT License
55 stars 35 forks source link

Deployment generate invalid migration file #550

Open liuck8080 opened 1 year ago

liuck8080 commented 1 year ago

If no enough capacity to deploy contract or something other error cause the deployment fail to commit to the chain, a migration file should not be generated, or it should give enough information for the user to handle such situation.

It should not block users to try to deploy again after problem resolved.