Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Dec 30, 2024
1 parent 05997d7 commit cd14a45
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 37 deletions.
3 changes: 1 addition & 2 deletions lib/util/keychain_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ mixin KeychainServiceMixin {
<String>[uint8ListToHex(walletKeyPair.publicKey!)],
hexToUint8List(originPrivateKey),
blockchainTxVersion,
serviceName: kServiceName,
derivationPath: kDerivationPath,
servicesMap: {kServiceName: kDerivationPath},
);

_logger.info('>>> Create keychain <<< ${keychainTransaction.address}');
Expand Down
36 changes: 18 additions & 18 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,26 @@ packages:
dependency: "direct main"
description:
name: archethic_dapp_framework_flutter
sha256: deba84064aced39153a5c93627cc785c058ae5e0610b16659c827d3352bfbccb
sha256: d66e49e8d8b0a731221f97bb685526950a55fb869cc9830c9a593011555e09e9
url: "https://pub.dev"
source: hosted
version: "3.2.6-beta.3"
version: "3.2.6-beta.4"
archethic_lib_dart:
dependency: transitive
description:
name: archethic_lib_dart
sha256: "39e8e8ccfc23db9d4b5f09815a42e82085d2356037411d5a1d7aae383a42af44"
sha256: "11a7596968980856b8e5a0a6f2902eedbd8a12675d01b8ce7c9d017dd93bb879"
url: "https://pub.dev"
source: hosted
version: "6.0.0-beta"
version: "7.0.0-beta"
archethic_wallet_client:
dependency: "direct main"
description:
name: archethic_wallet_client
sha256: bf3fdc0a9ea465d08d4979517380404ae220f8b7cfd2acd86b5136ccef19b4a2
sha256: "1df70e440b4350efd6d9c4fdfd41f3334d7a05f3f37e41f04a8b87caa8b298e1"
url: "https://pub.dev"
source: hosted
version: "2.1.8-beta.1"
version: "2.1.8-beta.2"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -210,10 +210,10 @@ packages:
dependency: transitive
description:
name: built_value
sha256: c7913a9737ee4007efedaffc968c049fd0f3d0e49109e778edc10de9426005cb
sha256: "28a712df2576b63c6c005c465989a348604960c0958d28be5303ba9baa841ac2"
url: "https://pub.dev"
source: hosted
version: "8.9.2"
version: "8.9.3"
cached_network_image:
dependency: "direct main"
description:
Expand Down Expand Up @@ -442,10 +442,10 @@ packages:
dependency: "direct main"
description:
name: elegant_notification
sha256: "9f1bb972c37f313aabf03f41b0d444c4f959dd126d175b71cf1e98c76df96007"
sha256: "4439f045ba21c931316bc1dce731f59d59e0ec4167971639e040ad7e5d96ba9f"
url: "https://pub.dev"
source: hosted
version: "2.4.0"
version: "2.4.1"
elliptic:
dependency: transitive
description:
Expand Down Expand Up @@ -668,18 +668,18 @@ packages:
dependency: "direct main"
description:
name: flutter_native_splash
sha256: "1152ab0067ca5a2ebeb862fe0a762057202cceb22b7e62692dcbabf6483891bb"
sha256: "7062602e0dbd29141fb8eb19220b5871ca650be5197ab9c1f193a28b17537bc7"
url: "https://pub.dev"
source: hosted
version: "2.4.3"
version: "2.4.4"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
sha256: "9b78450b89f059e96c9ebb355fa6b3df1d6b330436e0b885fb49594c41721398"
sha256: "615a505aef59b151b46bbeef55b36ce2b6ed299d160c51d84281946f0aa0ce0e"
url: "https://pub.dev"
source: hosted
version: "2.0.23"
version: "2.0.24"
flutter_riverpod:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1470,10 +1470,10 @@ packages:
dependency: transitive
description:
name: pubspec_parse
sha256: c799b721d79eb6ee6fa56f00c04b472dcd44a30d258fac2174a6ec57302678f8
sha256: "81876843eb50dc2e1e5b151792c9a985c5ed2536914115ed04e9c8528f6647b0"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "1.4.0"
qr:
dependency: transitive
description:
Expand Down Expand Up @@ -2035,10 +2035,10 @@ packages:
dependency: transitive
description:
name: yaml
sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5"
sha256: b9da305ac7c39faa3f030eccd175340f968459dae4af175130b3fc47e40d76ce
url: "https://pub.dev"
source: hosted
version: "3.1.2"
version: "3.1.3"
yubidart:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Fully decentralized and cryptocurrency non-custodial hot wallet tha

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 4.2.0+604
version: 4.2.0+605

environment:
sdk: ">=3.5.0 <4.0.0"
Expand All @@ -13,7 +13,7 @@ dependencies:
# Retrieve version and url for local app update against store app Android and iOS
app_version_update: ^5.0.2

archethic_dapp_framework_flutter: ^3.2.6-beta.3
archethic_dapp_framework_flutter: ^3.2.6-beta.4
#archethic_dapp_framework_flutter:
# git:
# url: https://github.com/archethic-foundation/archethic-dapp-framework-flutter.git
Expand All @@ -22,7 +22,7 @@ dependencies:
# path: ../../packages/archethic-dapp-framework-flutter

# RPC datastructures.
archethic_wallet_client: ^2.1.8-beta.1
archethic_wallet_client: ^2.1.8-beta.2
#archethic_wallet_client:
# git:
# url: https://github.com/archethic-foundation/archethic-wallet-client-dart.git
Expand Down
18 changes: 4 additions & 14 deletions test/token_parser_test.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ class MockApiService extends _i1.Mock implements _i12.ApiService {
List<String>? authorizedPublicKeys,
_i18.Uint8List? originPrivateKey,
int? blockchainTxVersion, {
String? serviceName,
String? derivationPath,
Map<String, String>? servicesMap,
}) =>
(super.noSuchMethod(
Invocation.method(
Expand All @@ -442,10 +441,7 @@ class MockApiService extends _i1.Mock implements _i12.ApiService {
originPrivateKey,
blockchainTxVersion,
],
{
#serviceName: serviceName,
#derivationPath: derivationPath,
},
{#servicesMap: servicesMap},
),
returnValue: _FakeTransaction_2(
this,
Expand All @@ -457,10 +453,7 @@ class MockApiService extends _i1.Mock implements _i12.ApiService {
originPrivateKey,
blockchainTxVersion,
],
{
#serviceName: serviceName,
#derivationPath: derivationPath,
},
{#servicesMap: servicesMap},
),
),
returnValueForMissingStub: _FakeTransaction_2(
Expand All @@ -473,10 +466,7 @@ class MockApiService extends _i1.Mock implements _i12.ApiService {
originPrivateKey,
blockchainTxVersion,
],
{
#serviceName: serviceName,
#derivationPath: derivationPath,
},
{#servicesMap: servicesMap},
),
),
) as _i4.Transaction);
Expand Down

0 comments on commit cd14a45

Please sign in to comment.