-
Notifications
You must be signed in to change notification settings - Fork 1
Feat/canon guard actions #8
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
base: dev
Are you sure you want to change the base?
Conversation
- Updated integration tests to ensure guard addresses are compared case-insensitively. - Introduced new Canon Guard related components and services for better data handling.
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
- Add decimals field to HubTokenConfig type - Fetch token decimals via ERC20 multicall in getHubConfiguration() - Use token's actual decimals instead of hardcoded 18 in DeployHubChildFormStep Fixes incorrect cap display (e.g., USDC showing 0.00000001 instead of 10000)
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
…nt hub is pre-approved
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
…e-approval handling
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
- Added `excludeUnits` prop to DurationInput for filtering out specific time units from the dropdown. - Updated PreApproveDurationModal to exclude "seconds" from the duration unit options.
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
- Added WalletConnectProvider to manage WalletConnect sessions and transactions. - Implemented WalletConnectModal for user interaction with WalletConnect. - Introduced WalletConnectNavigator to handle navigation for pending transactions. - Updated action forms to support arbitrary actions, replacing simple actions. - Refactored related components and services to accommodate the new arbitrary action structure. - Enhanced transaction execution logic to handle arbitrary actions with optional signatures.
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
Smart Diff (Check private key and notify): Failure🚨 Possible private keys found:
💡 False positive? Add the key or glob pattern to 📖 Learn more: Glob patterns documentation |
Describe your changes
Fetching, categorizing and rendering Canon Guard Actions
Issue ticket number and link
closes https://linear.app/defi-wonderland/issue/BES-578/develop-onchain-fetching-functions
closes https://linear.app/defi-wonderland/issue/BES-575/handle-rpc-and-safe-address-as-url-params
Checklist before requesting a review