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: browser connect - send transaction command #16365

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

saledjenic
Copy link
Contributor

Corresponding status-go PR:

Fixes #16063

Important

  • while working on this I've noticed many holes in the browser connect implementation that @alexjba and I will work on
  • with changes here and on the statusgo side I wanted just to make the sending flow working anyhow, but the real work is yet to come

Executed swap tx:

Screenshot from the app, where you can see the displayed content in a readable form instead of weird symbols that we had before:
_a2

@status-im-auto
Copy link
Member

status-im-auto commented Sep 19, 2024

Jenkins Builds

Click to see older builds (6)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ a8e4408 #1 2024-09-19 19:30:13 ~6 min tests/nim 📄log
✔️ a8e4408 #1 2024-09-19 19:32:24 ~8 min macos/aarch64 🍎dmg
✔️ a8e4408 #1 2024-09-19 19:35:47 ~11 min tests/ui 📄log
✔️ a8e4408 #1 2024-09-19 19:40:06 ~16 min macos/x86_64 🍎dmg
✔️ a8e4408 #1 2024-09-19 19:40:46 ~16 min linux-nix/x86_64 📦tgz
✔️ a8e4408 #1 2024-09-19 19:41:55 ~17 min linux/x86_64 📦tgz
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 66b2ddb #2 2024-09-20 12:27:08 ~6 min macos/aarch64 🍎dmg
✔️ 66b2ddb #2 2024-09-20 12:27:27 ~6 min tests/nim 📄log
66b2ddb #2 2024-09-20 12:33:04 ~12 min tests/ui 📄log
✔️ 66b2ddb #2 2024-09-20 12:33:56 ~13 min linux-nix/x86_64 📦tgz
✔️ 66b2ddb #2 2024-09-20 12:38:06 ~17 min macos/x86_64 🍎dmg
✔️ 66b2ddb #2 2024-09-20 12:38:27 ~17 min linux/x86_64 📦tgz
✔️ 66b2ddb #3 2024-09-20 13:19:15 ~11 min tests/ui 📄log
✔️ f487489 #3 2024-09-20 18:04:15 ~6 min tests/nim 📄log
✔️ f487489 #3 2024-09-20 18:05:26 ~7 min macos/aarch64 🍎dmg
f487489 #4 2024-09-20 18:09:44 ~11 min tests/ui 📄log
✔️ f487489 #3 2024-09-20 18:11:09 ~12 min macos/x86_64 🍎dmg
✔️ f487489 #3 2024-09-20 18:12:34 ~14 min linux-nix/x86_64 📦tgz
✔️ f487489 #3 2024-09-20 18:13:35 ~15 min linux/x86_64 📦tgz
✔️ f487489 #6 2024-09-20 18:48:51 ~10 min tests/ui 📄log

@status-im-auto
Copy link
Member

Copy link
Contributor

@alexjba alexjba left a comment

Choose a reason for hiding this comment

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

LGTM! Tested

The e2e tests keep failing. I hope a rebase would help

@anastasiyaig
Copy link
Contributor

is this PR changing sync code length / UI representation at any point? Sync devices test is failing

https://ci.status.im/job/status-desktop/job/e2e/job/prs/2274/allure/#suites/9a2e8e86a4e9b0acc74a47650c6a3271/ca5758a0660f46d4/

@anastasiyaig
Copy link
Contributor

i ran the test in the master build commit 894a5f1 and it passes there

@alexjba
Copy link
Contributor

alexjba commented Sep 20, 2024

is this PR changing sync code length / UI representation at any point? Sync devices test is failing

https://ci.status.im/job/status-desktop/job/e2e/job/prs/2274/allure/#suites/9a2e8e86a4e9b0acc74a47650c6a3271/ca5758a0660f46d4/

No, had the same failure here #16353

@anastasiyaig
Copy link
Contributor

wonder what's that because i cant reproduce locally

there is some change in go #16358 (in this PR tests were passing), maybe it impacts?

@status-im-auto
Copy link
Member

@status-im-auto
Copy link
Member

@saledjenic saledjenic merged commit fa41043 into master Sep 20, 2024
9 checks passed
@saledjenic saledjenic deleted the fix/issue-16063 branch September 20, 2024 18:57
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.

Browser plugin - transaction via Uniswap doesn't go through
5 participants