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
MIN_DEPOSIT_CLI_VERSION
To address #532
Reporting by @barnabasbusa
When using older deposit-cli version that less than MIN_DEPOSIT_CLI_VERSION, the error message is confusing
deposit-cli
The MIN_DEPOSIT_CLI_VERSION validation should be handled separately from deposit data validation:
staking-launchpad/src/pages/UploadValidator/validateDepositKey.ts
Lines 72 to 81 in d25870f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To address #532
Reporting by @barnabasbusa
When using older
deposit-cli
version that less thanMIN_DEPOSIT_CLI_VERSION
, the error message is confusingThe
MIN_DEPOSIT_CLI_VERSION
validation should be handled separately from deposit data validation:staking-launchpad/src/pages/UploadValidator/validateDepositKey.ts
Lines 72 to 81 in d25870f
The text was updated successfully, but these errors were encountered: