Page MenuHomePhabricator

[Cashtab] [chronik tx history p1] Get the last 10 txs of all addresses in the wallet
ClosedPublic

Authored by bytesofman on Sep 23 2022, 16:25.

Details

Summary

T2447

Use Promise.all() to get chronik tx history for all addresses in a wallet

Test Plan

npm start

In the dev console, inspect the chronikTxHistory object. Note that it shows the last 10 txs (if extant) for each address in the Cashtab wallet.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Add address info to each history block

Include hash160 in tx history output for future processing

This revision is now accepted and ready to land.Sep 24 2022, 14:54