neo-express icon indicating copy to clipboard operation
neo-express copied to clipboard

Make NEP validation errors more informative

Open lock9 opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Neo Express is refusing to deploy our NEP-17 contracts, complaining that they are not NEP-17 compatible. There may be some problem on our code, but we have no idea where it is. There are multiple validations but only a single error message.

Describe the solution you'd like Neo Express should inform which field is failing validation.

Additional context If possible, the user should be informed of all errors at once instead of returning just the first error that is found.

lock9 avatar Jan 08 '24 18:01 lock9

You can bypass by using --force

cschuchardt88 avatar Jan 08 '24 23:01 cschuchardt88

I don't want to bypass it. I want to know what the problem is.

lock9 avatar Jan 09 '24 01:01 lock9

@chenzhitong you want to take this one?

cschuchardt88 avatar Sep 01 '24 10:09 cschuchardt88