Refactor Confirmation Page to execute transaction
- 主要言語
- 言語のデータがありません
- スター
- 1
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### What should be done?
Currently transactions are done in a generating transaction page inside of the wallet. We should refactor this such that transactions are executed and we can display the transaction summary and request a signature inside of the confirmation page.
### How should it be done?
It should be done by bifurcating the transaction processing flow such that for Dapps, transactions should be executed in one place. If the transaction is locally proven, we still need to have the generating transaction page. The existing transaction flow for transactions generated inside of the wallet through the UI should remain as existing.
### When is this task done?
This task is done when we can display a transaction summary or a transaction result inside of the confirmation page instead of the transaction request. This will give the user more information about what is occurring during a DAP transaction.
### Additional context
This is dependent on: https://github.com/0xMiden/miden-client/pull/1160
コントリビューションガイド
調査の方向性
The issue references a dependent pull request (#1160) in the miden-client repository. Start by reviewing that PR to understand the transaction processing flow. Look for the confirmation page and transaction generation code in the codebase. The goal is to modify the flow so Dapp transactions are executed and summarized on the confirmation page, while preserving the existing UI-generated transaction flow.
索引モデルが issue の本文から書いたものです。
評価
- 領域
- backend
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100