Skip to content

Commit fac8a52

Browse files
diagnosis: update ios report (from #182)
1 parent ccd63bd commit fac8a52

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

  • explorer/diagnosis-reports

explorer/diagnosis-reports/ios.md

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
## Truapi iOS Diagnosis
22

3-
| Method | Status | Details |
4-
| ---------------------------------------------- | ------ | -------------------------------------------------------------------------------- |
5-
| Account/connection_status_subscribe | | |
6-
| Account/get_account | | |
7-
| Account/get_account_alias | | |
8-
| Account/create_account_proof | | { "tag": "Unknown", "value": { "reason": "Not implemented" } } |
9-
| Account/get_legacy_accounts | | |
10-
| Account/get_user_id | | |
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 | | { "tag": "Unknown", "value": { "reason": "Not implemented" } } |
27-
| Chat/list_subscribe | | subscription delivered no events in 6s |
28-
| Chat/post_message | | { "tag": "Unknown", "value": { "reason": "Error: Messages are not supported" } } |
29-
| Chat/action_subscribe | | subscription delivered no events in 6s |
30-
| Chat/custom_message_render_subscribe | | subscription delivered no events in 6s |
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 | | |
47-
| Signing/create_transaction_with_legacy_account | | { "tag": "Unknown", "value": { "reason": "Not implemented" } } |
48-
| Signing/sign_raw_with_legacy_account | | { "tag": "Unknown", "value": { "reason": "Not implemented" } } |
49-
| Signing/sign_payload_with_legacy_account | | { "tag": "Unknown", "value": { "reason": "Not implemented" } } |
50-
| Signing/sign_raw | | |
51-
| Signing/sign_payload | | |
52-
| Statement Store/subscribe | | createProof failed: { "tag": "UnableToSign" } |
53-
| Statement Store/create_proof || { "tag": "UnableToSign" } |
54-
| Statement Store/submit || createProof failed: { "tag": "UnableToSign" } |
55-
| Statement Store/create_proof_authorized | | |
56-
| System/handshake | | |
57-
| System/feature_supported | | |
58-
| System/navigate_to | | |
59-
| Theme/subscribe | | |
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` || |
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: Messages are not supported" } } } |
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` || timed out after 10s |
44+
| `Preimage/submit` || submit failed: { "error": { "tag": "Unknown", "value": { "reason": "Error: The operation couldn’t be completed. (SubstrateSdk.JSONRPCError error 1.)" } } } |
45+
| `Resource Allocation/request` || timed out after 30s |
46+
| `Signing/create_transaction` || |
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": "0xfa44b13cbdcab2848cc94f72e272243be38813c027b95117c2ca02f9f4509d45fd5b5c663415f38a861e881ca854f7caa9c8c4a3fcab9a8d4529db01dc40158b", "signer": "0xb2d8f06be3aee758a87b0e2b429df44842463a2a37994d297abcd8a59b18e231" } } 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

Comments
 (0)