-
Notifications
You must be signed in to change notification settings - Fork 37
Feat/upgrade-algosdk #134
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
Merged
Merged
Feat/upgrade-algosdk #134
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated @algorandfoundation/algokit-utils to version 9.2.0 - Updated algosdk to version 3.5.2 - Updated arc200-client to version 1.0.8 - Refactored useSwap to utilize makeApplicationOptInTxnFromObject - Enhanced OptIn.vue to use AlgorandClient from algokit-utils for improved client handling - Replaced contract method calls with client methods for fetching ARC200 asset details - Improved error handling and loading state management during asset fetch operations - Updated transaction creation logic in makeOptInTxs to align with new client structure
… file - Changed `src/store/index.js` to `src/store/index.ts` and updated TypeScript configuration. - Implemented the wallet store in TypeScript with comprehensive state management, mutations, and actions. - Added support for various account types including private, public, multi-signature, and 2FA accounts. - Enhanced wallet management features such as account creation, deletion, and password handling. - Integrated secure storage and retrieval of wallet data using CryptoJS and local storage.
…ve legacy indexer.js - Created a new config.ts module to manage application configuration state. - Introduced fa2.ts module to handle two-factor authentication state and actions. - Added indexer.ts module to manage asset and balance state, replacing the deprecated indexer.js. - Updated RootState interface in index.ts to reflect new state structure. - Removed indexer.js file and migrated relevant logic to indexer.ts.
…e management and remove legacy code
…legacy toast and vote code
…ent modules with new implementations and update state management
…e legacy signer.js with new implementation
…legacy JavaScript files
…2FAServer component
…ity and consistency - Updated SelectAccount.vue to use `t` instead of `$t` for placeholder translation. - Wrapped table rows in tbody tags in AccountOverview.vue, Connect.vue, Merchant.vue, SignAll.vue, and TransactionDetail.vue for better semantic structure. - Ensured consistent formatting and indentation across all modified files.
- Updated store usage in multiple Vue components to specify the RootState type for better type safety. - Changed script setup to include `lang="ts"` in components where TypeScript is used. - Replaced `$t` with `t` for translation function calls in templates for consistency.
… objects to strings
…signer and wallet modules
…s and improve account address handling
- Bump @folks-router/js-sdk from ^0.0.1 to ^0.4.0 - Update @ledgerhq/hw-app-algorand from ^6.31.6 to ^6.31.10 - Update @ledgerhq/hw-transport-webusb from ^6.29.10 to ^6.29.14 - Bump @walletconnect/core, @walletconnect/sign-client, @walletconnect/types, @walletconnect/utils to ^2.23.1 - Update @walletconnect/web3wallet from ^1.16.0 to ^1.16.1 - Remove deprecated @reach-sh/stdlib dependency
…proved type safety
… of English locale
… Czech, Russian, and Slovak locales
…on data structure in Connect.vue
…rror handling in Connect.vue
…ing and logging in Connect.vue
…request and session proposal removal
…on and test runner
…ent function in folksAggregator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.