-
GM GM
I'm trying to exit my Holesky validators but it exceeds the http request header size. Is there a way I can specify the range or do I have to start collecting all public keys and queue them in batches? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We should probably switch to new post api to avoid this issue in the future, for now, you can just increase the header limit on the beacon node to allow the request by setting |
Beta Was this translation helpful? Give feedback.
-
We should probably batch internally to avoid the issue, right now you would have to specify the public keys explicitly but #6830 (comment) should work |
Beta Was this translation helpful? Give feedback.
We should probably switch to new post api to avoid this issue in the future, for now, you can just increase the header limit on the beacon node to allow the request by setting
--rest.headerLimit 1638400