-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: addValidator
to a Fuji PoA L1 fails with Error: failed to connect to a threshold of stake
#2384
Comments
Hi! (1) Could you pass it the full aggregator logs for each case? if possible with verbo log level (2) which is the avago release/version of your validator? (the coudn't unmarshall interface points to some avago compat issue) |
Hey @felipemadero, it was using My latest attempt runs with Attaching the new node's debug logs and full debug relayer output. |
Update @felipemadero, it seems that adding |
New update: curl --location --request POST https://api.avax-test.network/ext/bc/P \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc":"2.0",
"id" :1,
"method" :"platform.getValidatorsAt",
"params" :{
"height": "proposed",
"subnetID":"uShcYQqf94FfcFqu2b1qfWDVFYkUkNYgjSVuTLpGrCj5WwKWS"
}
}' | jq Output: {
"jsonrpc": "2.0",
"result": {
"NodeID-111111111111111111116DBWJs": {
"publicKey": null,
"weight": "20"
},
"NodeID-Foi8JSSaPTLn2QbPxspeKWyqT3kEAZL1c": {
"publicKey": "0xb136db9d1ea5ced511ddf721679de86bf741f4ff2b3383d05588d9fdeb870c97d36102c8ec712d331a8d5ccfc64f2cf2",
"weight": "100"
}
},
"id": 1
} This NodeID is clearly not the one I added + publicKey is empty... |
empty node information related to a node that got out of funds |
Describe the bug
addValidator
to a Fuji PoA L1 fails withError: failed to connect to a threshold of stake
To Reproduce
Just followed exactly the steps at https://docs.avax.network/avalanche-l1s/deploy-a-avalanche-l1/fuji-testnet
Logs
L1 create
L1 deploy
AddValidator
Operating System
Ubuntu 22.04.4 LTS
Additional context
Running
addValidator
with--aggregator-log-level debug
, logs show:After adding
--aggregator-extra-endpoints http://127.0.0.1:9650
, logs show:The text was updated successfully, but these errors were encountered: