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.
refactor: export euroe token addresses
deps: add wagmi/core
feat: getEthersSigner utils function
feat: add getAlowance utils function
feat: add initial automation provider
feat: add initial interaction to automation (wip)
feat: menu display of automation (wip)
feat: minor ui and provider improvements (wip)
feat: wallet management updates
feat: add hasRetrievableBalance helper fn
fix: type
deps: bump typescript
feat: add hasAnyAllowance helper
feat: correctly disable withdrawal btn
feat: selective approvals
feat: add simple automation wallet mode
feat: add automationWalletMode user pref
feat: add isLoading to automation provider
fix: crash on undefined balance
feat: calculate funding tx based on available balance
feat: add automation to download and compute
fix: add loading on wallet delete
feat: import and export (WIP)
refactor: activate automation
fix: build
refactor: major refactoring of automation
refactor: automation details
feat: automation account profile
fix: compute signer
fix: disable automation profile compute jobs when wallet is not decrpyted
feat: add lock icon when in encrypted state
feat: add automation jobs to compute history on asset
fix: approval args
deps: remove unused wagmi/core dependency
styles: change automation address color
refactor: decrypt pw input
fix: enable automation after decrypting
fix: use autoWallet for accesDetails and dtBalance
feat: use autoWallet as consumer for downloads
refactor: remove wallet funding interactions, adjust advanced & simple views
refactor: remove unused hook
refactor: update automation balances to include approvedNetworkTokens, remove allowances
feat: enable auto signing for paid assets
fix: simple view tx estimate
refactor: remove export function
enhancement: move delete to its own modal component
fix: correctly open delete modal after manually closing
fix: use correct address for compute init and start
refactor: remove unused function
refactor: rename const accountIdToCheck
refactor: introduce Promise.allSettled for approvedBaseToken balance calcs
refactor: rename decryptToastRef
refactor: call delete without intermediate fn
feat: add basic wallet json validation
refactor: rename importWalletFromFile
refactor: improve automation indicator state naming
refactor: change hasValidEncryptedWallet to state variable
Update src/@context/Automation/AutomationProvider.tsx
chore: remove console logs
refactor: move automation modes typing/enum to AutomationProvider
chore: remove unused variables in automation provider
chore: remove unused imports
refactor: useState for signer and accountId to use
fix: enable automation only in case of success
feat: add minimal password check to prevent decryption without pw
Fixes #
Proposed Changes