Skip to content

[RELEASE] feat(tangle-cloud): add blueprint apps and local staking gates#3265

Merged
drewstone merged 15 commits into
developfrom
feat/tangle-cloud-unified-shell
Jun 14, 2026
Merged

[RELEASE] feat(tangle-cloud): add blueprint apps and local staking gates#3265
drewstone merged 15 commits into
developfrom
feat/tangle-cloud-unified-shell

Conversation

@drewstone

Copy link
Copy Markdown
Contributor

Summary

  • Register internal blueprint apps in Tangle Cloud so the app shell can surface sandbox, trading, and surplus-market blueprint experiences.
  • Add local contract-backed staking fallbacks so deposit, delegate, rewards, undelegate, and withdraw flows keep working when the local indexer schema is missing or incomplete.
  • Add deterministic local staking gates for direct contract actions and browser-wallet staking coverage.
  • Keep local-only Wagmi config pinned to Anvil when VITE_FORCE_LOCAL_CHAIN=true, and fix the cloud header theme wiring after rebasing onto current develop.

Validation

  • git merge-tree --write-tree origin/develop HEAD -> 48f97a03bf807dc5581161f6da35d29fec96393e
  • yarn nx test tangle-cloud --run -> 26 files, 167 tests passed
  • yarn nx run dapp-config:build -> passed
  • yarn build:tangle-dapp -> passed
  • yarn build:tangle-cloud -> passed
  • yarn test:staking:local -> passed against local Anvil, 65 transactions including deposit, delegate, reward funding/distribution/claim, undelegate schedule/execute, withdraw schedule/execute
  • git push pre-push hook -> format check, lint for 13 projects, build for 11 projects plus dependencies all passed

Notes

  • The browser staking UI gate passed earlier on this branch for the seven wallet actions. After the final rebase/config fixes, reruns progressed through wallet connection and multiple signed transactions but became too slow against the resumed local indexer because the local GraphQL schema returns errors; the fresh final proof is the direct local-contract gate above.
  • Existing build warnings remain: Rollup PURE annotations, store/plugins/lib/json2.js eval warning, SVG static/dynamic import warning, React Compiler advisory warnings, and chunk-size warnings.

tangletools and others added 15 commits May 26, 2026 06:11
release: promote develop → master
…t connect) (#3254)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: drewstone <drewstone329@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts:
#	apps/tangle-cloud/src/blueprintApps/components/IframeBlueprintLayout.tsx
Restore the Blueprints page to the shared Tangle gallery/design system instead of the bespoke catalog surface.
…unified-shell

# Conflicts:
#	apps/tangle-cloud/src/components/Header.tsx
#	apps/tangle-cloud/src/pages/blueprints/BlueprintListing.tsx
#	apps/tangle-cloud/src/pages/blueprints/page.tsx
@drewstone drewstone requested a review from AtelyPham as a code owner June 14, 2026 22:13

@tangletools tangletools left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Auto-approved PR — 4b670dc9

Blanket team auto-approval is enabled for this reviewer service.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.

tangletools · auto-approval · reason: blanket_auto_approve · 2026-06-14T22:13:59Z

@drewstone drewstone merged commit ec62381 into develop Jun 14, 2026
7 of 8 checks passed
@drewstone drewstone deleted the feat/tangle-cloud-unified-shell branch June 14, 2026 22:15
@drewstone drewstone changed the title feat(tangle-cloud): add blueprint apps and local staking gates [RELEASE] feat(tangle-cloud): add blueprint apps and local staking gates Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants