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: ethpandaops/splitoor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: ethpandaops/splitoor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.3
Choose a head ref
  • 2 commits
  • 43 files changed
  • 2 contributors

Commits on Jan 23, 2026

  1. feat(safe): switch from Client Gateway to Transaction Service API

    Migrate from Safe Client Gateway (safe-client.safe.global) to
    Transaction Service API (api.safe.global):
    
    - API key now required for authentication
    - Use chain names (eth, sep, hod) instead of chain IDs
    - Update API paths and response types
    - Remove user-agent header workaround (no longer needed)
    - Add rate limiting (5 req/s) to stay within API limits
    - Remove redundant chain config field (chain is detected dynamically)
    - Update golangci-lint config and fix linting issues
    - Bump Go version to 1.25.1 and update GitHub Actions
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    Savid and claude committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    2dfbf18 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from ethpandaops/feat/safe-rate-limiting

    feat(safe): switch from Client Gateway to Transaction Service API
    Savid authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    6e98c76 View commit details
    Browse the repository at this point in the history
Loading