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

feat: Deploy to land #277

Merged
merged 12 commits into from
Oct 29, 2024
Merged

feat: Deploy to land #277

merged 12 commits into from
Oct 29, 2024

Conversation

cyaiox
Copy link
Collaborator

@cyaiox cyaiox commented Oct 29, 2024

This PR Adds the publish to land logic

image

image

Depends on: decentraland/ui2#200

@cyaiox cyaiox force-pushed the feat/deploy-to-land branch from 4bccfdd to ca67780 Compare October 29, 2024 02:41
dispatch(identify({ userId: wallet }));
dispatch(fetchTiles({ chainId: ChainId.ETHEREUM_SEPOLIA }));
dispatch(fetchLandList({ address: wallet, chainId: ChainId.ETHEREUM_SEPOLIA }));
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these sepolia chain ids meant to be here or were there for testing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

good catch, removed! were there for testing

@cyaiox cyaiox force-pushed the feat/deploy-to-land branch from d27ed5e to 2f33bb9 Compare October 29, 2024 21:06
@@ -278,15 +280,14 @@ export async function updateProject(project: Project): Promise<Project> {
}
}

if (updatedProject.updatedAt > project.updatedAt) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

validation was added to detect whether the method updateProject was called by the sceneUpdate RPC or manually.

Copy link

Test this pull request on windows-latest

Download the correct version for your architecture:

win-x64

@cazala
Copy link
Contributor

cazala commented Oct 29, 2024

LGTM ✅ !

@cyaiox cyaiox enabled auto-merge (squash) October 29, 2024 21:24
Copy link

Test this pull request on macos-latest

Download the correct version for your architecture:

mac-arm64
mac-x64

Click here if you don't know which version to download

For running this unsigned version of the app, you will need to run the xattr command on it:

  1. Extract the app from the downloaded .dmg file (double-click it)
  2. Place the extracted app anywhere you like in your file system
  3. Open a terminal on the directory where the app is
  4. Run xattr -c app-name, replacing "app-name" for the actual name of the app
  5. Double-click the app ✅

@cyaiox cyaiox merged commit fef99af into main Oct 29, 2024
10 checks passed
@cyaiox cyaiox deleted the feat/deploy-to-land branch October 29, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants