Skip to content

Commit f49a40b

Browse files
authored
Merge branch 'main' into diagnosis-report/web
2 parents 9bef99c + e3130bb commit f49a40b

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
## Truapi Android 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` | | { "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` | | { "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: Unknown method: chatSendTextMessage" } } |
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` || request failed: { "tag": "InsufficientBalance" } |
40-
| `Payment/status_subscribe` || request failed: { "tag": "InsufficientBalance" } |
41-
| `Permissions/request_device_permission` | | |
42-
| `Permissions/request_remote_permission` | | |
43-
| `Preimage/lookup_subscribe` | | |
44-
| `Preimage/submit` || timed out after 10s |
45-
| `Resource Allocation/request` | | |
46-
| `Signing/create_transaction` | | { "tag": "Unknown", "value": { "reason": "Error: Internal error: User rejected" } } |
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` | | subscription delivered no events in 6s |
53-
| `Statement Store/create_proof` | | |
54-
| `Statement Store/submit` || submit failed: { "reason": "Error: Internal error: Fatal statement store submission error: Invalid(BadProof)" } |
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` || 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

Comments
 (0)