We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
snarkos scan is still using the old endpoint (/latest/height) for the reading the block height, instead of /block/height/latest
snarkos scan
/latest/height
/block/height/latest
# start a dev chain ./devnet.sh #scan export NODEPK=APrivateKey1zkp8CZNn3yeCseEtxuVPbDCwSyhGW6yZKUYKfgXmcpoGPWH export NODEVK=AViewKey1mSnpFFC8Mj4fXbK5YiWgZ3mjiV8CxA79bYNa8ymUpTrw export NODEADDR=aleo1rhgdu77hgyqd3xjj8ucu3jj9r2krwz6mnzyd80gncr5fxcwlh5rsvzp9px snarkos developer scan -v "${NODEVK}" --start 0 --endpoint "http://localhost:3030" --network 1
Should return records of the validator node.
The text was updated successfully, but these errors were encountered:
PR on the way...
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐛 Bug Report
snarkos scan
is still using the old endpoint (/latest/height
) for the reading the block height, instead of/block/height/latest
Steps to Reproduce
Expected Behavior
Should return records of the validator node.
Your Environment
The text was updated successfully, but these errors were encountered: