Skip to content
Discussion options

You must be logged in to vote

As @0xaptosj said, in devnet already and plans to release to mainnet along with the governance proposal execution, as this feature is gated. Aptos CLI v2.5 will also need to be released as this contains the commands to execute this deployment successfully.

You cannot retrieve the signer_cap as objects don't use this. In the object_code_deployment module, the ManagingRefs keeps reference od the ExtendRef, which is used to generate the object signer.

Upgrades and freezing (making the code immutable) is done via object ownership, i.e. you must be the owner of the code. The retrieving signers and auth mechanism is abstracted away from the user, you simply just call upgrade if you own the code :)

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@MoonShiesty
Comment options

@JohnChangUK
Comment options

@MoonShiesty
Comment options

@JohnChangUK
Comment options

@MoonShiesty
Comment options

Answer selected by JohnChangUK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object Questions related to Objects
4 participants