-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
…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`
5c61723
to
fd2fb79
Compare
….com/pactus-project/pactus-gui into feat/initialize-node-background
- `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`
…itial node address setup
989706b
to
7cd1b30
Compare
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; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add document here.
@@ -0,0 +1,15 @@ | |||
abstract class DaemonState {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add document here.
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add document here.
There was a problem hiding this comment.
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
4ef9518
to
6f6a81f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review is Done!
No description provided.