-
Notifications
You must be signed in to change notification settings - Fork 364
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
docs: pause process with multisig #1482
Conversation
We should add a section on verifying via cast or another tool that the contract is |
``` | ||
make get_paused_state_batcher_payments_service | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get the following error when running this:
/bin/bash: contracts/scripts/get_paused_state_batcher_payments_service.sh: No such file or directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, working on the fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed on #1501
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
req changes until i do some fixes
|
||
2. Go to the `Transactions` tab and find the transaction that was proposed. | ||
|
||
3. Get the ```pauseAll()``` signature by running: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3. Get the ```pauseAll()``` signature by running: | |
3. Get the ```pauseAll()``` signature by running in your terminal: |
|
||
To propose the pause transaction you can follow the steps below: | ||
|
||
1. Go to [Safe](https://app.safe.global/home) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Go to [Safe](https://app.safe.global/home) | |
1. Go to [Safe](https://app.safe.global/home) and connect your wallet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works in my machine. Left some minor comments
Changes to gas cost
🧾 Summary (10% most significant diffs)
Full diff report 👇
|
1. Propose the transaction with the multisig following the [Propose Unpause Guide](./4_b_3_propose_unpause.md). | ||
|
||
2. After the unpause is proposed, multisig participants can approve the unpause following the [Approve Unpause Guide](./4_b_4_approve_unpause.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these links are added in this pr
Co-authored-by: Klaus @ LambdaClass <[email protected]> Co-authored-by: Marcos Nicolau <[email protected]> Co-authored-by: Urix <[email protected]>
Pause process with multisig wallet
Description
This PR adds docs for the pause process using a multisig for the AlignedLayerServiceManager or the BatcherPaymentService
Type of change