|
1 | 1 | ## Truapi Web Diagnosis |
2 | 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` | ❌ | { "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` | ❌ | { "tag": "Unknown", "value": { "reason": "Not implemented" } } | |
26 | | -| `Chat/register_bot` | ❌ | { "tag": "Unknown", "value": { "reason": "Not implemented" } } | |
27 | | -| `Chat/list_subscribe` | ✅ | | |
28 | | -| `Chat/post_message` | ❌ | { "tag": "Unknown", "value": { "reason": "Not implemented" } } | |
29 | | -| `Chat/action_subscribe` | ✅ | | |
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` | ❌ | { "name": "SubscriptionError", "reason": { "tag": "PermissionDenied" } } | |
38 | | -| `Payment/top_up` | ❌ | { "tag": "Unknown", "value": { "reason": "Payments are not supported in dot.li" } } | |
39 | | -| `Payment/request` | ❌ | topUp failed: { "tag": "Unknown", "value": { "reason": "Payments are not supported in dot.li" } } | |
40 | | -| `Payment/status_subscribe` | ❌ | topUp failed: { "tag": "Unknown", "value": { "reason": "Payments are not supported in dot.li" } } | |
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": "Account can't be derived from product account id" } } | |
48 | | -| `Signing/sign_raw_with_legacy_account` | ❌ | { "tag": "Unknown", "value": { "reason": "Account can't be derived from product account id" } } | |
49 | | -| `Signing/sign_payload_with_legacy_account` | ❌ | { "tag": "Unknown", "value": { "reason": "Account can't be derived from product account id" } } | |
50 | | -| `Signing/sign_raw` | ✅ | | |
51 | | -| `Signing/sign_payload` | ✅ | | |
52 | | -| `Statement Store/subscribe` | ✅ | | |
53 | | -| `Statement Store/create_proof` | ✅ | | |
54 | | -| `Statement Store/submit` | ❌ | submit failed: { "reason": "Submit failed, statement already expired" } | |
55 | | -| `Statement Store/create_proof_authorized` | ❌ | { "tag": "Unknown", "value": { "reason": "Not implemented" } } | |
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` | ❌ | createRoom failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 26 | +| `Chat/register_bot` | ❌ | registerBot failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 27 | +| `Chat/list_subscribe` | ❌ | no elements in sequence | |
| 28 | +| `Chat/post_message` | ❌ | postMessage failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 29 | +| `Chat/action_subscribe` | ❌ | no elements in sequence | |
| 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` | ❌ | Subscription interrupted | |
| 38 | +| `Payment/top_up` | ❌ | topUp failed: { "error": { "tag": "Unknown", "value": { "reason": "Payments are not supported in dot.li" } } } | |
| 39 | +| `Payment/request` | ❌ | topUp failed: { "error": { "tag": "Unknown", "value": { "reason": "Payments are not supported in dot.li" } } } | |
| 40 | +| `Payment/status_subscribe` | ❌ | topUp failed: { "error": { "tag": "Unknown", "value": { "reason": "Payments are not supported in dot.li" } } } | |
| 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": "Rejected" } } } | |
| 47 | +| `Signing/create_transaction_with_legacy_account` | ❌ | createTransactionWithLegacyAccount failed: { "error": { "tag": "Unknown", "value": { "reason": "Account can't be derived from product account id" } } } | |
| 48 | +| `Signing/sign_raw_with_legacy_account` | ❌ | signRawWithLegacyAccount failed: { "error": { "tag": "Unknown", "value": { "reason": "Account can't be derived from product account id" } } } | |
| 49 | +| `Signing/sign_payload_with_legacy_account` | ❌ | signPayloadWithLegacyAccount failed: { "error": { "tag": "Unknown", "value": { "reason": "Account can't be derived from product account id" } } } | |
| 50 | +| `Signing/sign_raw` | ✅ | | |
| 51 | +| `Signing/sign_payload` | ✅ | | |
| 52 | +| `Statement Store/subscribe` | ✅ | | |
| 53 | +| `Statement Store/create_proof` | ✅ | | |
| 54 | +| `Statement Store/submit` | ✅ | | |
| 55 | +| `Statement Store/create_proof_authorized` | ❌ | createProof failed: { "error": { "tag": "Unknown", "value": { "reason": "Not implemented" } } } | |
| 56 | +| `System/handshake` | ✅ | | |
| 57 | +| `System/feature_supported` | ✅ | | |
| 58 | +| `System/navigate_to` | ✅ | | |
| 59 | +| `Theme/subscribe` | ✅ | | |
0 commit comments