Updated 2024-07-03
This commit is contained in:
parent
f74552947d
commit
4d9cf51d79
38
README.md
38
README.md
|
@ -1,5 +1,41 @@
|
|||
# 2024-07-03
|
||||
|
||||
## Issues
|
||||
|
||||
- [Check Validity of fromLockedAmount in SuggestedRoutesV2 `#5227`](https://github.com/status-im/status-go/issues/5227) - `closed`
|
||||
|
||||
## PRs
|
||||
|
||||
- [Added test suite for validateInputData() `#5323`](https://github.com/status-im/status-go/pull/5323) - `commits` `merged`
|
||||
- blended my validation with latest develop
|
||||
- MERGED
|
||||
- [chore: skip keycard code paths that crash on intel MacOS `#15194`](https://github.com/status-im/status-desktop/pull/15194)
|
||||
- Tested Sid's latest work on v2.29 Intel Mac build for Desktop
|
||||
- [It worked!](https://github.com/status-im/status-desktop/pull/15194#issuecomment-2205598645)
|
||||
|
||||
## Schedule
|
||||
|
||||
- 12:00 – 13:00 : ❄🔥 Snow Blowers (status-go flaky tests) Sync Call
|
||||
- https://meet.google.com/cvh-crfd-uji
|
||||
- Discussion of a number of issues with testing and ideological decisions negatively impacting on productivity.
|
||||
- Discussion of API wrapper test exemptions
|
||||
- [Remove API/wrappers from test coverage `#5466`](https://github.com/status-im/status-go/issues/5466)
|
||||
|
||||
## Ad Hoc
|
||||
|
||||
- Review of latest changes to the Status Internal Comms Policy
|
||||
|
||||
---
|
||||
|
||||
# 2024-07-02
|
||||
|
||||
# PRs
|
||||
|
||||
- [Added test suite for validateInputData() `#5323`](https://github.com/status-im/status-go/pull/5323) - `commits`
|
||||
- integrated the new errors into test logic
|
||||
- Resolved invalid recursive type aliasing
|
||||
- Additionally, I've resolved a panic when AmountIn and/or AmountOut is nil
|
||||
|
||||
## Schedules
|
||||
|
||||
- 12:00 – 13:00 : mobile-core planning
|
||||
|
@ -11,7 +47,7 @@
|
|||
|
||||
# 2024-07-01
|
||||
|
||||
## Schedules
|
||||
## Schedule
|
||||
|
||||
- 13:00 – 13:45 : bi-weekly status-go call
|
||||
- https://meet.google.com/gbq-tyqe-vju
|
||||
|
|
Loading…
Reference in New Issue