Files
aitbc/apps
aitbc 056b55e5d6
Some checks failed
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Fix explorer transaction field mapping to match blockchain RPC response
- Update transaction field mapping: tx.hash -> tx.tx_hash, tx.type -> tx.payload?.type
- Update sender/recipient fields: tx.from -> tx.sender, tx.to -> tx.recipient
- Update amount/fee fields to use tx.payload?.amount/fee with fallbacks
- This fixes the transaction detail rendering in the explorer modal
2026-04-16 22:39:36 +02:00
..
```
2026-03-08 12:16:01 +01:00