frankf1957
frankf1957
[elrond-node-0-dede76b030d3.log.tar.gz](https://github.com/ElrondNetwork/elrond-go/files/9376414/elrond-node-0-dede76b030d3.log.tar.gz)
[elrond-node-1-null.log.tar.gz](https://github.com/ElrondNetwork/elrond-go/files/9376788/elrond-node-1-null.log.tar.gz)
[elrond-node-2-dedeffa6ae5e.log.tar.gz](https://github.com/ElrondNetwork/elrond-go/files/9376793/elrond-node-2-dedeffa6ae5e.log.tar.gz)
[elrond-node-3-dedeffe364a6.log.tar.gz](https://github.com/ElrondNetwork/elrond-go/files/9376801/elrond-node-3-dedeffe364a6.log.tar.gz)
[elrond-node-4-dede323830ed.log.tar.gz](https://github.com/ElrondNetwork/elrond-go/files/9376805/elrond-node-4-dede323830ed.log.tar.gz)
[elrond-node-5-dede36762228.log.tar.gz](https://github.com/ElrondNetwork/elrond-go/files/9376809/elrond-node-5-dede36762228.log.tar.gz)
Closing this issue as the fix will be included in the upcoming rc/2022-july release.
Checked and fixed in all environments. No further action is required. Closing issue.
Getting list of currently staked nodes from _vm-values/query_ ``` $ API_SERVER="https://devnet-gateway.elrond.com/vm-values/query" $ CONTRACT_ADDRESS="erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr8llllse9cj2t" $ data="{\"scAddress\": \"${CONTRACT_ADDRESS}\", \"funcName\": \"getAllNodeStates\"}" $ response=$(curl -s -k --data "${data}" "${API_SERVER}") $ echo $response | jq...
> Thanks for reporting this. We are aware of this problem and fix on the way. Although it will not make it in the v1.3.4x release, we are probably rolling...