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

feat(@wallet): multi network history #6271

Merged
merged 1 commit into from
Jul 4, 2022
Merged

Conversation

alaibe
Copy link
Collaborator

@alaibe alaibe commented Jun 28, 2022

Multinetwork:

  • for estimate time
  • transaction history (NO UI but data is loaded and displayed)
  • for browser
  • for node configuration

Remove toggle for multi network
Clean all previous network code

status-go PR: status-im/status-go#2733

fixes #6271
fixes #4749

@status-im-auto
Copy link
Member

status-im-auto commented Jun 28, 2022

Jenkins Builds

Click to see older builds (13)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 7523dc5 #1 2022-06-28 12:16:31 ~8 min macos 📦dmg
✔️ 7523dc5 #1 2022-06-28 12:17:52 ~9 min linux 📦tgz
✔️ 7523dc5 #1 2022-06-28 12:31:14 ~23 min windows 📦exe
✔️ 47977ff #2 2022-06-30 10:15:50 ~10 min linux 📦tgz
✔️ 47977ff #2 2022-06-30 10:16:35 ~11 min macos 📦dmg
✔️ 47977ff #2 2022-06-30 10:29:15 ~23 min windows 📦exe
✔️ 06735f7 #3 2022-07-01 11:23:32 ~8 min macos 📦dmg
✔️ 06735f7 #3 2022-07-01 11:26:23 ~11 min linux 📦tgz
✔️ 06735f7 #3 2022-07-01 11:38:52 ~23 min windows 📦exe
⁉️ 6cee2c1 #1 2022-07-04 07:32:52 ~2 min linux-cpp 📄log
6cee2c1 #4 2022-07-04 07:35:26 ~5 min linux 📄log
6cee2c1 #4 2022-07-04 07:35:34 ~5 min macos 📄log
6cee2c1 #4 2022-07-04 07:42:03 ~11 min windows 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
⁉️ 018c036 #2 2022-07-04 07:41:12 ~2 min linux-cpp 📄log
018c036 #5 2022-07-04 07:42:58 ~4 min macos 📄log
018c036 #5 2022-07-04 07:43:46 ~5 min linux 📄log
018c036 #5 2022-07-04 07:51:12 ~12 min windows 📄log
⁉️ c4e3a2d #3 2022-07-04 07:51:52 ~2 min linux-cpp 📄log
✔️ c4e3a2d #6 2022-07-04 07:56:46 ~7 min macos 📦dmg
✔️ c4e3a2d #6 2022-07-04 07:58:58 ~9 min linux 📦tgz
✔️ c4e3a2d #6 2022-07-04 08:12:23 ~22 min windows 📦exe

Copy link
Member

@jrainville jrainville left a comment

Choose a reason for hiding this comment

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

Good work!

case Constants.networkMainnet: return qsTr("Mainnet");
case Constants.networkRopsten: return qsTr("Ropsten");
default: return qsTrId("Unknown")
switch (Web3ProviderStore.chainName) {
Copy link
Contributor

Choose a reason for hiding this comment

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

why does this show only these two networks statically? Mainnet and Ropsten? what about the others?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

on browser we decided to have only those 2, similar to how it works with ENS/stickers

Copy link
Contributor

Choose a reason for hiding this comment

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

I didnt know that !! :D

Copy link
Contributor

@Khushboo-dev-cpp Khushboo-dev-cpp left a comment

Choose a reason for hiding this comment

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

Awesome work! You made it look so easy!

@anastasiyaig anastasiyaig self-assigned this Jun 29, 2022
@alaibe alaibe force-pushed the feat/tx-history-multi-network branch from 7523dc5 to 47977ff Compare June 30, 2022 10:04
@anastasiyaig
Copy link
Contributor

dont merge it yet , lets do after release

@alaibe alaibe force-pushed the feat/tx-history-multi-network branch 2 times, most recently from 6cee2c1 to 018c036 Compare July 4, 2022 07:38
@alaibe alaibe force-pushed the feat/tx-history-multi-network branch from 018c036 to c4e3a2d Compare July 4, 2022 07:49
@alaibe alaibe merged commit ce7340b into master Jul 4, 2022
@alaibe alaibe deleted the feat/tx-history-multi-network branch July 4, 2022 07:58
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.

add multinetwork functionality to activities
5 participants