Page MenuHomePhabricator

[Cashtab] Update api to /v4/
ClosedPublic

Authored by bytesofman on Jan 19 2021, 23:47.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC4ffd405ed5ad: [Cashtab] Update api to /v4/
Summary

Change backend endpoint from /v3/ to /v4/. Both instances of bch-api used by Cashtab have upgraded to the latest master from the psf repository at https://github.com/permissionless-Software-Foundation/bch-api

This version of bch-api uses /v4/ instead of /v3/ to denote some breaking changes, though it is still backwards compatible with /v3/.

This change does not impact the methods used by Cashtab currently. However, additional methods will only be available at the /v4/ endpoint.

Test Plan

npm test ; npm start and observe balance incl token balances are the same compared to cashtabapp.com

Diff Detail

Repository
rABC Bitcoin ABC
Branch
api-to-v4
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14856
Build 29666: Build Diffcashtab-tests
Build 29665: arc lint + arc unit