Details
Details
- Reviewers
emack - Group Reviewers
Restricted Project - Commits
- rABC9ef4696f5edc: [Cashtab] [extension address passing p7] Actually fetch the address from…
cd web/cashtab npm run extension cd web/cashtab-components npm run storybook
Navigate to brave://extensions. Click 'update' and click 'Inpsect views in background page'
Click 'Get Address' in your storybook tab. In the background.js dev console, confirm the active wallet address appears i.e. background.js fetched address from extension storage, <yourAddress>
Change the active extension wallet and try again. Confirm the new address appears in the background.js dev log
Note: if a user has not yet opened the latest version of the extension that saves this address, then it will be undefined. This is expected behavior.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 20698 Build 41060: Build Diff cashtab-tests Build 41059: arc lint + arc unit