elevenbuckets / elevenbuckets/BladeIron
Dedicated error reports for 11BE conditions
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Conditions are ways to prevent users or automated apps to perform unreasonable actions.
Currently, transactions rejected by condition failure will simply be ignored quietly (on server side), we should utilize rpc-websocket "createError" server-side feature to add dedicated error code for different type of rejection due to condition check failure.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the server-side transaction handling where condition failures are currently ignored, then inspect the rpc-websocket createError feature. Define how each condition-rejection type should map to a dedicated error code, and verify that rejected transactions produce those errors instead of being silently ignored.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100