Page MenuHomePhabricator

[Cashtab] Update utxo-lib to latest version
ClosedPublic

Authored by bytesofman on Apr 14 2023, 17:41.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC5f0f3582a599: [Cashtab] Update utxo-lib to latest version
Summary

Bitgo has published an updated version of utxo-lib with ecash tx support. This diff implements it.

Unfortunately there is still some more work to be done to make the hashType inclusion part of the library.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cashtab-update-utxo-lib
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23326
Build 46271: Build Diffcashtab-tests
Build 46270: arc lint + arc unit

Event Timeline

cashtab/package.json
166

This is a resolution to a known issue with jest and importing modules on subpaths

https://github.com/facebook/jest/issues/11100

This revision is now accepted and ready to land.Apr 14 2023, 21:34