Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coinbase/agentkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: serayd61/agentkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 20, 2025

  1. fix: improve type safety in wallet providers

    - Replace 'any' types with proper EIP-712 typed data interface for signTypedData methods
    - Replace 'any' and 'unknown' return types with TransactionReceipt from viem for waitForTransactionReceipt methods
    - Remove TODO comments and eslint-disable directives for no-explicit-any
    - Update all EVM wallet provider implementations to use the improved types
    serayd61 committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    ec682dd View commit details
    Browse the repository at this point in the history
  2. fix: add validation for typed data fields in toSigner method

    - Add runtime validation to ensure all required typed data fields are present
    - Prevents potential runtime errors when converting wallet provider to signer
    serayd61 committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    dbb999c View commit details
    Browse the repository at this point in the history
Loading