Protocol update to allow recovery of stolen funds#22237
Merged
mystenmark merged 9 commits intomainfrom May 30, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
6a7513f to
617af21
Compare
mystenmark
added a commit
that referenced
this pull request
May 29, 2025
mystenmark
added a commit
that referenced
this pull request
May 29, 2025
…#22259) ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [x] Protocol: upgrade to allow recovery of stolen funds in accordance with community vote - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
bmwill
approved these changes
May 30, 2025
mystenmark
added a commit
that referenced
this pull request
May 30, 2025
mskd12
pushed a commit
that referenced
this pull request
May 30, 2025
This Pull Request implements a path to recover stolen Cetus funds from the two hacker addresses, in the event that the community vote passes. The recovery is implemented as follows: - ProtocolConfig can specify address aliases which allow a signature from address A to act as the sender address B. - The aliasing is restricted to a specified set of TransactionDigests. Only those exact transactions may be aliased. - The address deny list is bypassed for any allowed transaction. The exact transaction digests and addresses are TBD, but in the event the governance vote passes, the transactions will be made available for inspection by validators and the community prior to doing the protocol upgrade.
mystenmark
added a commit
that referenced
this pull request
Jun 2, 2025
…#22258) ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [x] Protocol: upgrade to allow recovery of stolen funds in accordance with community vote - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
damirka
pushed a commit
that referenced
this pull request
Jul 17, 2025
This Pull Request implements a path to recover stolen Cetus funds from the two hacker addresses, in the event that the community vote passes. The recovery is implemented as follows: - ProtocolConfig can specify address aliases which allow a signature from address A to act as the sender address B. - The aliasing is restricted to a specified set of TransactionDigests. Only those exact transactions may be aliased. - The address deny list is bypassed for any allowed transaction. The exact transaction digests and addresses are TBD, but in the event the governance vote passes, the transactions will be made available for inspection by validators and the community prior to doing the protocol upgrade.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull Request implements a path to recover stolen Cetus funds from the two hacker addresses, in the event that the community vote passes.
The recovery is implemented as follows:
The exact transaction digests and addresses are TBD, but in the event the governance vote passes, the transactions will be made available for inspection by validators and the community prior to doing the protocol upgrade.