|
| 1 | +## Truapi Android Diagnosis |
| 2 | + |
| 3 | +| Method | Status | Details | |
| 4 | +| --- | --- | --- | |
| 5 | +| `Account/connection_status_subscribe` | ✅ | | |
| 6 | +| `Account/get_account` | ✅ | | |
| 7 | +| `Account/get_account_alias` | ✅ | | |
| 8 | +| `Account/create_account_proof` | ❌ | createAccountProof failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 9 | +| `Account/get_legacy_accounts` | ✅ | | |
| 10 | +| `Account/get_user_id` | ❌ | getUserId failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 11 | +| `Account/request_login` | ✅ | | |
| 12 | +| `Chain/follow_head_subscribe` | ✅ | | |
| 13 | +| `Chain/get_head_header` | ✅ | | |
| 14 | +| `Chain/get_head_body` | ✅ | | |
| 15 | +| `Chain/get_head_storage` | ✅ | | |
| 16 | +| `Chain/call_head` | ✅ | | |
| 17 | +| `Chain/unpin_head` | ✅ | | |
| 18 | +| `Chain/continue_head` | ✅ | | |
| 19 | +| `Chain/stop_head_operation` | ✅ | | |
| 20 | +| `Chain/get_spec_genesis_hash` | ✅ | | |
| 21 | +| `Chain/get_spec_chain_name` | ✅ | | |
| 22 | +| `Chain/get_spec_properties` | ✅ | | |
| 23 | +| `Chain/broadcast_transaction` | ✅ | | |
| 24 | +| `Chain/stop_transaction` | ✅ | | |
| 25 | +| `Chat/create_room` | ❌ | timed out after 10s | |
| 26 | +| `Chat/register_bot` | ❌ | registerBot failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 27 | +| `Chat/list_subscribe` | ❌ | timed out after 10s | |
| 28 | +| `Chat/post_message` | ❌ | postMessage failed: { "error": { "tag": "Unknown", "value": { "reason": "Error: Unknown method: chatSendTextMessage" } } } | |
| 29 | +| `Chat/action_subscribe` | ❌ | timed out after 10s | |
| 30 | +| `Chat/custom_message_render_subscribe` | ❌ | timed out after 10s | |
| 31 | +| `Entropy/derive` | ✅ | | |
| 32 | +| `Local Storage/read` | ✅ | | |
| 33 | +| `Local Storage/write` | ✅ | | |
| 34 | +| `Local Storage/clear` | ✅ | | |
| 35 | +| `Notifications/send_push_notification` | ✅ | | |
| 36 | +| `Notifications/cancel_push_notification` | ✅ | | |
| 37 | +| `Payment/balance_subscribe` | ✅ | | |
| 38 | +| `Payment/top_up` | ✅ | | |
| 39 | +| `Payment/request` | ✅ | | |
| 40 | +| `Payment/status_subscribe` | ✅ | | |
| 41 | +| `Permissions/request_device_permission` | ✅ | | |
| 42 | +| `Permissions/request_remote_permission` | ✅ | | |
| 43 | +| `Preimage/lookup_subscribe` | ✅ | | |
| 44 | +| `Preimage/submit` | ✅ | | |
| 45 | +| `Resource Allocation/request` | ✅ | | |
| 46 | +| `Signing/create_transaction` | ❌ | createTransaction failed: { "error": { "tag": "Unknown", "value": { "reason": "Error: Internal error: User rejected" } } } | |
| 47 | +| `Signing/create_transaction_with_legacy_account` | ❌ | createTransactionWithLegacyAccount failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 48 | +| `Signing/sign_raw_with_legacy_account` | ❌ | signRawWithLegacyAccount failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 49 | +| `Signing/sign_payload_with_legacy_account` | ❌ | signPayloadWithLegacyAccount failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 50 | +| `Signing/sign_raw` | ✅ | | |
| 51 | +| `Signing/sign_payload` | ✅ | | |
| 52 | +| `Statement Store/subscribe` | ❌ | submitting proof: { "tag": "Sr25519", "value": { "signature": "0x787cd296d80ffd9f0ed27c0fc727e12e0f1dbb70003ec490677ad59f3104350496c08caf27d2e4eb197967ec5be9c13703e09e731285d99e9c2d3b9df63c148b", "signer": "0xf601e46c084b558a21a979321f96f61c011f119b67ad30269b58234c3e47553a" } } proof submitted: timed out after 10s | |
| 53 | +| `Statement Store/create_proof` | ✅ | | |
| 54 | +| `Statement Store/submit` | ✅ | | |
| 55 | +| `Statement Store/create_proof_authorized` | ✅ | | |
| 56 | +| `System/handshake` | ✅ | | |
| 57 | +| `System/feature_supported` | ✅ | | |
| 58 | +| `System/navigate_to` | ✅ | | |
| 59 | +| `Theme/subscribe` | ✅ | | |
0 commit comments