docs: drop the README limit the EIP-1193 code fix removed (closes #285) #292
Reference in New Issue
Block a user
Delete Branch "issue-285-readme-eip1193-limit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #285.
Deletes the third of three "standing limits" in
README.md's End-to-End Tests section — the one claimingsrc/content/inpage.jsrebuilds every rejection asnew Error(message), so the page catches an error with nocode.Evidence it is fixed on
next(9dcd875, #274):src/content/inpage.jsdefinesProviderRpcErrorandtoPageError()returnsnew ProviderRpcError(error.code, message, error.data)whenever a code arrived;tests/e2e/run.jsassertUserRejection()assertsoutcome.hasCode,outcome.code === 4001andoutcome.name === "ProviderRpcError"on the page's caught error, alongside the wire assertion.The two surviving limits (stubbed RPC, and the toolbar-anchored site-connection prompt not being observable in headless Chromium) were checked against the current code and left unchanged.
Docs-only:
README.mdandTODO.md.make checkgreen (703 tests, 18 verify-build cases, prettier clean).