Skip to content

Handle transaction execution payload errors - #76

Open
HDauven wants to merge 2 commits into
mainfrom
fix/72-handle-execution-errors
Open

Handle transaction execution payload errors#76
HDauven wants to merge 2 commits into
mainfrom
fix/72-handle-execution-errors

Conversation

@HDauven

@HDauven HDauven commented Jul 24, 2026

Copy link
Copy Markdown
Member

Closes #72

Summary

  • interpret the current w3sper/RUES execution shape at event.payload
  • treat payload.err and payload.error as transaction failures, including boolean error flags
  • centralize execution-event parsing for extension and Tauri runtimes
  • retain compatibility with legacy top-level and nested result event shapes
  • preserve a populated compatibility error message when err is false or empty

Test plan

  • npm run test:run (490 tests)
  • npm run build:chrome
  • npm run build:firefox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle execution errors from RUES transaction event payloads

1 participant