Skip to content

#68 feat: BeamDappConnector, CA support and build tooling#72

Draft
Maxnflaxl wants to merge 5 commits into
masterfrom
ca_support
Draft

#68 feat: BeamDappConnector, CA support and build tooling#72
Maxnflaxl wants to merge 5 commits into
masterfrom
ca_support

Conversation

@Maxnflaxl
Copy link
Copy Markdown
Member

@Maxnflaxl Maxnflaxl commented Apr 8, 2026

  • Replace legacy utils.js wallet bootstrap with BeamDappConnector + connector.ts (async connect, shader fetch, JSON-RPC–style wallet events, ev_subunsub).
  • Add Confidential Asset support: AssetSelector, wallet helpers (assetsList, DAO wallet API, metadata/types), useWalletAssetsForSelector, and wire send/sell/withdraw and related views to asset-aware amounts and display.
  • Improve amount handling: strip/format thousands separators, validate with Decimal and MAX_SAFE_INTEGER cap.
  • Shared store: normalize system state from wallet payload (normalizeSystemState).
  • allow sending to own BANS
  • fix triangle alignment on asset selector
  • use domain from row action, remove domain picker
  • fix typo in received tx notification

- Replace legacy `utils.js` wallet bootstrap with `BeamDappConnector` + `connector.ts`
(async connect, shader fetch, JSON-RPC–style wallet events, `ev_subunsub`).

- Add Confidential Asset support: `AssetSelector`, wallet helpers (`assetsList`, DAO wallet API,
metadata/types), `useWalletAssetsForSelector`, and wire send/sell/withdraw and related
views to asset-aware amounts and display.

- Improve amount handling: strip/format thousands separators, validate with `Decimal` and
`MAX_SAFE_INTEGER` cap.

- Shared store: normalize system state from wallet payload (`normalizeSystemState`).
@Maxnflaxl Maxnflaxl linked an issue Apr 8, 2026 that may be closed by this pull request
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.

Add multi assets choice to the BANS

1 participant