You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
Description
Contract reverts with empty data instead of helpful error messages, making debugging very difficult.
Current Behavior
Expected Behavior
Descriptive revert reasons like:
"Seller not registered as agent""Invalid expiry: must be 1-365 days""Amount below minimum threshold""Content hash cannot be zero""Key commitment cannot be zero"Impact
Suggested Implementation
Replace:
require(someCondition);With:
Found during seller flow UX testing - contract rejected call with no explanation