Skip to content

Conversation

@jdRouterP
Copy link

  • Updated various package versions in package.json.
  • Added getWalletCapabilities function to fetch wallet capabilities based on the current account and chain.
  • Introduced useWalletCapabilities hook for easier access to wallet capabilities in components.
  • Enhanced transaction handling in sendTransaction and waitForTransaction to support batch transactions.
  • Updated Example.tsx to utilize the new wallet capabilities functionality.

Jds-23 and others added 10 commits June 9, 2025 10:26
- Updated various package versions in `package.json`.
- Added `getWalletCapabilities` function to fetch wallet capabilities based on the current account and chain.
- Introduced `useWalletCapabilities` hook for easier access to wallet capabilities in components.
- Enhanced transaction handling in `sendTransaction` and `waitForTransaction` to support batch transactions.
- Updated `Example.tsx` to utilize the new wallet capabilities functionality.
- Cleaned up type definitions for WatchTransactionOverrides to improve readability.
- Removed unnecessary line breaks for better code clarity.
- Adjusted the handling of receipts in waitForTransaction to streamline the process.
…tion

- Updated package versions in `pnpm-lock.yaml` to remove unnecessary dependencies.
- Added configuration to `next.config.js` to ignore build errors related to HeartbeatWorker and disabled turbo for standard webpack bundling.
- Commented out the Next.js example build step in the GitHub Actions workflow for clarity.
- Simplified the logging in the Example component by removing unnecessary properties from the console output.
Update pnpm-lock.yaml and next.config.js for improved build configura…
- Uncommented the Next.js example build step in the GitHub Actions workflow to include it in the CI process.
- Added error handling for transaction execution failures when prepending calls.
- Implemented fallback to send individual transactions if the batch fails.
- Introduced `waitForTransactionReceipt` for improved transaction status tracking.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants