refactor: move From/To with blockies into Identity block
All checks were successful
check / check (push) Successful in 9s
All checks were successful
check / check (push) Successful in 9s
Move From and To address fields (which include blockie identicons) from the Value block into the Identity block, per review feedback. From/To are identity information, not value information. The Value block now contains only Amount, Native quantity, and Token contract. README TransactionDetail section updated to match.
This commit is contained in:
@@ -443,6 +443,10 @@ transitions.
|
|||||||
- Type: transaction classification — one of: Native ETH Transfer, ERC-20
|
- Type: transaction classification — one of: Native ETH Transfer, ERC-20
|
||||||
Token Transfer, Swap, Token Approval, Contract Call, Contract Creation
|
Token Transfer, Swap, Token Approval, Contract Call, Contract Creation
|
||||||
- Status: "Success" or "Failed"
|
- Status: "Success" or "Failed"
|
||||||
|
- From: blockie + color dot + full address (tap to copy) + etherscan
|
||||||
|
link; ENS name if available
|
||||||
|
- To: blockie + color dot + full address (tap to copy) + etherscan link;
|
||||||
|
ENS name if available
|
||||||
- **Timing block**:
|
- **Timing block**:
|
||||||
- Time: ISO datetime + relative age in parentheses
|
- Time: ISO datetime + relative age in parentheses
|
||||||
- Block: block number (tap to copy) + etherscan block link
|
- Block: block number (tap to copy) + etherscan block link
|
||||||
@@ -451,10 +455,6 @@ transitions.
|
|||||||
- Native quantity: raw integer + unit (shown when available)
|
- Native quantity: raw integer + unit (shown when available)
|
||||||
- Token contract: shown for ERC-20 transfers — color dot + full contract
|
- Token contract: shown for ERC-20 transfers — color dot + full contract
|
||||||
address (tap to copy) + etherscan token link
|
address (tap to copy) + etherscan token link
|
||||||
- From: blockie + color dot + full address (tap to copy) + etherscan
|
|
||||||
link; ENS name if available
|
|
||||||
- To: blockie + color dot + full address (tap to copy) + etherscan link;
|
|
||||||
ENS name if available
|
|
||||||
- **Decoded details** (shown for contract calls):
|
- **Decoded details** (shown for contract calls):
|
||||||
- Action name, decoded parameters, token details, swap steps
|
- Action name, decoded parameters, token details, swap steps
|
||||||
- **Network details** (shown when on-chain data is available):
|
- **Network details** (shown when on-chain data is available):
|
||||||
|
|||||||
@@ -1088,6 +1088,17 @@
|
|||||||
<div class="text-xs text-muted mb-1">Status</div>
|
<div class="text-xs text-muted mb-1">Status</div>
|
||||||
<div id="tx-detail-status" class="text-xs"></div>
|
<div id="tx-detail-status" class="text-xs"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="mb-2">
|
||||||
|
<div class="text-xs text-muted mb-1">From</div>
|
||||||
|
<div
|
||||||
|
id="tx-detail-from"
|
||||||
|
class="text-xs break-all"
|
||||||
|
></div>
|
||||||
|
</div>
|
||||||
|
<div class="mb-2">
|
||||||
|
<div class="text-xs text-muted mb-1">To</div>
|
||||||
|
<div id="tx-detail-to" class="text-xs break-all"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ── Timing ── -->
|
<!-- ── Timing ── -->
|
||||||
@@ -1128,17 +1139,6 @@
|
|||||||
class="text-xs break-all"
|
class="text-xs break-all"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-2">
|
|
||||||
<div class="text-xs text-muted mb-1">From</div>
|
|
||||||
<div
|
|
||||||
id="tx-detail-from"
|
|
||||||
class="text-xs break-all"
|
|
||||||
></div>
|
|
||||||
</div>
|
|
||||||
<div class="mb-2">
|
|
||||||
<div class="text-xs text-muted mb-1">To</div>
|
|
||||||
<div id="tx-detail-to" class="text-xs break-all"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ── Decoded details ── -->
|
<!-- ── Decoded details ── -->
|
||||||
|
|||||||
Reference in New Issue
Block a user