-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
298 add missing commands for the vested staking #83
Merged
Vitomir2
merged 9 commits into
develop
from
298-add-missing-commands-for-the-vested-staking
Dec 2, 2024
Merged
298 add missing commands for the vested staking #83
Vitomir2
merged 9 commits into
develop
from
298-add-missing-commands-for-the-vested-staking
Dec 2, 2024
Commits on Nov 28, 2024
-
add the stake vesting functionality
update the bindings to include the stakeWithVesting; add new flags - vesting and vesting-period, and verify the period to e in the valid period; create a new createStakeTransaction function in order to make the code more readable and cleaner; optimize the code in the logs loop; make the amount flag mandatory; mark flags mutually exclusive with the delegate flag; make MaxVestingPeriod constant in the sidechain helper;
Configuration menu - View commit details
-
Copy full SHA for 360fda7 - Browse repository at this point
Copy the full SHA 360fda7View commit details
Commits on Nov 29, 2024
-
fix the conditions in the commission command event handling; rename stakeManager -> hydraStaking in the register_validator to avoid confusion; update the bindings to contain the getValidator function from the HydraChain contract; create a new getValidatorInfo helper function to get the data that I need; update docs;
Configuration menu - View commit details
-
Copy full SHA for e79877a - Browse repository at this point
Copy the full SHA e79877aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ab570 - Browse repository at this point
Copy the full SHA d2ab570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8004484 - Browse repository at this point
Copy the full SHA 8004484View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e6a4a - Browse repository at this point
Copy the full SHA f2e6a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c03734a - Browse repository at this point
Copy the full SHA c03734aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb747c6 - Browse repository at this point
Copy the full SHA cb747c6View commit details
Commits on Dec 2, 2024
-
Co-authored-by: Rosen Santev <77731162+R-Santev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eae1291 - Browse repository at this point
Copy the full SHA eae1291View commit details -
move the ValidatorStatus and the GetStatus inside the sidechain helper; remove the vesting flag and use only the vesting-period; update the readme;
Configuration menu - View commit details
-
Copy full SHA for 1ef6951 - Browse repository at this point
Copy the full SHA 1ef6951View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.