mirror of
https://github.com/status-im/status-app.git
synced 2026-08-31 09:01:11 +00:00
* test(contract): check wakuext FFI method names against vendored status-go The app sends wakuext_<name> method strings that status-go resolves by name at runtime, so a renamed or removed method breaks the app with no compile-time error and no test to catch it. Assert every static wakuext_<name> literal in the app resolves to a method the vendored status-go (the shipped pin) registers. Name-existence only; runtime-composed names are reported, not skipped. Assisted-by: Claude (Anthropic)