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
User reported error:
I have got some test tokens, but stuck at connecting to the TDS cluster:
ERROR solana_core::validator] Failed to load genesis from "/root/validator-ledger": Unable to deserialize "/root/validator-ledger/genesis.bin": Io(Custom { kind: Unexp ectedEof, error: "" })
When booting 0.21.5 on 0.22 genesis.
Track genesis block versions.
The text was updated successfully, but these errors were encountered:
ABI management, #7738, should help here to detect when the genesis block binary format changes.
Sorry, something went wrong.
Fixed by not changing the genesis format anymore :)
No branches or pull requests
Problem
User reported error:
I have got some test tokens, but stuck at connecting to the TDS cluster:
When booting 0.21.5 on 0.22 genesis.
Proposed Solution
Track genesis block versions.
The text was updated successfully, but these errors were encountered: