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: Layr-Labs/eigenda-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: Layr-Labs/eigenda-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 7 commits
  • 33 files changed
  • 3 contributors

Commits on Dec 3, 2024

  1. chore(simple_client): Add explicit ServiceUnavailable error type (#207)

    * chore(simple_client): Add explicit ServiceUnavailable error type
    
    * chore(simple_client): Add explicit ServiceUnavailable error type - bring back constructor
    
    * chore(simple_client): Add explicit ServiceUnavailable error type - fix lint
    ethenotethan authored Dec 3, 2024
    Copy the full SHA
    aa290b1 View commit details
  2. chore: update op dependency to v1.9.5 (#203)

    * chore: update op dependency to v1.10.0
    
    * chore: downgrade to v1.9.5 + fix optimism tests
    samlaf authored Dec 3, 2024
    Copy the full SHA
    ec3927d View commit details
  3. docs: update README with failover info (#204)

    * docs: update README with failover info
    
    * docs(README): add link to arb failover spec
    
    * docs(README): add "Service Unavailable" description for 503 status code
    samlaf authored Dec 3, 2024
    Copy the full SHA
    64cac16 View commit details
  4. fix: Disable SERVICE_MANAGER_ADDR & ETH_RPC as mandatory (#205)

    * fix: Disable svc manager address & eth rpc as mandatory
    
    * fix: Disable svc manager address & eth rpc as mandatory - add eigenda client override when memstore enabled
    
    * chore(simple_client): Add explicit ServiceUnavailable error type - address PR comment and add unit test
    
    * chore(simple_client): Add explicit ServiceUnavailable error type - address PR comment
    ethenotethan authored Dec 3, 2024
    Copy the full SHA
    5b2c4e8 View commit details

Commits on Dec 5, 2024

  1. chore: Add mockable http client to simple client (#209)

    ethenotethan authored Dec 5, 2024
    Copy the full SHA
    2fd70b9 View commit details

Commits on Dec 9, 2024

  1. feat: separate simple client into its own module (#208)

    * feat: separate simple client into its own module
    
    This will make it easier to import it into other projects without importing all of the other dependencies of our root go.mod.
    We will first merge this PR with a replace directive in the main go.mod, then release v0.1.0 of the new client module, and then
    make a new PR to use that version in the main go.mod file.
    
    * chore: SimpleClient -> Standard Client (#210)
    
    ---------
    
    Co-authored-by: Ethen <ethen@eigenlabs.org>
    samlaf and ethenotethan authored Dec 9, 2024
    Copy the full SHA
    0bfc81f View commit details
  2. fix: copy client/go.mod to builder in Dockerfile (#211)

    fix: copy client/go.mod to builder
    MegaRedHand authored Dec 9, 2024
    Copy the full SHA
    9e1b746 View commit details
Loading