Back-merge main into staging - #514
Merged
Merged
Conversation
Squashed staging into main for production. Tip includes Perps/Hyperliquid, Insights, Pulse/MTS fixes, delegated EOA signing hardening, Mobula endpoint update, landing page refresh, and CI fixes for CircleCI apt + Slack notify.
# Conflicts: # src/apps/pillarx-app/index.tsx # src/providers/AllowedAppsProvider.tsx
Deploying x with
|
| Latest commit: |
d22555d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c00bd311.x-e62.pages.dev |
| Branch Preview URL: | https://merge-main-into-staging.x-e62.pages.dev |
Contributor
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
nikhilkumar1612
approved these changes
Aug 18, 2026
Deploying pillarx-debug with
|
| Latest commit: |
d22555d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5da0ec02.pillarx-debug.pages.dev |
| Branch Preview URL: | https://merge-main-into-staging.pillarx-debug.pages.dev |
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.
Summary
Merges
main(the #508 release merge commit) back intostagingto resolve the merge conflicts blocking the production release PR #511.Conflicts in
src/providers/AllowedAppsProvider.tsx, its test, andsrc/apps/pillarx-app/index.tsxwere resolved in favor ofstaging— the resulting tree is byte-identical to current staging (verified withgit diff origin/staging HEAD→ empty). This PR only adds main's history so GitHub can auto-merge #511.Merge note: please merge with a merge commit (not squash/rebase), otherwise the shared history is lost and #511 stays conflicted.