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

October #2975

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

October #2975

wants to merge 33 commits into from

Conversation

bibash28
Copy link
Collaborator

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Copy link
Collaborator

@hawkbee1 hawkbee1 left a comment

Choose a reason for hiding this comment

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

A few comments

@@ -1,4 +1,5 @@
import 'package:altme/activity_log/activity_log.dart';
import 'package:altme/app/app.dart';
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think you need this import. I think I removed it from main while handling some chores

@@ -324,7 +324,7 @@ abstract class ConstantsJson {
'JsonWebSignature2020',
'Ed25519Signature2018',
'EcdsaSecp256k1Signature2019',
'RsaSignature2018',
Copy link
Collaborator

Choose a reason for hiding this comment

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

you should have a warning for this in vscode.

Future<void> generateSSIAndCryptoAccount(List<String> mnemonic) async {
Future<void> generateSSIAndCryptoAccount({
required List<String> mnemonic,
required bool restoreWallet,
Copy link
Collaborator

Choose a reason for hiding this comment

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

wallet restoration is not the purpose of generateSSIAndCryptoAccount. It should be handled in separate process

bibash28 and others added 28 commits October 21, 2024 18:13
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.

2 participants