app-monorepo
app-monorepo copied to clipboard
v5 feat: support algo
PR Summary
-
Core Algorithms Updated The primary algorithms, collectively referred to as 'CoreChainAlgo', have been updated for enhanced functionality which may boost overall performance. For temporary safekeeping and possible future use, the old algorithms have been preserved but commented out in the
CoreChainApiHub.tsfile. -
New Implementation Algorithm Added A new implementation algorithm, termed
IMPL_ALGO, has been included in thefactory.tsfile. This novel algorithm may offer improved functionality and efficiency in the processing of tasks. -
New File Additions Numerous new files have been added that pertain to a variety of functionalities - keyring operations, vault operations, and more. These files are contained within the 'algo' folder and include 'KeyringExternal.ts', 'KeyringHardware.ts', 'KeyringHd.ts', 'KeyringImported.ts', 'KeyringWatching.ts', 'Vault.ts', and 'sdkAlgo/index.ts'.
-
Settings Modifications The settings file,
settings.ts, has been modified to incorporate the newIMPL_ALGO, allowing for tweaks and customization based on user preference or project requirements. -
Network Presets Updated The
presetNetworks.tsfile has been augmented with the 'algo' network. This inclusion makes accommodation for the latest network configurations and aims to enhance network connectivity or coverage.