Skip to content

Commit

Permalink
Alchemy returns HTTP 420
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Mar 27, 2024
1 parent 1b9ab61 commit 4317ed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
node.js, hardhat and node-gyp were un-co-operative. Instead, now we just flatten out Enzyme sol
files and store them in the source tree as copies.
- Improved error messages for `GuardV0`
- Handle HTTP 520 retryable, as returned by Alchemy JSON-RPC

# 0.25.3

Expand Down
2 changes: 1 addition & 1 deletion contracts/terms-of-service
1 change: 1 addition & 0 deletions eth_defi/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
503,
504,
525, # Returned by Alchemy - SSL handshake failed - cause unknown, internal Alchemy failure suspected https://http.dev/525
520, # Returned by Alchemy - CloudFlare: Unknown error
)

#: List of ValueError status codes we know we might want to retry after a timeout
Expand Down

0 comments on commit 4317ed0

Please sign in to comment.