Skip to content

Commit

Permalink
ban /eth/v1/beacon/states/*/validator_balances and /eth/v1/beacon/sta…
Browse files Browse the repository at this point in the history
…tes/*/validators cause they are too big (#614)
  • Loading branch information
a10zn8 authored Dec 31, 2024
1 parent a624238 commit 03fe702
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class DefaultBeaconChainMethods : CallMethods {
getMethod("/eth/v1/beacon/states/*/root"),
getMethod("/eth/v1/beacon/states/*/fork"),
getMethod("/eth/v1/beacon/states/*/finality_checkpoints"),
getMethod("/eth/v1/beacon/states/*/validators"),
// getMethod("/eth/v1/beacon/states/*/validators"), // RESPONSE TOO BIG
postMethod("/eth/v1/beacon/states/*/validators"),
getMethod("/eth/v1/beacon/states/*/validators/*"),
getMethod("/eth/v1/beacon/states/*/validator_balances"),
// getMethod("/eth/v1/beacon/states/*/validator_balances"), // RESPONSE TOO BIG
postMethod("/eth/v1/beacon/states/*/validator_balances"),
getMethod("/eth/v1/beacon/states/*/committees"),
getMethod("/eth/v1/beacon/states/*/sync_committees"),
Expand Down

0 comments on commit 03fe702

Please sign in to comment.