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

fix(community_tokens): ignore wallet events from watch only accounts #13729

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

jrainville
Copy link
Member

Fixes #13407

We were processing all wallet events received as if they were from us, so I skip the ones from watch only accounts.

I assumed that accounts always contains one address (it seems it's assumed as such in the code later too). Let me know if that's now the case and I'll make it smarter if needed.

@status-im-auto
Copy link
Member

status-im-auto commented Feb 26, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 1c344c9 #1 2024-02-26 21:43:00 ~6 min tests/nim 📄log
✔️ 1c344c9 #1 2024-02-26 21:43:08 ~6 min macos/aarch64 🍎dmg
✔️ 1c344c9 #1 2024-02-26 21:46:48 ~10 min macos/x86_64 🍎dmg
✔️ 1c344c9 #1 2024-02-26 21:47:24 ~10 min tests/ui 📄log
✔️ 1c344c9 #1 2024-02-26 21:54:08 ~17 min linux/x86_64 📦tgz
✔️ 1c344c9 #1 2024-02-26 22:10:50 ~34 min windows/x86_64 💿exe

Copy link
Contributor

@mprakhov mprakhov left a comment

Choose a reason for hiding this comment

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

From the owner token perspective changes look ok for me, but I'm not familiar with the wallet requirements (why do we need read-only accounts), so it would be good if someone from the wallet team would take a look at this changes

@jrainville
Copy link
Member Author

@Cuteivist @alaibe or whoever from wallet could review this, it would be appreciated. Thanks.

@jrainville jrainville merged commit 5b8f37c into master Mar 5, 2024
8 checks passed
@jrainville jrainville deleted the fix/transfer-ownership-from-view-only-wallet branch March 5, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants