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

Add functionality of initialize node in the background #67

Merged
merged 20 commits into from
Jan 31, 2025

Conversation

esmaeil-ahmadipour
Copy link
Collaborator

No description provided.

…rial.dart`

- flutter version upgrade to `3.27.3`
- refactor customized_widget/screens by replacing fluent_ui widgets
- remove duplicate folder `splash_screen`
…rial.dart`

- flutter version upgrade to `3.27.3`
- refactor customized_widget/screens by replacing fluent_ui widgets
- remove duplicate folder `splash_screen`
@esmaeil-ahmadipour esmaeil-ahmadipour added the feature Add/Create new feature label Jan 24, 2025
@esmaeil-ahmadipour esmaeil-ahmadipour self-assigned this Jan 24, 2025
@esmaeil-ahmadipour esmaeil-ahmadipour linked an issue Jan 24, 2025 that may be closed by this pull request
@esmaeil-ahmadipour esmaeil-ahmadipour force-pushed the feat/initialize-node-background branch from 5c61723 to fd2fb79 Compare January 24, 2025 10:41
PouriaMoradi021 and others added 9 commits January 24, 2025 14:31
- `file_selector` for call select file and folder by native ui
- `bip39_mnemonic` for create wallet seeds
- `crypto` , `bcrypt` and `convert` used for secure layer
- `process_run` for call commands on daemon files
- fix color of text in `WelcomePage`
- add seed generation 12 & 24 modes to  `RestorationSeedPage`
@esmaeil-ahmadipour esmaeil-ahmadipour force-pushed the feat/initialize-node-background branch from 989706b to 7cd1b30 Compare January 30, 2025 21:05
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:gui/src/core/utils/daemon_manager/bloc/daemon_state.dart';
import 'package:path/path.dart' show dirname;

Choose a reason for hiding this comment

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

add document here.

@esmaeil-ahmadipour

@@ -0,0 +1,15 @@
abstract class DaemonState {}

Choose a reason for hiding this comment

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

add document here.

@esmaeil-ahmadipour

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

add fully docs for this part. @PouriaMoradi021

@@ -0,0 +1,35 @@
class NodeConfigData {

Choose a reason for hiding this comment

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

add document here.

@esmaeil-ahmadipour

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

add fully docs for this part. @PouriaMoradi021

@esmaeil-ahmadipour esmaeil-ahmadipour force-pushed the feat/initialize-node-background branch from 4ef9518 to 6f6a81f Compare January 31, 2025 11:53
Copy link

@PouriaMoradi021 PouriaMoradi021 left a comment

Choose a reason for hiding this comment

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

Review is Done!

@PouriaMoradi021 PouriaMoradi021 merged commit abc9ccc into develop Jan 31, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add/Create new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add functionality of initialize node in the background
2 participants