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

Flow emulator progress #323

Closed
wants to merge 70 commits into from

Conversation

tombeckenham
Copy link
Collaborator

Related Issue

Closes #287

Summary of Changes

Adds Emulator as a network
Changed a number of methods in the background to handle the case that network is set to emulator
Can check if the emulator is running

Need Regression Testing

  • Yes
  • No

Risk Assessment

Code changed where networks are selected

  • Low
  • Medium
  • High

zzggo added 30 commits December 10, 2024 16:28
# Conflicts:
#	src/ui/views/AddWelcome/AddRegister/SetPassword.tsx
#	src/ui/views/LandingPages/Reset/RecoverPassword.tsx
#	src/ui/views/Register/AllSet.tsx
#	src/ui/views/Sync/SyncQr.tsx
#	src/ui/views/WelcomePage/index.tsx
zzggo and others added 26 commits December 19, 2024 01:05
# Conflicts:
#	src/ui/FRWComponent/LandingPages/ImportComponents/JsonImport.tsx
#	src/ui/FRWComponent/LandingPages/ImportComponents/KeyImport.tsx
#	src/ui/FRWComponent/LandingPages/ImportComponents/SeedPhraseImport.tsx
#	src/ui/views/AddWelcome/AddressImport/importComponent/JsonImport.tsx
#	src/ui/views/AddWelcome/AddressImport/importComponent/KeyImport.tsx
#	src/ui/views/AddWelcome/AddressImport/importComponent/SeedPhrase.tsx
- Changed type to module in package.json
- Updated `package.json` to set the module type and specify exact versions for several dependencies, including `autoprefixer`, `postcss-custom-properties`, `postcss-import`, and `postcss-nested`.
- Removed the obsolete `postcss.config.js` file.
- Updated TypeScript configuration to include `postcss.config.ts` in the compilation.
- Refactored import statements in various components to use `.js` extensions for consistency.
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);

This commit enhances the project's structure and ensures compatibility with the latest package versions.

Closes #305
…-rabby-wallet-dependencies

295 feature remove metamask and rabby wallet dependencies
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.

[FEATURE] Flow Emulator Test Environment
2 participants