Skip to content
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

Use value parameter for unjailing nodes #442

Merged
merged 4 commits into from
Sep 18, 2024

Conversation

popenta
Copy link
Contributor

@popenta popenta commented Sep 17, 2024

Now setting value on transaction when unjailing nodes.

@popenta popenta self-assigned this Sep 17, 2024
@popenta popenta marked this pull request as draft September 17, 2024 09:53
Base automatically changed from deprecate-mxpy-up to feat/next September 17, 2024 11:43
@popenta popenta marked this pull request as ready for review September 17, 2024 11:43
@@ -241,7 +241,7 @@ def install(self, overwrite: bool) -> None:
self._install_sc_meta()
self._install_wasm_opt()
self._install_twiggy()
self._install_sc_meta_deps()
show_message("Please also install all the necessary dependencies required for `sc-meta` to run properly bu running the following command: `sc-meta install all`.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed


tx = self._factory.create_transaction_for_unjailing_nodes(
sender=owner.address,
delegation_contract=delegation_contract,
public_keys=public_keys
public_keys=public_keys,
amount=amount
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have been a separate PR from the one that alters sc-meta installation flow.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll move the alteration of sc-meta in another PR.

@@ -241,7 +241,7 @@ def install(self, overwrite: bool) -> None:
self._install_sc_meta()
self._install_wasm_opt()
self._install_twiggy()
self._install_sc_meta_deps()
show_message("Please also install all the necessary dependencies required for `sc-meta` to run properly bu running the following command: `sc-meta install all`.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have been a separate PR from the one adjusting the amount for unjailing (for changelog / release note purposes).

@popenta popenta merged commit 2fd6ad0 into feat/next Sep 18, 2024
8 of 11 checks passed
@popenta popenta deleted the add-amount-param-for-unjailing-nodes branch September 18, 2024 07:40
@popenta popenta mentioned this pull request Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants