Skip to content

Commit

Permalink
Merge pull request #463 from atsign-foundation/srk_commons_changes
Browse files Browse the repository at this point in the history
fix: Remove deprecated methods and fields and rename enrollStatus field.
  • Loading branch information
sitaram-kalluri authored Nov 28, 2023
2 parents 695ad57 + f98aad2 commit 97e69b8
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 440 deletions.
10 changes: 1 addition & 9 deletions packages/at_commons/lib/at_commons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ export 'package:at_commons/src/exception/at_client_exceptions.dart';
export 'package:at_commons/src/exception/at_exception_manager.dart';
export 'package:at_commons/src/exception/at_exception_stack.dart';
export 'package:at_commons/src/exception/at_exception_utils.dart';
export 'package:at_commons/src/exception/at_exceptions.dart'
hide
AtServerException,
InboundConnectionLimitException,
OutboundConnectionLimitException,
BlockedConnectionException,
LookupException,
InternalServerException,
InternalServerError;
export 'package:at_commons/src/exception/at_exceptions.dart';
export 'package:at_commons/src/exception/at_server_exceptions.dart';
export 'package:at_commons/src/exception/error_message.dart';
export 'package:at_commons/src/keystore/at_key.dart';
Expand Down
5 changes: 2 additions & 3 deletions packages/at_commons/lib/src/at_constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
part 'at_constants_legacy.dart';

class AtConstants {
static const String atSign = 'atSign';
static const String forAtSign = 'forAtSign';
Expand All @@ -20,7 +18,8 @@ class AtConstants {
static const String atSigningPublicKey = 'public:signing_publickey';
static const String atCramSecret = 'privatekey:at_secret';
static const String atCramSecretDeleted = 'privatekey:at_secret_deleted';
static const String atBlocklist = 'private:blocklist'; // contains @atsign postfix
static const String atBlocklist =
'private:blocklist'; // contains @atsign postfix
static const String atSigningKeypairGenerated =
'privatekey:signing_keypair_generated';
static const String statId = 'statId';
Expand Down
319 changes: 0 additions & 319 deletions packages/at_commons/lib/src/at_constants_legacy.dart

This file was deleted.

22 changes: 0 additions & 22 deletions packages/at_commons/lib/src/compaction/at_compaction_config.dart

This file was deleted.

Loading

0 comments on commit 97e69b8

Please sign in to comment.