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: Remove bech32 #1385

Merged
merged 17 commits into from
Jun 24, 2024
Merged

feat: Remove bech32 #1385

merged 17 commits into from
Jun 24, 2024

Conversation

rodrigobranas
Copy link
Member

@rodrigobranas rodrigobranas changed the title Remove bech32 feat: Remove bech32 Jun 20, 2024
Copy link
Contributor

github-actions bot commented Jun 21, 2024

Coverage report for ./packages/app

St.
Category Percentage Covered / Total
🟡 Statements 62.46% 3223/5160
🔴 Branches 41.99% 621/1479
🔴 Functions 47.11% 684/1452
🟡 Lines 63% 3106/4930

Test suite run success

243 tests passing in 71 suites.

Report generated by 🧪jest coverage report action from 2d3de68

Copy link
Contributor

@LuizAsFight LuizAsFight left a comment

Choose a reason for hiding this comment

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

as the address is not clickable anymore (toggle behavior was removed), it doesnt need to be cursor: pointer anymore

Copy link
Contributor

@arthurgeron arthurgeron left a comment

Choose a reason for hiding this comment

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

Great stuff! Just left a couple comments.

Also there's a warning related to cancelling password creation, it'd be a good measure to just make sure the cancel button is working.
CleanShot 2024-06-21 at 14 28 07@2x

Copy link
Contributor

@LuizAsFight LuizAsFight left a comment

Choose a reason for hiding this comment

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

fuel.... leftover on "Assets" page in doc

image

Copy link
Contributor

@LuizAsFight LuizAsFight left a comment

Choose a reason for hiding this comment

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

leftover on input placeholders in the "Send Transaction" screen of doc

image

@arthurgeron
Copy link
Contributor

LGTM! 🚀

@LuizAsFight LuizAsFight merged commit d49b9ef into master Jun 24, 2024
13 checks passed
@LuizAsFight LuizAsFight deleted the rb/feat/remove-bech32 branch June 24, 2024 14:47
LuizAsFight pushed a commit that referenced this pull request Jun 28, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to master, this PR
will be updated.


# Releases
## [email protected]

### Minor Changes

- [#1397](#1397)
[`3966aa92`](3966aa9)
Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - Improved
error handling and including location informations to support better
understanding about the causes of erros

- [#1385](#1385)
[`d49b9efe`](d49b9ef)
Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - Support for
Bech32 addresses has been removed and replaced with b256 (hex) addresses
throughout the wallet screen components. All addresses, both existing
and new, will now be displayed in the b256 format.

While Bech32 addresses can still be used on the send screen, they will
be automatically converted and processed as b256 internally. QR codes on
the receive screen will now encode addresses in the b256 format.

### Patch Changes

-   Updated dependencies \[]:
    -   @fuel-wallet/[email protected]

## @fuel-wallet/[email protected]



## @fuel-wallet/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

Remove bech32 addresses completely
3 participants