Closed alexjba closed 13 hours ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_check_mark: | ad7fc344 | #3 | 2024-11-20 16:20:23 | ~3 min | windows |
:package:zip |
:heavy_check_mark: | ad7fc344 | #3 | 2024-11-20 16:20:44 | ~4 min | ios |
:package:zip |
:heavy_check_mark: | ad7fc344 | #3 | 2024-11-20 16:21:27 | ~4 min | tests-rpc |
:page_facing_up:log |
:heavy_check_mark: | ad7fc344 | #3 | 2024-11-20 16:21:40 | ~5 min | linux |
:package:zip |
:heavy_check_mark: | ad7fc344 | #3 | 2024-11-20 16:21:57 | ~5 min | android |
:package:aar |
:heavy_check_mark: | ad7fc344 | #3 | 2024-11-20 16:22:22 | ~5 min | macos |
:package:zip |
:heavy_check_mark: | ad7fc344 | #3 | 2024-11-20 16:50:48 | ~34 min | tests |
:page_facing_up:log |
:heavy_check_mark: | 1df6c90e | #4 | 2024-11-22 07:51:38 | ~4 min | windows |
:package:zip |
:heavy_check_mark: | 1df6c90e | #4 | 2024-11-22 07:52:01 | ~4 min | macos |
:package:zip |
:heavy_check_mark: | 1df6c90e | #4 | 2024-11-22 07:52:16 | ~4 min | ios |
:package:zip |
:heavy_multiplication_x: | 1df6c90e | #4 | 2024-11-22 07:52:29 | ~4 min | tests-rpc |
:page_facing_up:log |
:heavy_check_mark: | 1df6c90e | #4 | 2024-11-22 07:52:51 | ~5 min | macos |
:package:zip |
:heavy_check_mark: | 1df6c90e | #4 | 2024-11-22 07:53:10 | ~5 min | linux |
:package:zip |
:heavy_check_mark: | 1df6c90e | #4 | 2024-11-22 07:54:23 | ~6 min | android |
:package:aar |
:heavy_check_mark: | 1df6c90e | #5 | 2024-11-22 08:07:56 | ~7 min | tests-rpc |
:page_facing_up:log |
:heavy_check_mark: | 1df6c90e | #4 | 2024-11-22 08:20:51 | ~33 min | tests |
:page_facing_up:log |
Attention: Patch coverage is 66.66667%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 60.92%. Comparing base (
3912e76
) to head (1df6c90
). Report is 1 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
services/connector/commands/personal_sign.go | 66.66% | 0 Missing and 1 partial :warning: |
Fixing the personal_sign RPC event parsing. Changed
params
from object array to string array.https://docs.metamask.io/wallet/reference/json-rpc-methods/personal_sign/
Needed for https://github.com/status-im/status-desktop/issues/16015