Skip to content

fix: Add create proposals. #8 #14

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: Add create proposals. #8 #14

wants to merge 2 commits into from

Conversation

s29papi
Copy link

@s29papi s29papi commented Apr 16, 2025

@karacurt @zomglings This PR introduces functionality for managing safe proposals in the proposal.go and proposalOperations.go files. Key highlights include:

Command Structure: Implements the CreateSafeProposalCmd command for creating new proposals.

Input Validation: Validates required flags --safe (safe address) and --to (recipient address) to ensure they are valid hex addresses.

Off-Chain Proposal Creation: Supports off-chain creation of safe proposals by utilizing the --to and --calldata flags for specifying the recipient and transaction data.

Transaction Preparation: Constructs the necessary transaction data and handles signature generation for proposals.

This enhancement streamlines the proposal creation process, ensuring accurate and efficient interactions with the Safe Transaction Service.

fixes#8.

@s29papi
Copy link
Author

s29papi commented Apr 18, 2025

@zomglings @karacurt could you review this, if you are free

@s29papi
Copy link
Author

s29papi commented Apr 23, 2025

Hey amazing @karacurt, would really appreciate a review on this one! ✨

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.

1 participant