From e2f9db8b0b961c82d58b95765641772bf726963b Mon Sep 17 00:00:00 2001 From: "Charl (Nitride)" <77973576+CharlVS@users.noreply.github.com> Date: Fri, 27 Jun 2025 14:50:33 +0200 Subject: [PATCH] chore: roll KDF --- .../app_build/build_config.json | 18 +++++++-------- .../flutter/generated_plugin_registrant.cc | 6 +++++ .../windows/flutter/generated_plugins.cmake | 3 +++ .../lib/l10n/arb/app_localizations.dart | 23 +++++++++---------- 4 files changed, 29 insertions(+), 21 deletions(-) diff --git a/packages/komodo_defi_framework/app_build/build_config.json b/packages/komodo_defi_framework/app_build/build_config.json index eb62e2d5..c2a96d29 100644 --- a/packages/komodo_defi_framework/app_build/build_config.json +++ b/packages/komodo_defi_framework/app_build/build_config.json @@ -1,6 +1,6 @@ { "api": { - "api_commit_hash": "f9de870eb877ad4bf0befcbff025ea0307aca9ae", + "api_commit_hash": "d62c20b4c978bf2a8389b31bfbe45b3c0b2cd29f", "branch": "staging", "fetch_at_build_enabled": true, "concurrent_downloads_enabled": true, @@ -12,49 +12,49 @@ "web": { "matching_pattern": "^(?:kdf_[a-f0-9]{7,40}-wasm|mm2_[a-f0-9]{7,40}-wasm|mm2-[a-f0-9]{7,40}-wasm)\\.zip$", "valid_zip_sha256_checksums": [ - "88b994879e4a2440234bde3b46e88cb68be1782ca9d4ee2c2ac7cd51f4873891" + "ca1ae35450181592f28bb456a23356790bdef953e2e78ea88cdea4aaacbd9cae" ], "path": "web/kdf/bin" }, "ios": { "matching_pattern": "^(?:kdf_[a-f0-9]{7,40}-ios-aarch64|mm2_[a-f0-9]{7,40}-ios-aarch64|mm2-[a-f0-9]{7,40}-ios-aarch64-CI)\\.zip$", "valid_zip_sha256_checksums": [ - "4fb361550e477066bfc94822db9fc40a56b8306860ef4a2d18c92906be56e4df" + "dd7eea64702eb15511791584e298e9e7c51567129bdf9f0c2673cba868a40cf7" ], "path": "ios" }, "macos": { "matching_pattern": "^(?:kdf_[a-f0-9]{7,40}-mac-arm64|mm2-[a-f0-9]{7,40}-Darwin-Release)\\.zip$", "valid_zip_sha256_checksums": [ - "5679e2ebd2ca3028c4f0e41f655ec90c32c6053be0afece1a27aa8b8181a06ba" + "e676748d79c2d15a1c469a242ddd66a09f5649b82db99cc0cd229a0c204589a4" ], "path": "macos/bin" }, "windows": { "matching_pattern": "^(?:kdf_[a-f0-9]{7,40}-win-x86-64|mm2_[a-f0-9]{7,40}-win-x86-64|mm2-[a-f0-9]{7,40}-Win64)\\.zip$", "valid_zip_sha256_checksums": [ - "a42fde9887eebe6035cc58240e2bcd75e1accf1252ac2b40eccdb4e1ee683aaa" + "20ca3a10b8567bf52a812aa0d19a3d842f4bec6150237dc1c03a89d8d5a08dba" ], "path": "windows/bin" }, "android-armv7": { "matching_pattern": "^(?:kdf_[a-f0-9]{7,40}-android-armv7|mm2_[a-f0-9]{7,40}-android-armv7|mm2-[a-f0-9]{7,40}-android-armv7-CI)\\.zip$", "valid_zip_sha256_checksums": [ - "c3445e690eb7d15868b364b03cb92477715bebf1d85561f03041bf8ba9f6511f" + "4e1ebef85d3a663419b189917e9ba016e120489ac83723e88d7ca15a9577d505" ], "path": "android/app/src/main/cpp/libs/armeabi-v7a" }, "android-aarch64": { "matching_pattern": "^(?:kdf_[a-f0-9]{7,40}-android-aarch64|mm2_[a-f0-9]{7,40}-android-aarch64|mm2-[a-f0-9]{7,40}-android-aarch64-CI)\\.zip$", "valid_zip_sha256_checksums": [ - "f58154d4a688ec9e235a68de14797a6c168235deb8229d92101510b9e42a3ed4" + "3541025a2cd7f0cee146ac6abbf572a9814c4aa08dcfdf41d5feb87687d4293d" ], "path": "android/app/src/main/cpp/libs/arm64-v8a" }, "linux": { "matching_pattern": "^(?:kdf_[a-f0-9]{7,40}-linux-x86-64|mm2_[a-f0-9]{7,40}-linux-x86-64|mm2-[a-f0-9]{7,40}-Linux-Release)\\.zip$", "valid_zip_sha256_checksums": [ - "41c3ac81202ff2fe0f1bc8992e1a491e4e6a6e63213e0554a9a9d8dc8bb67de7" + "1cd6ad4d063bf02a35e42019c8e19a431f94c5540ebd8bb2de77d73fc39fc3e5" ], "path": "linux/bin" } @@ -63,7 +63,7 @@ "coins": { "fetch_at_build_enabled": true, "update_commit_on_build": true, - "bundled_coins_repo_commit": "0fc30526f08de25d229ae8e14de4467a72720bc5", + "bundled_coins_repo_commit": "8a610bfe6e71c217e1075e6dec767484e0be523d", "coins_repo_api_url": "https://api.github.com/repos/KomodoPlatform/coins", "coins_repo_content_url": "https://komodoplatform.github.io/coins", "coins_repo_branch": "master", diff --git a/products/dex_dungeon/windows/flutter/generated_plugin_registrant.cc b/products/dex_dungeon/windows/flutter/generated_plugin_registrant.cc index 09e8e2c3..a059c8e7 100644 --- a/products/dex_dungeon/windows/flutter/generated_plugin_registrant.cc +++ b/products/dex_dungeon/windows/flutter/generated_plugin_registrant.cc @@ -7,8 +7,14 @@ #include "generated_plugin_registrant.h" #include +#include +#include void RegisterPlugins(flutter::PluginRegistry* registry) { AudioplayersWindowsPluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin")); + FlutterSecureStorageWindowsPluginRegisterWithRegistrar( + registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin")); + LocalAuthPluginRegisterWithRegistrar( + registry->GetRegistrarForPlugin("LocalAuthPlugin")); } diff --git a/products/dex_dungeon/windows/flutter/generated_plugins.cmake b/products/dex_dungeon/windows/flutter/generated_plugins.cmake index 375535c9..cecdb62b 100644 --- a/products/dex_dungeon/windows/flutter/generated_plugins.cmake +++ b/products/dex_dungeon/windows/flutter/generated_plugins.cmake @@ -4,9 +4,12 @@ list(APPEND FLUTTER_PLUGIN_LIST audioplayers_windows + flutter_secure_storage_windows + local_auth_windows ) list(APPEND FLUTTER_FFI_PLUGIN_LIST + komodo_defi_framework ) set(PLUGIN_BUNDLED_LIBRARIES) diff --git a/products/komodo_compliance_console/lib/l10n/arb/app_localizations.dart b/products/komodo_compliance_console/lib/l10n/arb/app_localizations.dart index 0446308f..0136a731 100644 --- a/products/komodo_compliance_console/lib/l10n/arb/app_localizations.dart +++ b/products/komodo_compliance_console/lib/l10n/arb/app_localizations.dart @@ -63,7 +63,7 @@ import 'app_localizations_es.dart'; /// property. abstract class AppLocalizations { AppLocalizations(String locale) - : localeName = intl.Intl.canonicalizedLocale(locale.toString()); + : localeName = intl.Intl.canonicalizedLocale(locale.toString()); final String localeName; @@ -86,16 +86,16 @@ abstract class AppLocalizations { /// of delegates is preferred or required. static const List> localizationsDelegates = >[ - delegate, - GlobalMaterialLocalizations.delegate, - GlobalCupertinoLocalizations.delegate, - GlobalWidgetsLocalizations.delegate, - ]; + delegate, + GlobalMaterialLocalizations.delegate, + GlobalCupertinoLocalizations.delegate, + GlobalWidgetsLocalizations.delegate, + ]; /// A list of this localizations delegate's supported locales. static const List supportedLocales = [ Locale('en'), - Locale('es'), + Locale('es') ]; /// Text shown in the AppBar of the Counter Page @@ -132,9 +132,8 @@ AppLocalizations lookupAppLocalizations(Locale locale) { } throw FlutterError( - 'AppLocalizations.delegate failed to load unsupported locale "$locale". This is likely ' - 'an issue with the localizations generation tool. Please file an issue ' - 'on GitHub with a reproducible sample app and the gen-l10n configuration ' - 'that was used.', - ); + 'AppLocalizations.delegate failed to load unsupported locale "$locale". This is likely ' + 'an issue with the localizations generation tool. Please file an issue ' + 'on GitHub with a reproducible sample app and the gen-l10n configuration ' + 'that was used.'); }