---
tags: journal
---
# thursday, may 8th, 2025
- patched the resonance testnet rpc/ws load balancer to gracefully handle individual node outages
- patched nginx cors headers for GET requests to the rpc/ws endpoints after discovering that substrate only sets cors headers for POST/PUT/OPTIONS requests
*[cors]: cross-origin resource sharing
*[rpc]: remote procedure call
*[ws]: web socket