Page MenuHomePhabricator

[Apps][Examples] Remove chronik url input arg from getTxHistoryFromAddress
ClosedPublic

Authored by emack on Jul 1 2023, 08:37.

Details

Summary

As per feedback from D14166, removing the chronik url input arg

Test Plan

npm test
npm run getTxHistoryFromAddress <address> <page> <pageSize>

Diff Detail

Repository
rABC Bitcoin ABC
Branch
txHistoryArgsUpdate
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 24291
Build 48192: Build Diffapp-dev-examples
Build 48191: arc lint + arc unit

Event Timeline

emack requested review of this revision.Jul 1 2023, 08:37
bytesofman requested changes to this revision.Jul 1 2023, 21:14
bytesofman added inline comments.
apps/examples/scripts/getTxHistoryFromAddress.js
49

this URL is common to several scripts and should be imported from a config file

This revision now requires changes to proceed.Jul 1 2023, 21:14
emack requested review of this revision.Jul 1 2023, 22:57
emack added inline comments.
apps/examples/scripts/getTxHistoryFromAddress.js
49

As discussed

This revision is now accepted and ready to land.Jul 2 2023, 03:16