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

chore: cancel sablier stream for tritium #1589

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

gosuto-inzasheru
Copy link
Collaborator

cancels per the block it gets execd on, then withdraws all released amount of tokens to the stream recipient

  • if this gets executed before eoy, we will need to send the susds delta between cancellation and eoy manually from the misg
  • if it gets executed after eoy, tritium will have to send the susds delta between eoy and cancellation manually to the msig

stream id is 1607; ref: https://app.sablier.com/vesting/stream/LL3-1-1607/

Copy link
Contributor

FILENAME: MaxiOps/sablier/cancel-tritium.json
COMMIT: a9b38ba6f33613856185f45510ad2236b91d1b72

Validator Result
validate_contains_msig
validate_msig_in_address_book
validate_chain_specified

Copy link
Contributor

FILENAME: MaxiOps/sablier/cancel-tritium.json
MULTISIG: multisigs/maxi_ops (mainnet:0x166f54F44F271407f24AA1BE415a730035637325)
COMMIT: a9b38ba6f33613856185f45510ad2236b91d1b72
CHAIN(S): mainnet
TENDERLY: 🟩 SUCCESS

+-------------+--------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+
| fx_name     | to                                                     | value | inputs                                                                             | bip_number | tx_index |
+-------------+--------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+
| cancel      | 0x3962f6585946823440d274aD7C719B02b49DE51E (Not Found) | 0     | {                                                                                  | N/A        |   N/A    |
|             |                                                        |       |   "streamId": [                                                                    |            |          |
|             |                                                        |       |     "1607"                                                                         |            |          |
|             |                                                        |       |   ]                                                                                |            |          |
|             |                                                        |       | }                                                                                  |            |          |
| withdrawMax | 0x3962f6585946823440d274aD7C719B02b49DE51E (Not Found) | 0     | {                                                                                  | N/A        |   N/A    |
|             |                                                        |       |   "streamId": [                                                                    |            |          |
|             |                                                        |       |     "1607"                                                                         |            |          |
|             |                                                        |       |   ],                                                                               |            |          |
|             |                                                        |       |   "to": [                                                                          |            |          |
|             |                                                        |       |     "0x27e472f2625D6d4913F6cb5b99DAAadb58Da1D93 (EOA/contributors-payees/tritium)" |            |          |
|             |                                                        |       |   ]                                                                                |            |          |
|             |                                                        |       | }                                                                                  |            |          |
+-------------+--------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+

Copy link
Collaborator

@Xeonus Xeonus left a comment

Choose a reason for hiding this comment

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

Correctly calls cancel on stream. Accounting of deltas will be done after execution of this payload.

@gosuto-inzasheru gosuto-inzasheru merged commit 7c0c815 into main Dec 16, 2024
2 checks passed
@gosuto-inzasheru gosuto-inzasheru deleted the chore/cancel-sablier-tritium branch December 16, 2024 18:46
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.

2 participants