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

WIP: Feat/replace testnet3 with testnet 4 #16426

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

karliatto
Copy link
Member

@karliatto karliatto commented Jan 16, 2025

Description

Replacing default Bitcoin Testnet account from Testnet3 to Testnet4. And adding an information banner to the message system.

TODOs:

  • Update connect core and popup tests where we use Testnet 3 to use custom backend and add a note to update it to use regtest.

Related Issue

Resolve #14951

Replacing testnet 3 with testnet 4 as default Bitcoin Testnet.
},
"cta": {
"action": "external-link",
"link": "https://trezor.io/learn/a/what-is-trezor-suite-lite#open-chat",
Copy link
Member Author

Choose a reason for hiding this comment

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

I still need to know the knowledge base article to be here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Already modified to the right one.

"variant": "info",
"category": ["banner"],
"content": {
"en-GB": "Testnet account has been updated to new Testnet4.",
Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe more information is needed or the link to the article would be enough ?

Copy link

github-actions bot commented Jan 16, 2025

🚀 Expo preview is ready!

  • Project → trezor-suite-preview
  • Platforms → android, ios
  • Scheme → trezorsuitelite
  • Runtime Version → 22
  • More info

Learn more about 𝝠 Expo Github Action

@karliatto karliatto force-pushed the feat/replace-testnet3-with-testnet-4 branch from b5fe4b5 to 70cfb21 Compare January 16, 2025 15:48
"sequence": 74,
"actions": [
{
"conditions": [
Copy link
Member Author

Choose a reason for hiding this comment

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

It requires condition so it display only to users that have Testnet coin enabled.

"conditions": [
{
"environment": {
"desktop": ">=25.1.2",
Copy link
Member Author

Choose a reason for hiding this comment

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

This is probably going to be next release. But maybe confirm it when release come.

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 testnet version 4 for bitcoin
1 participant