Tags: gonka-ai/gonka
Tags
adding fix for outgoing USDC/USDT flow, where destination chains coul… …d be more than ethereum mainnet
Add devshardctl, devshardd binaries to gitignore
Early share guard: removed PassedOnce and added additional logs
Geo fix in proxy (#1183) Bug: nginx geo module does not expand variables in values - geo $whitelist_limit_key { default $binary_remote_addr; } sets the limit key to the literal string "$binary_remote_addr" for every request, causing all clients to share a single rate-limit bucket per zone. Changes **proxy/entrypoint.sh + proxy/sidecar/main.go**: - Replace single-stage geo $whitelist_limit_key { default $binary_remote_addr; } with the canonical two-stage geo + map pattern so $binary_remote_addr is properly expanded per-request by map, giving each IP its own rate-limit bucket - Same fix applied in sidecar's updateNginxConfig() for when validator whitelist sync is enabled
PreviousNext