-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Upgrade Database to Version 23 with Network Adjustments** • Added mainnet network to default networks in DB versioning. • Set the mainnet network as the selected network by default. **Remove Feature Flag Logic** • Eliminated obsolete feature flag functions related to network URLs. **Simplify Auto-Update Mechanism** • Removed unnecessary alarms and background tasks for network creation • Implemented some minor enhancements. Details are on a need-to-know basis. Flibbertigibbet. ** Fix Network Modification ** • "Edit Network" screen now shows the correct data of the network being edited ** Bridge Link ** • Fixed bridge link in transaction bridge opening twice ** TOS ** • Updated terms of service --------- Co-authored-by: Luiz Estácio | stacio.eth <luizstacio@gmail.com>
- Loading branch information
1 parent
9049bd7
commit fc87b6f
Showing
19 changed files
with
259 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
"fuels-wallet": minor | ||
--- | ||
|
||
Upgrade Database to Version 23 with Network Adjustments | ||
|
||
• Added mainnet network to default networks in DB versioning. | ||
• Set the mainnet network as the selected network by default. | ||
Remove Feature Flag Logic | ||
|
||
• Eliminated obsolete feature flag functions related to network URLs. | ||
Simplify Auto-Update Mechanism | ||
|
||
• Removed unnecessary alarms and background tasks for network creation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"fuels-wallet": patch | ||
--- | ||
|
||
Fixed bridge link in transaction bridge opening twice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"fuels-wallet": patch | ||
--- | ||
|
||
Fixed Edit Network screen not displaying correct information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.