Trust-Machines / BNS-V2

MIT License
10 stars 3 forks source link

Inconsistent Error Messages #18

Closed setzeus closed 4 months ago

setzeus commented 4 months ago

Description The current version of BNS-v2 has alternating first index in the error messages, either "u1xx" or "u2xx." All error messages in the same contract should have the same starting index.

Action Items

Open Questions

setzeus commented 4 months ago

Heads up @Patotking12 please check off an issue without linking a PR against it. I don't think a PR was made for this yet?

Patotking12 commented 4 months ago

No! But it has been corrected and are already on main, I think we can close this issue

setzeus commented 4 months ago

Negative, I see this: (define-constant ERR-OVERFLOW (err u1511))

Should be 3 digits no?

setzeus commented 4 months ago

Closed with #30