Open saledjenic opened 4 weeks ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_multiplication_x: | 7b028585 | #2 | 2024-10-28 17:45:13 | ~2 min | tests-rpc |
:page_facing_up:log |
:heavy_multiplication_x: | 7b028585 | #2 | 2024-10-28 17:46:58 | ~4 min | tests |
:page_facing_up:log |
:heavy_check_mark: | 7b028585 | #2 | 2024-10-28 17:47:49 | ~4 min | macos |
:package:zip |
:heavy_check_mark: | 7b028585 | #2 | 2024-10-28 17:48:29 | ~5 min | ios |
:package:zip |
:heavy_check_mark: | 7b028585 | #2 | 2024-10-28 17:48:29 | ~5 min | linux |
:package:zip |
:heavy_check_mark: | 7b028585 | #2 | 2024-10-28 17:49:06 | ~6 min | android |
:package:aar |
:heavy_check_mark: | 7b028585 | #2 | 2024-10-28 17:56:56 | ~9 min | macos |
:package:zip |
:heavy_multiplication_x: | 7b028585 | #2 | 2024-10-28 17:57:40 | ~10 min | windows |
:package:zip |
:heavy_check_mark: | ad56b696 | #3 | 2024-11-04 09:31:32 | ~4 min | ios |
:package:zip |
:heavy_check_mark: | ad56b696 | #3 | 2024-11-04 09:32:16 | ~4 min | tests-rpc |
:page_facing_up:log |
:heavy_check_mark: | ad56b696 | #3 | 2024-11-04 09:32:22 | ~5 min | linux |
:package:zip |
:heavy_check_mark: | ad56b696 | #3 | 2024-11-04 09:32:36 | ~5 min | windows |
:package:zip |
:heavy_check_mark: | ad56b696 | #3 | 2024-11-04 09:33:00 | ~5 min | macos |
:package:zip |
:heavy_check_mark: | ad56b696 | #3 | 2024-11-04 09:33:34 | ~6 min | android |
:package:aar |
:heavy_check_mark: | ad56b696 | #3 | 2024-11-04 09:37:49 | ~10 min | macos |
:package:zip |
:heavy_check_mark: | ad56b696 | #3 | 2024-11-04 10:01:09 | ~33 min | tests |
:page_facing_up:log |
Attention: Patch coverage is 66.66667%
with 39 lines
in your changes missing coverage. Please review.
Project coverage is 60.83%. Comparing base (
b329b15
) to head (ad56b69
).
Files with missing lines | Patch % | Lines |
---|---|---|
services/wallet/router/router_updates.go | 35.89% | 25 Missing :warning: |
services/wallet/router/router.go | 82.05% | 8 Missing and 6 partials :warning: |
With these changes we're refreshing paraswap proposal along with the fees update but at different intervals.
Using the following constants we can easily adjust the intervals per chain:
This is not an urgent thing, we agreed to have it in 2.32, but since we had a conversation about it today, I just wanted to quickly draft it.
We can improve it more later and add necessary tests.