You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW, I also the tested this feature for a validator "Too young to exit" (aka. with less than 256 epochs from activation time) and I noticed beaconcha.in nevertheless accepts the requests (while Lighthouse refuses it and responds 400 ToYoungToExit).
I guess you keep track of too young to exit validators requests somewhere and submit them to a beacon node when the validator is old enough.
Describe the bug
When using https://goerli.beaconcha.in/tools/broadcast with the following payload, corresponding to an already exited validator on Goerli:
We get the following error:
![image](https://private-user-images.githubusercontent.com/4943830/237073225-eb1d348c-e37a-4884-b61b-c8ca857810d9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDM0OTYsIm5iZiI6MTczOTEwMzE5NiwicGF0aCI6Ii80OTQzODMwLzIzNzA3MzIyNS1lYjFkMzQ4Yy1lMzdhLTQ4ODQtYjYxYi1jOGNhODU3ODEwZDkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTIxMzE2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzBjZTA1MTkyNThjODljM2EyNmJlMWZmOTcyNjc4NTY5NzRlMmMxYTgxMWJmNmUyZWM5NmE2NWFkNTUxZDdmZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.yRCUvrhcxgKjgHS_aBG8T1W3dc_3AsPL8vu86G1wE3Q)
It could be nice to have a more specific message like:
Not active validator
.For information, here is the Lighthouse beacon node response in such a case:
The Lighthouse's message is pretty clear!
The text was updated successfully, but these errors were encountered: