You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
* mark flags as deprecated which will be non functional on L2
* use values from on chain for lock requirements
* test member add/remove and deregister
#### Other changes
add async conditional check to checks
### Related issues
- Fixes#451
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on introducing deprecation warnings for certain flags,
updating descriptions for commands, and enhancing validation checks
related to validator and validator group deregistration processes.
Additionally, it improves the handling of locked gold requirements.
### Detailed summary
- Deprecated `blsKey` and `blsPop` flags in various commands.
- Updated descriptions in `ValidatorDeregister` and
`ValidatorGroupDeRegister` classes.
- Added `humanizeRequirements` function to format locked gold
requirements.
- Improved validation checks for deregistration based on time periods.
- Enhanced tests for validator group membership and deregistration
processes.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`
<!-- end pr-codex -->
several places in the CLI it will say 90 days, 180 days, 60 days etc as the lock duration. instead read the actual duration on chain.
Since the values right now are on static properties they will need to be rewritten and then actual values shown during command execution.
The text was updated successfully, but these errors were encountered: