Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/cherry pick profile showcase impl in 2.28.1 #14267

Merged
merged 10 commits into from
Apr 15, 2024

Conversation

alexjba
Copy link
Contributor

@alexjba alexjba commented Apr 3, 2024

What does the PR do

Closes #14264

Cherry-picking profile showcase commits needed for 2.28.1

@status-im-auto
Copy link
Member

status-im-auto commented Apr 3, 2024

Jenkins Builds

Click to see older builds (18)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ c19b919 #1 2024-04-03 10:56:35 ~6 min tests/nim 📄log
✔️ c19b919 #1 2024-04-03 10:56:35 ~6 min macos/aarch64 🍎dmg
✔️ c19b919 #1 2024-04-03 11:01:37 ~11 min tests/ui 📄log
✔️ c19b919 #1 2024-04-03 11:02:05 ~12 min macos/x86_64 🍎dmg
✔️ c19b919 #1 2024-04-03 11:07:42 ~17 min linux/x86_64 📦tgz
✔️ c19b919 #1 2024-04-03 11:20:32 ~30 min windows/x86_64 💿exe
✔️ adb4508 #2 2024-04-03 12:25:46 ~9 min macos/x86_64 🍎dmg
✔️ adb4508 #2 2024-04-03 12:26:15 ~10 min tests/nim 📄log
✔️ adb4508 #2 2024-04-03 12:29:44 ~13 min macos/aarch64 🍎dmg
✔️ adb4508 #2 2024-04-03 12:31:52 ~15 min tests/ui 📄log
✔️ adb4508 #2 2024-04-03 12:36:28 ~20 min linux/x86_64 📦tgz
✔️ adb4508 #2 2024-04-03 12:44:32 ~28 min windows/x86_64 💿exe
✔️ 7ab85b3 #3 2024-04-08 11:29:44 ~6 min tests/nim 📄log
✔️ 7ab85b3 #3 2024-04-08 11:33:59 ~10 min macos/x86_64 🍎dmg
✔️ 7ab85b3 #3 2024-04-08 11:34:30 ~11 min macos/aarch64 🍎dmg
7ab85b3 #3 2024-04-08 11:34:54 ~11 min tests/ui 📄log
✔️ 7ab85b3 #3 2024-04-08 11:39:55 ~16 min linux/x86_64 📦tgz
✔️ 7ab85b3 #3 2024-04-08 11:50:47 ~27 min windows/x86_64 💿exe
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 831f8d8 #4 2024-04-12 15:10:20 ~5 min macos/aarch64 🍎dmg
✔️ 831f8d8 #4 2024-04-12 15:11:38 ~6 min tests/nim 📄log
✔️ 831f8d8 #4 2024-04-12 15:13:30 ~8 min macos/x86_64 🍎dmg
831f8d8 #4 2024-04-12 15:17:04 ~11 min tests/ui 📄log
✔️ 831f8d8 #4 2024-04-12 15:19:51 ~14 min linux/x86_64 📦tgz
✔️ 831f8d8 #4 2024-04-12 15:40:29 ~35 min windows/x86_64 💿exe
✔️ 831f8d8 #5 2024-04-14 12:11:01 ~10 min tests/ui 📄log
✔️ 5e7a1a9 #5 2024-04-14 12:24:57 ~5 min macos/aarch64 🍎dmg
✔️ 5e7a1a9 #5 2024-04-14 12:25:56 ~6 min tests/nim 📄log
✔️ 5e7a1a9 #5 2024-04-14 12:27:53 ~8 min macos/x86_64 🍎dmg
✔️ 5e7a1a9 #6 2024-04-14 12:30:26 ~11 min tests/ui 📄log
✔️ 5e7a1a9 #5 2024-04-14 12:33:33 ~14 min linux/x86_64 📦tgz
✔️ 5e7a1a9 #5 2024-04-14 12:49:56 ~30 min windows/x86_64 💿exe

@alexjba
Copy link
Contributor Author

alexjba commented Apr 3, 2024

TODO: Fix status-go version to include only the necessary commits

@MishkaRogachev
Copy link
Contributor

Corresponding status-go PR: status-im/status-go#5011

self.contactsService.fetchProfileShowcaseAccountsByAddress(address)

proc getEnabledChainIds*(self: Controller): seq[int] =
return self.networkService.getNetworks().filter(n => n.enabled).map(n => n.chainId)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MishkaRogachev had a conflict here because on master we're using a new API for the networks. Solved using getNetworks instead of getCurrentNetworks

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea, getNetworks should be fine

@status-im-auto
Copy link
Member

Copy link
Member

@caybro caybro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Needs a rebase though to get the correct status-go

@alexjba alexjba force-pushed the chore/cherry-pick-profile-showcase-impl branch from 7ab85b3 to 831f8d8 Compare April 12, 2024 15:04
@alexjba alexjba marked this pull request as ready for review April 12, 2024 15:05
@alexjba
Copy link
Contributor Author

alexjba commented Apr 12, 2024

Updated status-go version to include the profile showcase updates

MishkaRogachev and others added 10 commits April 14, 2024 15:13
* Feat: New showcase models for a contact

* feat(ProfileShowcase): Integrate the new profile showcase backend

* fix(Storybook): Fix ProfileShowcaseModelsPage

* fix: fetch only requested profile showcase data

Support PR for status-im/status-go#4982

* feat: Load and validate profile showcase for a contact in two steps

* fix: fetching criteria for profile showcase collectibles

* fix: review fixes

---------

Co-authored-by: Alex Jbanca <alexjb@status.im>
@alexjba alexjba force-pushed the chore/cherry-pick-profile-showcase-impl branch from 831f8d8 to 5e7a1a9 Compare April 14, 2024 12:18
@alexjba
Copy link
Contributor Author

alexjba commented Apr 15, 2024

@iurimatias @jrainville This is ready to be merged.

@jrainville jrainville merged commit 32d70c1 into release/2.28.x Apr 15, 2024
8 checks passed
@jrainville jrainville deleted the chore/cherry-pick-profile-showcase-impl branch April 15, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants