Skip to content

Governance integration#517

Merged
popenta merged 7 commits into
feat/nextfrom
governance
Jun 5, 2025
Merged

Governance integration#517
popenta merged 7 commits into
feat/nextfrom
governance

Conversation

@popenta
Copy link
Copy Markdown
Collaborator

@popenta popenta commented May 23, 2025

No description provided.

@popenta popenta self-assigned this May 23, 2025
@popenta popenta marked this pull request as draft May 23, 2025 09:01
Base automatically changed from multisig to feat/next June 2, 2025 12:14
@popenta popenta marked this pull request as ready for review June 2, 2025 12:29
Comment thread CLI.md Outdated
Comment on lines +3159 to +3172
"transactionOnNetwork": {
"nonce": 42,
"sender": "alice",
"receiver": "bob",
"...": "..."
},
"simulation": {
"execution": {
"...": "..."
},
"cost": {
"...": "..."
}
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Maybe we should drop this (here, below). Less verbose (not applicable).

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

done

Comment thread multiversx_sdk_cli/governance.py Outdated
tx.options = options
tx.gas_price = gas_price
tx.guardian = guardian_and_relayer_data.guardian_address
tx.relayer = guardian_and_relayer_data.relayer_address
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I would extract this into a common set
tx.nonce = nonce
tx.version = version
tx.options = options
tx.gas_price = gas_price
tx.guardian = guardian_and_relayer_data.guardian_address
tx.relayer = guardian_and_relayer_data.relayer_address

as it is used in each method

Copy link
Copy Markdown
Collaborator Author

@popenta popenta Jun 5, 2025

Choose a reason for hiding this comment

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

done.
will do for other controllers as well, in a future PR.

danielailie
danielailie previously approved these changes Jun 4, 2025
@popenta popenta merged commit 812c633 into feat/next Jun 5, 2025
12 of 16 checks passed
@popenta popenta deleted the governance branch June 5, 2025 09:10
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