-
Notifications
You must be signed in to change notification settings - Fork 196
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
refactor(world,cli): rename useProxy
to upgradeableWorldImplementation
#2732
refactor(world,cli): rename useProxy
to upgradeableWorldImplementation
#2732
Conversation
|
Name | Type |
---|---|
@latticexyz/world | Patch |
@latticexyz/cli | Patch |
@latticexyz/dev-tools | Patch |
@latticexyz/store-sync | Patch |
@latticexyz/world-modules | Patch |
mock-game-contracts | Patch |
@latticexyz/store-indexer | Patch |
@latticexyz/abi-ts | Patch |
@latticexyz/block-logs-stream | Patch |
@latticexyz/common | Patch |
@latticexyz/config | Patch |
create-mud | Patch |
@latticexyz/faucet | Patch |
@latticexyz/gas-report | Patch |
@latticexyz/protocol-parser | Patch |
@latticexyz/query | Patch |
@latticexyz/react | Patch |
@latticexyz/recs | Patch |
@latticexyz/schema-type | Patch |
@latticexyz/services | Patch |
solhint-config-mud | Patch |
solhint-plugin-mud | Patch |
@latticexyz/store | Patch |
@latticexyz/utils | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
useProxy
to upgradeableWorldImplementation
.changeset/spicy-bags-cough.md
Outdated
@@ -3,4 +3,4 @@ | |||
"@latticexyz/cli": patch | |||
--- | |||
|
|||
Added a `deploy.useProxy` option to the MUD config that deploys the World as an upgradable proxy contract. The proxy behaves like a regular World contract, but the underlying implementation can be upgraded by calling `setImplementation`. | |||
Added a `deploy.upgradeableWorldImplementation` option to the MUD config that deploys the World as an upgradable proxy contract. The proxy behaves like a regular World contract, but the underlying implementation can be upgraded by calling `setImplementation`. |
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.
Added a `deploy.upgradeableWorldImplementation` option to the MUD config that deploys the World as an upgradable proxy contract. The proxy behaves like a regular World contract, but the underlying implementation can be upgraded by calling `setImplementation`. | |
Added a `deploy.upgradeableWorldImplementation` option to the MUD config that deploys the World as an upgradeable proxy contract. The proxy behaves like a regular World contract, but the underlying implementation can be upgraded by calling `setImplementation`. |
No description provided.