Conversation
chore: sync main to dev
* Transform DecentralandUrls to the gateway * Add a python script to monitor live sockets (for multiplexing purpose) * Allow urls with a non-client origin to be routed via Gateway - Enable multiplexing for profile-images.decentraland.org * WIP: more diagnostics to identify issues * Reverse Gateway for Signed Fetch * Not cache Gateway URLs if FF is not resolved yet * Remove WebRequestDumpRecorder.cs
* Fix movePlayerTo() (with duration) snapping back to original position before the function call, by adding a missing platform value reset. * Updated test coverage
* Events analytics implemented * Removed unnecessary files * Add utm_source to the events links * Fixed events_section_opened event * Implemented analytics for Places section * Apply feedback: Move EventsAnalytics and PlacesAnalytics inside ExplorePanelAnalytics * Apply feedback: Remove analytics dependency from ExplorePanelController and SidebarController * Apply feedback: Remove leftovers
* Events analytics implemented * Removed unnecessary files * Add utm_source to the events links * Fixed events_section_opened event * Implemented analytics for Places section * Added live events counter in the start menu and in the sidebar * Apply feedback: Move EventsAnalytics and PlacesAnalytics inside ExplorePanelAnalytics * Apply feedback: Remove analytics dependency from ExplorePanelController and SidebarController * Update LiveEventsCounter.prefab * Polish counter * Normalise all the badges UI * Apply feedback: Remove leftovers * Apply feedback --------- Co-authored-by: Romina Marchetti <rma.marchetti@gmail.com>
…ypeof(DeleteEntityIntention))] filters, meaning they operated on entities marked for deletion whose AvatarBase MonoBehaviour or HeadIKRig may already be destroyed. (#7143)
Signed-off-by: Aga <aga@besz.me>
chore: sync main to dev
* Implement Claude Review workflow for QA-approved PRs This workflow triggers an automated analysis by Claude upon QA approval of a pull request, focusing on actionable improvements and identifying specific issues. Signed-off-by: Ashley Canning <ashley.canning@decentraland.org> * Add QA team member check and reduce review timeout Added a step to check if the reviewer is a member of the QA team before proceeding with the review process. Reduced the timeout for the Claude Review action from 60 minutes to 10 minutes. Signed-off-by: Ashley Canning <ashley.canning@decentraland.org> * Enhance CLAUDE PR review workflow with concurrency Signed-off-by: Ashley Canning <ashley.canning@decentraland.org> * Enhance automated PR review workflow Updated the automated review process to include checks for 'auto-pr' label and refined the review prompt for clarity. Signed-off-by: Ashley Canning <ashley.canning@decentraland.org> --------- Signed-off-by: Ashley Canning <ashley.canning@decentraland.org>
* fix: reenable saturation and value slider in backpack. fix: use feature flag also for the processing of the color * fix: update color processing * tests: added feature flag initialization to failing tests
# Pull Request Description Fix #6995 [web3 test-scene ](decentraland/sdk7-test-scenes#51) ## What does this PR change? This PR replaces ThirdWeb http client with our own based on the WebRequestController. Main class to review is `DclThirdwebHttpClient.cs`. Additionally it - adds timeout for auto-login - handle auto-login for the edge case when user enters with cached ThirdWeb identity but feature-flag for this feature is disabled - added cancelations for ThirdWeb async methods ## Test Instructions ### Test Auth 1 smoke test on OTP login flow - normal otp login flow (happy path) - login/logout, changing accounts - auto-login for both OTP and Dapp accounts ### Test Auth 2 - login with OTP - close APP - open APP with disabled "alfa-email-otp-auth" feature flag - verify it takes you to new dapp login ### Test meta-transactions - test gifting - test donations - 9,49 in zone (you will need MANA on Sepolia to donate)
Signed-off-by: Ashley Canning <ashley.canning@decentraland.org>
Updated Claude PR review workflow to use actions/checkout@v6 and modified review prompt and allowed tools. Signed-off-by: Ashley Canning <ashley.canning@decentraland.org>
This workflow automates the detection of duplicate issues in the repository. It checks newly opened issues against existing ones and comments if duplicates are found. Signed-off-by: Ashley Canning <ashley.canning@decentraland.org>
# Pull Request Description After re-work of Sentry Transactions, all `loading_process` tx were missing in the Sentry. Main problem was that tx were `not found` because not added to dictionary. This was observable in the Unity console logs. After the fix respective transactions are coming We decided to take one more step and refactor respective sentry spans for Authentication screen. We added spans for each state on the depth 1. Some states has additional spans inside (on level 2). ## What does this PR change? - adds tx to dictionary - improve logging - added spans for each State of AuthScreen to match FSM states (with sub-spans where needed) - extended analytics for the authentication flow - fixed nullification of identity ## Test Instructions - Smoke-test on authentication with different loops and canceling auth process in the middle (go back from different screens) - otp flow with cancelling and resending the code
Contributor
Author
|
Windows and Mac build successful in Unity Cloud! You can find a link to the downloadable artifact below. |
DafGreco
approved these changes
Feb 25, 2026
DafGreco
left a comment
There was a problem hiding this comment.
✔️ PR reviewed and approved by QA on both platforms following instructions playing both happy and un-happy path
Regressions for this ticket had been performed in order to verify that the normal flow is working as expected:
anicalbano
approved these changes
Feb 25, 2026
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.
🚀 Automated release PR